public class FSRepresentationCacheRecord
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
EXPANDED_SIZE_FIELD |
static int |
HASH_FIELD |
static int |
OFFSET_FIELD |
static int |
REVISION_FIELD |
static int |
SIZE_FIELD |
Constructor and Description |
---|
FSRepresentationCacheRecord(java.lang.String hash,
long revision,
long offset,
long size,
long expandedSize) |
Modifier and Type | Method and Description |
---|---|
long |
getExpandedSize() |
java.lang.String |
getHash() |
long |
getOffset() |
long |
getRevision() |
long |
getSize() |
void |
setExpandedSize(long expandedSize) |
void |
setHash(java.lang.String hash) |
void |
setOffset(long offset) |
void |
setRevision(long revision) |
void |
setSize(long size) |
java.lang.String |
toString() |
public static int HASH_FIELD
public static int REVISION_FIELD
public static int OFFSET_FIELD
public static int SIZE_FIELD
public static int EXPANDED_SIZE_FIELD
public FSRepresentationCacheRecord(java.lang.String hash, long revision, long offset, long size, long expandedSize)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getHash()
public void setHash(java.lang.String hash)
hash
- the hash to setpublic long getRevision()
public void setRevision(long revision)
revision
- the revision to setpublic long getOffset()
public void setOffset(long offset)
offset
- the offset to setpublic long getSize()
public void setSize(long size)
size
- the size to setpublic long getExpandedSize()
public void setExpandedSize(long expandedSize)
expanded_size
- the expanded_size to setCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.