| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.log | |
| com.thinkaurelius.titan.diskstorage.log.kcvs |
| Modifier and Type | Method and Description |
|---|---|
static ReadMarker |
ReadMarker.fromIdentifierOrNow(String id)
Like
#fromIdentifierOrTime(String, long, java.util.concurrent.TimeUnit) but uses the current time point
as the starting timestamp if the log has no record of the id. |
static ReadMarker |
ReadMarker.fromIdentifierOrTime(String id,
java.time.Instant timestamp)
Starts reading the log from the last recorded point in the log for the given id.
|
static ReadMarker |
ReadMarker.fromNow()
Starts reading the log such that it will start with the first entry written after now.
|
static ReadMarker |
ReadMarker.fromTime(java.time.Instant timestamp)
Starts reading the log from the given timestamp onward.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReadMarker.isCompatible(ReadMarker newMarker) |
void |
Log.registerReader(ReadMarker readMarker,
MessageReader... reader) |
void |
Log.registerReaders(ReadMarker readMarker,
Iterable<MessageReader> readers)
Registers the given readers with this log.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KCVSLog.registerReader(ReadMarker readMarker,
MessageReader... reader)
###################################
Message Reading
###################################
|
void |
KCVSLog.registerReaders(ReadMarker readMarker,
Iterable<MessageReader> readers) |
Copyright © 2012–2015. All rights reserved.