@PrimaryKey(value="locator") @Independent @Alias(value="CARBONADO_LOB") public abstract class StoredLob extends java.lang.Object implements Storable<StoredLob>
LobEngine
Modifier and Type | Class and Description |
---|---|
static class |
StoredLob.Block
Blocks stored here.
|
Constructor and Description |
---|
StoredLob() |
Modifier and Type | Method and Description |
---|---|
long |
getBlockCount()
Returns number of blocks required to store Lob.
|
abstract int |
getBlockSize() |
int |
getLastBlockLength()
Returns expected length of last block.
|
abstract long |
getLength() |
abstract long |
getLocator() |
abstract int |
getVersion() |
abstract void |
setBlockSize(int size) |
abstract void |
setLength(long length) |
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 getBlockSize()
@IntegerConstraint(min=1L) public abstract void setBlockSize(int size)
public abstract long getLength()
@IntegerConstraint(min=0L) public abstract void setLength(long length)
@Version public abstract int getVersion()
public abstract void setVersion(int version)
public long getBlockCount()
public int getLastBlockLength()
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.