| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage.log | |
| com.thinkaurelius.titan.diskstorage.log.kcvs |
| Modifier and Type | Method and Description |
|---|---|
static ReadMarker |
ReadMarker.fromIdentifierOrTime(String id,
long timestamp,
TimeUnit unit)
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(long timestamp,
TimeUnit unit)
Starts reading the log from the given timestamp onward.
|
| Modifier and Type | Method and Description |
|---|---|
Log |
LogManager.openLog(String name,
ReadMarker readMarker)
Opens a log for the given name and starts reading from it at the given readMarker once a
MessageReader
is registered. |
| Modifier and Type | Method and Description |
|---|---|
Log |
KCVSLogManager.openLog(String name,
ReadMarker readMarker) |
| Constructor and Description |
|---|
KCVSLog(String name,
KCVSLogManager manager,
KeyColumnValueStore store,
ReadMarker readMarker,
Configuration config) |
Copyright © 2012–2014. All rights reserved.