@Immutable public final class BatchValuesQuery extends PointValuesQuery.Abstract
An instance of this class holds informations and state for a single query to a batch object. It should not be reused except by the batch object itself.
Modifier and Type | Class and Description |
---|---|
static class |
BatchValuesQuery.Builder
Builder.
|
PointValuesQuery.Abstract
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int |
hashCode() |
boolean |
isExtrapolated()
Gets the extrapolated indicator.
|
boolean |
isInterpolated()
Gets the interpolated indicator.
|
boolean |
isNotNull()
Gets the not null indicator.
|
boolean |
isPolated()
Asks if this is for inter/extra-polated values.
|
static BatchValuesQuery.Builder |
newBuilder()
Returns a new builder.
|
getInterval, getPoint, getSync
@Nonnull @CheckReturnValue public static BatchValuesQuery.Builder newBuilder()
public boolean equals(Object object)
equals
in class PointValuesQuery.Abstract
public int hashCode()
hashCode
in class PointValuesQuery.Abstract
public boolean isExtrapolated()
public boolean isInterpolated()
public boolean isNotNull()
public boolean isPolated()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.