Uses of Class
io.tarantool.driver.api.metadata.TarantoolIndexType
-
Packages that use TarantoolIndexType Package Description io.tarantool.driver.api.metadata Contains interfaces for Tarantool space metadata operations -
-
Uses of TarantoolIndexType in io.tarantool.driver.api.metadata
Methods in io.tarantool.driver.api.metadata that return TarantoolIndexType Modifier and Type Method Description static TarantoolIndexType
TarantoolIndexType. fromString(String indexType)
Returns the TarantoolIndexType from the string value.TarantoolIndexType
TarantoolIndexMetadata. getIndexType()
Get index typestatic TarantoolIndexType
TarantoolIndexType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TarantoolIndexType[]
TarantoolIndexType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.tarantool.driver.api.metadata with parameters of type TarantoolIndexType Modifier and Type Method Description void
TarantoolIndexMetadata. setIndexType(TarantoolIndexType indexType)
Set index type
-