public class IndexesInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
Set<IndexedField> |
indexedFields |
Map<IndexKey,Index> |
indexes |
| Modifier and Type | Method and Description |
|---|---|
static IndexesInfo |
empty() |
static IndexesInfo |
of(Map<IndexKey,Index> cache) |
public final Set<IndexedField> indexedFields
public static IndexesInfo empty()
public static IndexesInfo of(Map<IndexKey,Index> cache)
Copyright © 2020–2021 Aerospike, Inc. All rights reserved.