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. -
- <section role="region">
Uses of OracleShardingKeyImpl in oracle.jdbc.pool
Methods in oracle.jdbc.pool that return OracleShardingKeyImpl Modifier and Type Method Description OracleShardingKeyImplOracleShardingKeyBuilderImpl. build()Builds the sharding key with the sub keys provided and their default metadata.
</section>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.
- <section role="region">