de.zib.scalaris.operations
Class ReadSublistOp.Result

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

public static class ReadSublistOp.Result
extends Object

Result type of sublist 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 subList
          The retrieved sublist.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

subList

public final ErlangValue subList
The retrieved sublist.


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