public class CompoundComposite extends AbstractComposite
Composite.EOC
Modifier and Type | Method and Description |
---|---|
Composite |
copy(AbstractAllocator allocator) |
protected java.nio.ByteBuffer[] |
elementsCopy(AbstractAllocator allocator) |
long |
excessHeapSizeExcludingData() |
void |
free(PoolAllocator<?> allocator) |
java.nio.ByteBuffer |
get(int i) |
int |
size() |
long |
unsharedHeapSize() |
dataSize, end, eoc, equals, hashCode, isEmpty, isPrefixOf, slice, start, toByteBuffer, withEOC
public int size()
public java.nio.ByteBuffer get(int i)
protected java.nio.ByteBuffer[] elementsCopy(AbstractAllocator allocator)
public long unsharedHeapSize()
public long excessHeapSizeExcludingData()
public Composite copy(AbstractAllocator allocator)
public void free(PoolAllocator<?> allocator)
Copyright © 2014 The Apache Software Foundation