public class Index extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Index.Builder |
| Modifier and Type | Method and Description |
|---|---|
Optional<Integer> |
baseId() |
static Index.Builder |
builder()
Create a new builder for Index.
|
Optional<java.time.Instant> |
createdAt()
Get the creation time of the index.
|
long |
datasetVersion()
The latest version of the dataset this index covers
|
boolean |
equals(Object o) |
List<Integer> |
fields()
Get the field id list included in the index.
|
Optional<byte[]> |
fragmentBitmap() |
int |
hashCode() |
Optional<byte[]> |
indexDetails() |
int |
indexVersion()
Get the index version.
|
String |
name()
Human readable index name
|
String |
toString() |
UUID |
uuid() |
public UUID uuid()
public List<Integer> fields()
public String name()
public long datasetVersion()
public Optional<byte[]> fragmentBitmap()
public Optional<byte[]> indexDetails()
public int indexVersion()
public Optional<java.time.Instant> createdAt()
public static Index.Builder builder()
Copyright © 2025. All rights reserved.