Uses of Interface
io.tarantool.driver.api.metadata.TarantoolIndexMetadata
-
Packages that use TarantoolIndexMetadata Package Description io.tarantool.driver.api.conditions Tuple filtering conditions used in select operationsio.tarantool.driver.api.metadata Contains interfaces for Tarantool space metadata operationsio.tarantool.driver.core.conditions Tuple filtering conditions used in select operationsio.tarantool.driver.core.metadata Contains implementations for Tarantool space metadata operations -
-
Uses of TarantoolIndexMetadata in io.tarantool.driver.api.conditions
Methods in io.tarantool.driver.api.conditions that return TarantoolIndexMetadata Modifier and Type Method Description TarantoolIndexMetadataIdIndex. metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)TarantoolIndexMetadataNamedIndex. metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata) -
Uses of TarantoolIndexMetadata in io.tarantool.driver.api.metadata
Methods in io.tarantool.driver.api.metadata that return types with arguments of type TarantoolIndexMetadata Modifier and Type Method Description Optional<TarantoolIndexMetadata>TarantoolMetadataOperations. getIndexById(int spaceId, int indexId)Get metadata for index from the specified space by index IDOptional<TarantoolIndexMetadata>TarantoolMetadataOperations. getIndexById(String spaceName, int indexId)Get metadata for index from the specified space by index IDOptional<TarantoolIndexMetadata>TarantoolMetadataOperations. getIndexByName(int spaceId, String indexName)Get metadata for index from the specified space by nameOptional<TarantoolIndexMetadata>TarantoolMetadataOperations. getIndexByName(String spaceName, String indexName)Get metadata for index from the specified space by nameMap<String,Map<String,TarantoolIndexMetadata>>TarantoolMetadataContainer. getIndexMetadataBySpaceName()Get index metadata mapped to index name and then to space nameOptional<Map<String,TarantoolIndexMetadata>>TarantoolMetadataOperations. getSpaceIndexes(int spaceId)Get metadata for all indexes for space specified by idOptional<Map<String,TarantoolIndexMetadata>>TarantoolMetadataOperations. getSpaceIndexes(String spaceName)Get metadata for all indexes for space specified by name -
Uses of TarantoolIndexMetadata in io.tarantool.driver.core.conditions
Methods in io.tarantool.driver.core.conditions that return TarantoolIndexMetadata Modifier and Type Method Description TarantoolIndexMetadataIdIndexImpl. metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)TarantoolIndexMetadataNamedIndexImpl. metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata) -
Uses of TarantoolIndexMetadata in io.tarantool.driver.core.metadata
Fields in io.tarantool.driver.core.metadata with type parameters of type TarantoolIndexMetadata Modifier and Type Field Description protected Map<Integer,Map<String,TarantoolIndexMetadata>>TarantoolMetadata. indexMetadataBySpaceIdprotected Map<String,Map<String,TarantoolIndexMetadata>>TarantoolMetadata. indexMetadataBySpaceNameMethods in io.tarantool.driver.core.metadata that return TarantoolIndexMetadata Modifier and Type Method Description TarantoolIndexMetadataTarantoolIndexMetadataConverter. fromValue(org.msgpack.value.ArrayValue value)Method parameters in io.tarantool.driver.core.metadata with type arguments of type TarantoolIndexMetadata Modifier and Type Method Description voidProxyTarantoolMetadataContainer. addIndexes(String spaceName, Map<String,TarantoolIndexMetadata> indexMetadataMap)
-