com.aerospike.client
Class Info.NameValueParser

java.lang.Object
  extended by com.aerospike.client.Info.NameValueParser
Enclosing class:
Info

public class Info.NameValueParser
extends Object

Parser for responses in name/value pair format:

\t=;=;...\n


Constructor Summary
Info.NameValueParser()
           
 
Method Summary
 String getName()
          Get name.
 String getStringBase64()
          Get Base64 string value.
 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
 

Constructor Detail

Info.NameValueParser

public Info.NameValueParser()
Method Detail

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 String getName()
Get name.


getValue

public String getValue()
Get value.


getStringBase64

public String getStringBase64()
Get Base64 string value.



Copyright © 2012–2014 Aerospike, Inc. All rights reserved.