class SessionList extends AnyRef

Holds result of sessions query

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SessionList
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SessionList(_asJava: ext.consul.SessionList)

Value Members

  1. def asJava: ext.consul.SessionList
  2. def getIndex: Long
  3. def getList: Buffer[Session]
  4. def setIndex(value: Long): SessionList

    Set Consul index, a unique identifier representing the current state of the requested list of sessions

  5. def setList(value: Buffer[Session]): SessionList

    Set list of sessions