de.zib.scalaris.operations
Class ReadRandomFromListOp.Result

java.lang.Object
  extended by de.zib.scalaris.operations.ReadRandomFromListOp.Result
Enclosing class:
ReadRandomFromListOp

public static class ReadRandomFromListOp.Result
extends Object

Result type of random_from_list operations.

Since:
3.18
Version:
3.18
Author:
Nico Kruber, kruber@zib.de

Field Summary
 int listLength
          The length of the whole list stored in Scalaris.
 ErlangValue randomElement
          A random value from the stored list.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

randomElement

public final ErlangValue randomElement
A random value from the stored list.


listLength

public final int listLength
The length of the whole list stored in Scalaris.

Method Detail

toString

public String toString()
Overrides:
toString in class Object