com.aerospike.client
Class Info.NameValueParser
java.lang.Object
com.aerospike.client.Info.NameValueParser
- Enclosing class:
- Info
public class Info.NameValueParser
- extends java.lang.Object
Parser for responses in name/value pair format:
\t=;=;...\n
Method Summary |
java.lang.String |
getName()
Get name. |
java.lang.String |
getValue()
Get value. |
boolean |
next()
Set pointers to next name/value pair. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Info.NameValueParser
public Info.NameValueParser()
next
public boolean next()
- Set pointers to next name/value pair.
- Returns:
- true if next name/value pair exists; false if at end
getName
public java.lang.String getName()
- Get name.
getValue
public java.lang.String getValue()
- Get value.