有人用过Xfinity Mobile么?# PDA - 掌中宝
t*r
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 StorageException}
* and rethrow them.
*/
* {@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 StorageException}
* and rethrow them.
*/