Class User

java.lang.Object
com.aerospike.client.admin.User

public final class User extends Object
User and assigned roles.
  • Field Details

    • name

      public String name
      User name.
    • roles

      public List<String> roles
      List of assigned roles.
    • readInfo

      public List<Integer> readInfo
      List of read statistics. List may be null. Current statistics by offset are:
      • 0: read quota in records per second
      • 1: single record read transaction rate (TPS)
      • 2: read scan/query record per second rate (RPS)
      • 3: number of limitless read scans/queries
      Future server releases may add additional statistics.
    • writeInfo

      public List<Integer> writeInfo
      List of write statistics. List may be null. Current statistics by offset are:
      • 0: write quota in records per second
      • 1: single record write transaction rate (TPS)
      • 2: write scan/query record per second rate (RPS)
      • 3: number of limitless write scans/queries
      Future server releases may add additional statistics.
    • connsInUse

      public int connsInUse
      Number of currently open connections.
  • Constructor Details

    • User

      public User()
  • Method Details