org.modeshape.jcr.cache.document
Class DocumentTranslator.ChildReferencesInfo
java.lang.Object
org.modeshape.jcr.cache.document.DocumentTranslator.ChildReferencesInfo
- Enclosing class:
- DocumentTranslator
@Immutable
public static class DocumentTranslator.ChildReferencesInfo
- extends Object
totalSize
public final long totalSize
blockSize
public final long blockSize
nextKey
public final String nextKey
lastKey
public final String lastKey
DocumentTranslator.ChildReferencesInfo
public DocumentTranslator.ChildReferencesInfo(long totalSize,
long blockSize,
String nextKey,
String lastKey)
toString
public String toString()
-
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.