Package | Description |
---|---|
org.rvpf.base.store |
Modifier and Type | Method and Description |
---|---|
StoreValuesQuery.Mark |
StoreValuesQuery.newMark(Optional<UUID> pointUUID,
DateTime stamp,
int done)
Returns a new mark.
|
Modifier and Type | Method and Description |
---|---|
Optional<StoreValuesQuery.Mark> |
StoreValues.getMark()
Gets the mark.
|
Optional<StoreValuesQuery.Mark> |
StoreValues.mark(int limit)
Creates a mark for the next point value.
|
static Optional<StoreValuesQuery.Mark> |
StoreValuesQuery.Builder.readMark(ObjectInput input)
Reads in an external representation of a mark.
|
Modifier and Type | Method and Description |
---|---|
static void |
StoreValuesQuery.Builder.writeMark(Optional<StoreValuesQuery.Mark> optionalMark,
ObjectOutput output)
Writes out an external representation of a mark.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.