|
ModeShape Distribution 3.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jcr.cache.document.DocumentTranslator.ChildReferencesInfo
@Immutable public static class DocumentTranslator.ChildReferencesInfo
| 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 |
|---|
public final long totalSize
public final long blockSize
public final String nextKey
public final String lastKey
| Constructor Detail |
|---|
public DocumentTranslator.ChildReferencesInfo(long totalSize,
long blockSize,
String nextKey,
String lastKey)
| Method Detail |
|---|
public String toString()
toString in class Object
|
ModeShape Distribution 3.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||