public abstract class AbstractAllocator
extends java.lang.Object
Constructor and Description |
---|
AbstractAllocator() |
Modifier and Type | Method and Description |
---|---|
abstract java.nio.ByteBuffer |
allocate(int size) |
java.nio.ByteBuffer |
clone(byte[] bytes)
Allocate a slice of the given length.
|
java.nio.ByteBuffer |
clone(java.nio.ByteBuffer buffer)
Allocate a slice of the given length.
|
<V> java.nio.ByteBuffer |
clone(V value,
ValueAccessor<V> accessor) |
Row.Builder |
cloningBTreeRowBuilder() |
public java.nio.ByteBuffer clone(java.nio.ByteBuffer buffer)
public java.nio.ByteBuffer clone(byte[] bytes)
public <V> java.nio.ByteBuffer clone(V value, ValueAccessor<V> accessor)
public abstract java.nio.ByteBuffer allocate(int size)
public Row.Builder cloningBTreeRowBuilder()
Copyright © 2009-2021 The Apache Software Foundation