Class Info.NameValueParser

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

public class Info.NameValueParser
extends Object
Parser for responses in name/value pair format:

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

  • Constructor Details

  • Method Details

    • 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.