Info MethodsAerospike
The Info type exposes the following members.
Methods

  NameDescription
Public methodGetBuffer
Get response buffer. For internal use only.
Public methodGetLength
Get response length. For internal use only.
Public methodGetNameValueParser
Parse response in name/value pair format:

<command>\t<name1>=<value1>;<name2>=<value2>;...\n

Public methodGetValue
Return single value from response buffer.
Public methodStatic memberRequest(Connection)
Get all the default info from the specified database server node.
Public methodStatic memberRequest(IPEndPoint)
Get all the default info from the specified database server node.
Public methodStatic memberRequest(Connection, String)
Get one info value by name from the specified database server node.
Public methodStatic memberRequest(Connection,  String )
Get many info values by name from the specified database server node.
Public methodStatic memberRequest(IPEndPoint, String)
Get one info value by name from the specified database server node.
Public methodStatic memberRequest(IPEndPoint,  String )
Get many info values by name from the specified database server node.
Public methodStatic memberRequest(String, Int32)
Get default info from the specified database server node, using host name and port.
Public methodStatic memberRequest(Node, String)
Get one info value by name from the specified database server node.
Public methodStatic memberRequest(String, Int32, String)
Get one info value by name from the specified database server node, using host name and port.
Public methodStatic memberRequest(String, Int32,  String )
Get many info values by name from the specified database server node, using host name and port.
Back to Top
See Also