Package | Description |
---|---|
com.bigdata.bfs |
This package provides a scale-out content repository (aka distributed file
system) suitable as the backend for a REST-ful service using the bigdata
architecture.
|
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). |
Modifier and Type | Class and Description |
---|---|
class |
BlobOverflowHandler
Copies blocks onto the target store during overflow handling.
|
Modifier and Type | Method and Description |
---|---|
IOverflowHandler |
IndexMetadata.getOverflowHandler()
An optional object that may be used to inspect, and possibly operate on,
each index entry as it is copied into an
IndexSegment . |
Modifier and Type | Method and Description |
---|---|
void |
IndexMetadata.setOverflowHandler(IOverflowHandler overflowHandler) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.