由买买提看人间百态

topics

全部话题 - 话题: logentry
(共0页)
t**r
发帖数: 3428
1
/**
* {@link LogEntry} storage service.
*


* Stores a sequence of {@code LogEntry} instances
* indexed by a {@code long >= 0} referred to as a "log index".
* Any two consecutive {@code LogEntry} instances satisfy
* the log property LP: {@code logIndex(LogEntry0) + 1 = logIndex(LogEntry1)
}.
* Implementations need only guarantee that each
* individual operation is atomic.
* They must wrap all
* implementation-specific checked exceptions in a {@link StorageExc... 阅读全帖

t**r
发帖数: 3428
2
【 以下文字转载自 JobHunting 讨论区 】
发信人: taar (taar), 信区: JobHunting
标 题: 问一下在flg的,你们写java代码 要求写这陀注釋 javadoc什么的么?
发信站: BBS 未名空间站 (Sun Jun 28 14:32:34 2015, 美东)
/**
* {@link LogEntry} storage service.
*


* Stores a sequence of {@code LogEntry} instances
* indexed by a {@code long >= 0} referred to as a "log index".
* Any two consecutive {@code LogEntry} instances satisfy
* the log property LP: {@code logIndex(LogEntry0) + 1 = logIndex(LogEntry1)
}.
* Implementations need only guarantee that each
* 阅读全帖

(共0页)