Uses of Interface
io.tarantool.driver.api.metadata.TarantoolSpaceMetadata
-
Packages that use TarantoolSpaceMetadata 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.api.space Contains interfaces for Tarantool space operationsio.tarantool.driver.api.tuple Contains tuple representation classes and helpersio.tarantool.driver.core Driver core classesio.tarantool.driver.core.conditions Tuple filtering conditions used in select operationsio.tarantool.driver.core.metadata Contains implementations for Tarantool space metadata operationsio.tarantool.driver.core.proxy Contains interfaces and classes essential for proxy clientio.tarantool.driver.core.space Contains implementations for Tarantool space operationsio.tarantool.driver.core.tuple Contains implementations of tuple representation classes and helpersio.tarantool.driver.exceptions Exception classes for internal client errors to be translated to userio.tarantool.driver.mappers Contains converters and mappers that map Java object and MessagePackio.tarantool.driver.mappers.converters.value.custom Contains converters that map MessagePack to connector's special Java objects -
-
Uses of TarantoolSpaceMetadata in io.tarantool.driver.api.conditions
-
Uses of TarantoolSpaceMetadata in io.tarantool.driver.api.metadata
Methods in io.tarantool.driver.api.metadata that return types with arguments of type TarantoolSpaceMetadata Modifier and Type Method Description Optional<TarantoolSpaceMetadata>
TarantoolMetadataOperations. getSpaceById(int spaceId)
Get metadata for the space specified by idOptional<TarantoolSpaceMetadata>
TarantoolMetadataOperations. getSpaceByName(String spaceName)
Get metadata for the space specified by nameMap<String,TarantoolSpaceMetadata>
TarantoolMetadataContainer. getSpaceMetadataByName()
Get space metadata mapped to space name -
Uses of TarantoolSpaceMetadata in io.tarantool.driver.api.space
Methods in io.tarantool.driver.api.space that return TarantoolSpaceMetadata Modifier and Type Method Description TarantoolSpaceMetadata
TarantoolSpaceOperations. getMetadata()
Get metadata associated with this space -
Uses of TarantoolSpaceMetadata in io.tarantool.driver.api.tuple
Constructors in io.tarantool.driver.api.tuple with parameters of type TarantoolSpaceMetadata Constructor Description DefaultTarantoolTupleFactory(MessagePackMapper mapper, TarantoolSpaceMetadata metadata)
Constructor with a space metadata. -
Uses of TarantoolSpaceMetadata in io.tarantool.driver.core
-
Uses of TarantoolSpaceMetadata in io.tarantool.driver.core.conditions
Methods in io.tarantool.driver.core.conditions with parameters of type TarantoolSpaceMetadata Modifier and Type Method Description TarantoolIndexMetadata
IdIndexImpl. metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
TarantoolFieldMetadata
NamedFieldImpl. metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
TarantoolIndexMetadata
NamedIndexImpl. metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
TarantoolFieldMetadata
PositionFieldImpl. metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
List<?>
BaseCondition. toList(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
-
Uses of TarantoolSpaceMetadata in io.tarantool.driver.core.metadata
Classes in io.tarantool.driver.core.metadata that implement TarantoolSpaceMetadata Modifier and Type Class Description class
TarantoolSpaceMetadataImpl
Represents Tarantool space metadata (space ID, space name, etc.)Fields in io.tarantool.driver.core.metadata with type parameters of type TarantoolSpaceMetadata Modifier and Type Field Description protected Map<Integer,TarantoolSpaceMetadata>
TarantoolMetadata. spaceMetadataById
protected Map<String,TarantoolSpaceMetadata>
TarantoolMetadata. spaceMetadataByName
Methods in io.tarantool.driver.core.metadata that return TarantoolSpaceMetadata Modifier and Type Method Description TarantoolSpaceMetadata
TarantoolSpaceMetadataConverter. fromValue(org.msgpack.value.ArrayValue value)
Methods in io.tarantool.driver.core.metadata that return types with arguments of type TarantoolSpaceMetadata Modifier and Type Method Description Optional<TarantoolSpaceMetadata>
TarantoolMetadata. getSpaceById(int spaceId)
Optional<TarantoolSpaceMetadata>
TarantoolMetadata. getSpaceByName(String spaceName)
protected Map<String,TarantoolSpaceMetadata>
TarantoolMetadata. getSpaceMetadata()
protected Map<Integer,TarantoolSpaceMetadata>
TarantoolMetadata. getSpaceMetadataById()
Map<String,TarantoolSpaceMetadata>
ProxyTarantoolMetadataContainer. getSpaceMetadataByName()
Map<String,TarantoolSpaceMetadata>
SpacesTarantoolMetadataContainer. getSpaceMetadataByName()
Methods in io.tarantool.driver.core.metadata with parameters of type TarantoolSpaceMetadata Modifier and Type Method Description void
ProxyTarantoolMetadataContainer. addSpace(TarantoolSpaceMetadata metadata)
Constructor parameters in io.tarantool.driver.core.metadata with type arguments of type TarantoolSpaceMetadata Constructor Description SpacesTarantoolMetadataContainer(TarantoolResult<TarantoolSpaceMetadata> spacesCollection, TarantoolResult<TarantoolIndexMetadata> indexesCollection)
-
Uses of TarantoolSpaceMetadata in io.tarantool.driver.core.proxy
Constructors in io.tarantool.driver.core.proxy with parameters of type TarantoolSpaceMetadata Constructor Description Builder(TarantoolMetadataOperations operations, TarantoolSpaceMetadata metadata)
-
Uses of TarantoolSpaceMetadata in io.tarantool.driver.core.space
Methods in io.tarantool.driver.core.space that return TarantoolSpaceMetadata Modifier and Type Method Description TarantoolSpaceMetadata
ProxyTarantoolSpace. getMetadata()
TarantoolSpaceMetadata
RetryingTarantoolSpace. getMetadata()
TarantoolSpaceMetadata
TarantoolSpace. getMetadata()
Constructors in io.tarantool.driver.core.space with parameters of type TarantoolSpaceMetadata Constructor Description ProxyTarantoolSpace(TarantoolClientConfig config, TarantoolCallOperations client, ProxyOperationsMappingConfig operationsMapping, TarantoolMetadataOperations metadata, TarantoolSpaceMetadata spaceMetadata)
ProxyTarantoolTupleSpace(TarantoolClientConfig config, TarantoolCallOperations client, ProxyOperationsMappingConfig mappingConfig, TarantoolSpaceMetadata spaceMetadata, TarantoolMetadataOperations metadataOperations)
Basic constructorTarantoolSpace(TarantoolClientConfig config, TarantoolConnectionManager connectionManager, TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
TarantoolTupleSpace(TarantoolCallOperations client, TarantoolClientConfig config, TarantoolConnectionManager connectionManager, TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
Basic constructor -
Uses of TarantoolSpaceMetadata in io.tarantool.driver.core.tuple
Constructors in io.tarantool.driver.core.tuple with parameters of type TarantoolSpaceMetadata Constructor Description TarantoolTupleImpl(MessagePackMapper mapper, TarantoolSpaceMetadata metadata)
Constructor for empty tuple with metadataTarantoolTupleImpl(Collection<?> values, MessagePackMapper mapper, TarantoolSpaceMetadata metadata)
Construct an instance ofTarantoolTuple
from a list of objects.TarantoolTupleImpl(org.msgpack.value.ArrayValue value, MessagePackMapper mapper, TarantoolSpaceMetadata spaceMetadata)
Basic constructor. -
Uses of TarantoolSpaceMetadata in io.tarantool.driver.exceptions
Constructors in io.tarantool.driver.exceptions with parameters of type TarantoolSpaceMetadata Constructor Description TarantoolFieldNotFoundException(int position, TarantoolSpaceMetadata spaceMetadata)
TarantoolFieldNotFoundException(String name, TarantoolSpaceMetadata spaceMetadata)
-
Uses of TarantoolSpaceMetadata in io.tarantool.driver.mappers
Methods in io.tarantool.driver.mappers with parameters of type TarantoolSpaceMetadata Modifier and Type Method Description CallResultMapper<TarantoolResult<TarantoolTuple>,MultiValueCallResult<TarantoolTuple,TarantoolResult<TarantoolTuple>>>
TarantoolTupleMultiResultMapperFactory. withDefaultTupleValueConverter(MessagePackMapper messagePackMapper, TarantoolSpaceMetadata spaceMetadata)
Get defaultTarantoolTuple
converterTarantoolResultMapper<TarantoolTuple>
TarantoolTupleResultMapperFactory. withDefaultTupleValueConverter(MessagePackMapper messagePackMapper, TarantoolSpaceMetadata spaceMetadata)
Get defaultTarantoolTuple
converterCallResultMapper<TarantoolResult<TarantoolTuple>,SingleValueCallResult<TarantoolResult<TarantoolTuple>>>
TarantoolTupleSingleResultMapperFactory. withDefaultTupleValueConverter(MessagePackMapper messagePackMapper, TarantoolSpaceMetadata spaceMetadata)
Get defaultTarantoolTuple
converter -
Uses of TarantoolSpaceMetadata in io.tarantool.driver.mappers.converters.value.custom
Constructors in io.tarantool.driver.mappers.converters.value.custom with parameters of type TarantoolSpaceMetadata Constructor Description TarantoolTupleConverter(MessagePackMapper mapper, TarantoolSpaceMetadata spaceMetadata)
-