java.lang.Object
org.apache.jena.tdb1.base.block.Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Page>
Tconvert(BlockConverter<T> converter) final ByteBufferfinal LonggetId()booleanbooleanDeep copy, including ByteBuffer contents into a HeapByteBuffer.replicate(ByteBuffer dstBuffer) Deep copy, including ByteBuffer contents, using the supplied ByteBuffer to hold the contents and to be used when constructing the new Block.static voidvoidsetModified(boolean modified) voidsetReadOnly(boolean readonly) voidsetUnderlyingByteBuffer(ByteBuffer underlyingByteBuffer) toString()
-
Constructor Details
-
Block
-
Block
-
-
Method Details
-
convert
-
getId
-
getByteBuffer
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
public void setReadOnly(boolean readonly) -
isModified
public boolean isModified() -
setModified
public void setModified(boolean modified) -
getUnderlyingByteBuffer
-
setUnderlyingByteBuffer
-
toString
-
replicate
Deep copy, including ByteBuffer contents into a HeapByteBuffer. -
replicate
Deep copy, including ByteBuffer contents, using the supplied ByteBuffer to hold the contents and to be used when constructing the new Block. The capacity of the supplied ByteBuffer must be equal to or greater than this block's capacity. -
replicate
-