public final class StoreValuesQuery.Mark
extends Object
implements Serializable
When the processing of a store query is suspended because the number
of point values produced is exceeding the limit, a mark object is created
that will piggyback on the store values. Since the mark class is an inner
class of StoreValuesQuery
, the original store query informations
will also be included.
Modifier and Type | Method and Description |
---|---|
StoreValuesQuery |
createQuery()
Creates a store query to get further values.
|
int |
getDone()
Gets the number of values produced at the time of the mark creation.
|
StoreValuesQuery |
getQuery()
Gets the parent store query.
|
Optional<UUID> |
getQueryPointUUID()
Gets the UUID of the point.
|
DateTime |
getStamp()
Gets the time stamp.
|
@Nonnull @CheckReturnValue public StoreValuesQuery createQuery()
@CheckReturnValue public int getDone()
@Nonnull @CheckReturnValue public StoreValuesQuery getQuery()
@Nonnull @CheckReturnValue public Optional<UUID> getQueryPointUUID()
@Nonnull @CheckReturnValue public DateTime getStamp()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.