ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.cache.document
Class DocumentTranslator.ChildReferencesInfo

java.lang.Object
  extended by org.modeshape.jcr.cache.document.DocumentTranslator.ChildReferencesInfo
Enclosing class:
DocumentTranslator

@Immutable
public static class DocumentTranslator.ChildReferencesInfo
extends Object


Field Summary
 long blockSize
           
 String lastKey
           
 String nextKey
           
 long totalSize
           
 
Constructor Summary
DocumentTranslator.ChildReferencesInfo(long totalSize, long blockSize, String nextKey, String lastKey)
           
 
Method Summary
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

totalSize

public final long totalSize

blockSize

public final long blockSize

nextKey

public final String nextKey

lastKey

public final String lastKey
Constructor Detail

DocumentTranslator.ChildReferencesInfo

public DocumentTranslator.ChildReferencesInfo(long totalSize,
                                              long blockSize,
                                              String nextKey,
                                              String lastKey)
Method Detail

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.