Uses of Class
oracle.jdbc.pool.OracleShardingKeyImpl
-
Packages that use OracleShardingKeyImpl Package Description oracle.jdbc.pool A package of connection cache and pooling related classes. -
-
Uses of OracleShardingKeyImpl in oracle.jdbc.pool
Methods in oracle.jdbc.pool that return OracleShardingKeyImpl Modifier and Type Method Description OracleShardingKeyImpl
OracleShardingKeyBuilderImpl. build()
Builds the sharding key with the sub keys provided and their default metadata.Methods in oracle.jdbc.pool that return types with arguments of type OracleShardingKeyImpl Modifier and Type Method Description List<OracleShardingKeyImpl>
OracleShardingKeyImpl.Decoder. buildShardKeys(List<byte[]> subKeysByteArr, boolean isSuperShardingKey, boolean isHighKey)
Builds the sharding keys given the decodes byte[] representing the sharding keysstatic List<OracleShardingKeyImpl>
OracleShardingKeyImpl. decodeKeys(InputStream keysData, ShardingMetadata metadata, boolean isSuperKey, boolean isKeyHigh)
Builds a list of sharding keys from the key data available as input stream from the database sharding metadata table LOCAL_CHUNKS.
-