@Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface GeoWaveTemporalField
BasicDataTypeAdapter. This annotation
allows temporal index hints to be easily defined.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
endTimeIndexHint
If
true this field will be preferred for temporal indices and treated as the start
time. |
String[] |
indexHints
Index hints to use for the field.
|
String |
name
The name to use for the field.
|
boolean |
startTimeIndexHint
If
true this field will be preferred for temporal indices and treated as a time
instant. |
boolean |
timeIndexHint
If
true this field will be preferred for temporal indices and treated as the end time. |
public abstract String name
public abstract String[] indexHints
public abstract boolean startTimeIndexHint
true this field will be preferred for temporal indices and treated as a time
instant.Copyright © 2013–2021. All rights reserved.