| Package | Description |
|---|---|
| com.thinkaurelius.titan.diskstorage | |
| com.thinkaurelius.titan.diskstorage.util | |
| com.thinkaurelius.titan.graphdb.database.idhandling |
| Modifier and Type | Method and Description |
|---|---|
ReadBuffer |
StaticBuffer.asReadBuffer() |
ReadBuffer |
ReadBuffer.subrange(int length,
boolean invert) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadArrayBuffer
Implementation of
ReadBuffer against a byte array. |
| Modifier and Type | Method and Description |
|---|---|
ReadBuffer |
StaticArrayBuffer.asReadBuffer() |
ReadBuffer |
ReadArrayBuffer.subrange(int length,
boolean invert) |
| Modifier and Type | Method and Description |
|---|---|
static Entry |
BufferUtil.readEntry(ReadBuffer in,
Serializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
static long |
VariableLong.readBackward(ReadBuffer in) |
static long |
IDHandler.readInlineRelationType(ReadBuffer in) |
static long |
VariableLong.readPositiveBackward(ReadBuffer in) |
static long[] |
VariableLong.readPositiveWithPrefix(ReadBuffer in,
int prefixBitLen) |
static IDHandler.RelationTypeParse |
IDHandler.readRelationType(ReadBuffer in) |
Copyright © 2012–2015. All rights reserved.