Class AerospikeUtils

java.lang.Object
com.aerospike.jdbc.util.AerospikeUtils

public final class AerospikeUtils extends Object
  • Method Details

    • getTableInfo

      public static Map<String,String> getTableInfo(String ns, String set, com.aerospike.client.cluster.Node node)
    • getSchemaInfo

      public static Map<String,String> getSchemaInfo(com.aerospike.client.IAerospikeClient client, String ns)
    • getTableRecordsNumber

      public static int getTableRecordsNumber(com.aerospike.client.IAerospikeClient client, String ns, String set)
    • isSupportedIndexType

      public static boolean isSupportedIndexType(Properties properties)
    • getIndexBinValuesRatio

      public static Integer getIndexBinValuesRatio(com.aerospike.client.IAerospikeClient client, String namespace, String indexName)