@PrimaryKey(value={"locator","+blockNumber"}) public abstract static class StoredLob.Block extends java.lang.Object implements Storable<StoredLob.Block>
Constructor and Description |
---|
StoredLob.Block() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getBlockNumber()
First block number is logically zero, but subtract 0x80000000 to get
actual number.
|
abstract byte[] |
getData() |
abstract long |
getLocator() |
abstract int |
getVersion() |
abstract void |
setBlockNumber(int number) |
abstract void |
setData(byte[] data) |
abstract void |
setLocator(long locator) |
abstract void |
setVersion(int version) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copy, copyAllProperties, copyDirtyProperties, copyPrimaryKeyProperties, copyUnequalProperties, copyVersionProperty, delete, equalPrimaryKeys, equalProperties, equals, getPropertyValue, hasDirtyProperties, hashCode, insert, isPropertyClean, isPropertyDirty, isPropertySupported, isPropertyUninitialized, load, markAllPropertiesClean, markAllPropertiesDirty, markPropertiesClean, markPropertiesDirty, prepare, propertyMap, readFrom, setPropertyValue, storableType, toString, toStringKeyOnly, tryDelete, tryInsert, tryLoad, tryUpdate, update, writeTo
public abstract long getLocator()
public abstract void setLocator(long locator)
public abstract int getBlockNumber()
public abstract void setBlockNumber(int number)
public abstract byte[] getData()
public abstract void setData(byte[] data)
@Version public abstract int getVersion()
public abstract void setVersion(int version)
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.