Uses of Class
oracle.jdbc.pool.ShardingMetadata
-
Packages that use ShardingMetadata Package Description oracle.jdbc.pool A package of connection cache and pooling related classes. -
-
Uses of ShardingMetadata in oracle.jdbc.pool
Methods in oracle.jdbc.pool with parameters of type ShardingMetadata Modifier and Type Method Description static 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.boolean
OracleShardingKeyImpl. isValid(ShardingMetadata metadata)
Checks if this sharding key is valid for the sharded database represented by the metadatalong
OracleShardingKeyImpl. shardKeyOraHash(ShardingMetadata metadata)
Computes the hash value of the Sharding key as per Oracle's internal hash function.Constructors in oracle.jdbc.pool with parameters of type ShardingMetadata Constructor Description Decoder(ShardingMetadata metadata)
-