public interface IndexResolver
IndexResolver extracts secondary index structures to be applied on a given path, PersistentProperty
and value.| Modifier and Type | Method and Description |
|---|---|
Set<IndexedData> |
resolveIndexesFor(String keyspace,
String path,
TypeInformation<?> typeInformation,
Object value)
Resolves all indexes for given type information / value combination.
|
Set<IndexedData> |
resolveIndexesFor(TypeInformation<?> typeInformation,
Object value)
Resolves all indexes for given type information / value combination.
|
Set<IndexedData> resolveIndexesFor(TypeInformation<?> typeInformation, @Nullable Object value)
typeInformation - must not be null.value - the actual value. Can be null.Set<IndexedData> resolveIndexesFor(String keyspace, String path, TypeInformation<?> typeInformation, @Nullable Object value)
keyspace - must not be null.path - must not be null.typeInformation - must not be null.value - the actual value. Can be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.