Class OracleShardingKeyBuilderImpl

  • <section role="region">
    • Field Detail

    </section> <section role="region">
    • Constructor Detail

      • OracleShardingKeyBuilderImpl

        public OracleShardingKeyBuilderImpl()
    </section> <section role="region">
    • Method Detail

      • oraHash

        public OracleShardingKeyBuilderImpl oraHash​(long oraHash)
        Used to build the shard key with the known ORA HASH value. This is used to optimize sharding key comparisons for hash based sharding.
        Parameters:
        oraHash - the known ORA HASH value for the shard key that is being built.
        Returns:
        this builder object
    </section>