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(TypeInformation<?> typeInformation,
Object value)
Resolves all indexes for given type information / value combination.
|
Set<IndexedData> resolveIndexesFor(TypeInformation<?> typeInformation, Object value)
typeInformation - must not be null.value - the actual value. Can be null.Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.