Package | Description |
---|---|
com.bigdata.btree.keys | |
com.bigdata.io |
Modifier and Type | Interface and Description |
---|---|
interface |
IKeyBuilder
Interface for building up variable
unsigned byte[] keys from
one or more primitive data types values and/or Unicode strings. |
Modifier and Type | Class and Description |
---|---|
class |
KeyBuilder
A class that may be used to form multi-component keys but which does not
support Unicode.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IByteArrayBuffer
An interface for reading from and accessing a managed byte[] with access
methods similar to those of
ByteBuffer . |
interface |
IDataRecord
An interface for absolute get/put operations on a slice of a byte[].
|
interface |
IFixedDataRecord
Interface adds some methods for stream-based access to
IDataRecord . |
interface |
IManagedByteArray
An interface for a managed byte[].
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFixedByteArrayBuffer
Efficient absolute get/put operations on a slice of a byte[].
|
class |
ByteArrayBuffer
A view on a mutable byte[] that may be extended.
|
class |
DataOutputBuffer
Fast special purpose serialization onto a managed byte[] buffer conforming to
the
DataOutput API. |
class |
FixedByteArrayBuffer
Efficient absolute get/put operations on a slice of a byte[].
|
Modifier and Type | Method and Description |
---|---|
int |
ChecksumUtility.checksum(IByteArraySlice slice) |
Constructor and Description |
---|
AllocationData(IByteArraySlice slice) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.