Info MembersAerospike

The Info type exposes the following members.
Constructors

  NameDescription
Public methodInfo(Connection)
Send default empty command to server and store results. This constructor is used internally. The static request methods should be used instead.
Public methodInfo(Connection, String)
Send single command to server and store results. This constructor is used internally. The static request methods should be used instead.
Public methodInfo(Connection,  String )
Send multiple commands to server and store results. This constructor is used internally. The static request methods should be used instead.
Back to Top
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. This method does not support user authentication.
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. This method does not support user authentication.
Public methodStatic memberRequest(IPEndPoint,  String )
Get many info values by name from the specified database server node. This method does not support user authentication.
Public methodStatic memberRequest(String, Int32)
Get default info from the specified database server node, using host name and port. This method does not support user authentication.
Public methodStatic memberRequest(InfoPolicy, Node)
Get default info values from the specified database server node. This method supports user authentication.
Public methodStatic memberRequest(Node, String)
Get one info value by name from the specified database server node. This method supports user authentication.
Public methodStatic memberRequest(String, Int32, String)
Get one info value by name from the specified database server node, using host name and port. This method does not support user authentication.
Public methodStatic memberRequest(String, Int32,  String )
Get many info values by name from the specified database server node, using host name and port. This method does not support user authentication.
Public methodStatic memberRequest(InfoPolicy, Node, String)
Get one info value by name from the specified database server node. This method supports user authentication.
Public methodStatic memberRequest(InfoPolicy, Node,  String )
Get many info values by name from the specified database server node. This method supports user authentication.
Back to Top
See Also