| 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.btree.isolation |
| Modifier and Type | Method and Description |
|---|---|
IConflictResolver |
IndexMetadata.getConflictResolver()
The optional object for handling write-write conflicts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexMetadata.setConflictResolver(IConflictResolver conflictResolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoConflictResolver
Does not resolve any conflicts.
|
static class |
TestConflictResolution.SingleValueConflictResolver
Helper class used to resolve a predicted conflict to a known value.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.