Package | Description |
---|---|
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
com.bigdata.htree | |
com.bigdata.stream |
Modifier and Type | Method and Description |
---|---|
IDirtyListener |
BTree.getDirtyListener()
Return the
IDirtyListener . |
IDirtyListener |
ICheckpointProtocol.getDirtyListener()
Return the
IDirtyListener . |
IDirtyListener |
IndexSegment.getDirtyListener() |
Modifier and Type | Method and Description |
---|---|
void |
BTree.setDirtyListener(IDirtyListener listener)
Set or clear the listener (there can be only one).
|
void |
ICheckpointProtocol.setDirtyListener(IDirtyListener listener)
Set or clear the listener (there can be only one).
|
void |
IndexSegment.setDirtyListener(IDirtyListener listener) |
Modifier and Type | Method and Description |
---|---|
IDirtyListener |
HTree.getDirtyListener() |
Modifier and Type | Method and Description |
---|---|
void |
HTree.setDirtyListener(IDirtyListener listener) |
Modifier and Type | Method and Description |
---|---|
IDirtyListener |
Stream.getDirtyListener() |
Modifier and Type | Method and Description |
---|---|
void |
Stream.setDirtyListener(IDirtyListener listener) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.