Class InfoCommandUtils

java.lang.Object
org.springframework.data.aerospike.util.InfoCommandUtils

public class InfoCommandUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    request(com.aerospike.client.IAerospikeClient client, com.aerospike.client.cluster.Node node, String command)
     
    static String
    request(com.aerospike.client.IAerospikeClient client, com.aerospike.client.policy.InfoPolicy infoPolicy, com.aerospike.client.cluster.Node node, String command)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InfoCommandUtils

      public InfoCommandUtils()
  • Method Details

    • request

      public static String request(com.aerospike.client.IAerospikeClient client, com.aerospike.client.cluster.Node node, String command)
    • request

      public static String request(com.aerospike.client.IAerospikeClient client, com.aerospike.client.policy.InfoPolicy infoPolicy, com.aerospike.client.cluster.Node node, String command)