Package | Description |
---|---|
org.corfudb.generator | |
org.corfudb.recovery | |
org.corfudb.runtime.collections |
Modifier and Type | Class and Description |
---|---|
class |
StringIndexer |
Modifier and Type | Method and Description |
---|---|
void |
FastObjectLoader.addIndexerToCorfuTableStream(String streamName,
CorfuTable.IndexRegistry indexRegistry)
Add an indexer to a stream (that backs a CorfuTable)
|
Modifier and Type | Field and Description |
---|---|
static CorfuTable.IndexRegistry<?,?> |
CorfuTable.IndexRegistry.EMPTY |
Modifier and Type | Method and Description |
---|---|
static <K,V> CorfuTable.IndexRegistry<K,V> |
CorfuTable.IndexRegistry.empty()
Obtain a static
CorfuTable.IndexRegistry with no registered CorfuTable.IndexFunction s. |
Constructor and Description |
---|
CorfuTable(CorfuTable.IndexRegistry<K,V> indices)
Generate a table with the given set of indexes.
|
Copyright © 2019 CorfuDB. All rights reserved.