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(java.nio.ByteBuffer buffer)Allocate a slice of the given length. | 
| Row.Builder | cloningBTreeRowBuilder() | 
public java.nio.ByteBuffer clone(java.nio.ByteBuffer buffer)
public abstract java.nio.ByteBuffer allocate(int size)
public Row.Builder cloningBTreeRowBuilder()
Copyright © 2018 The Apache Software Foundation