|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SegmentFactory | |
---|---|
krati.core.segment | |
krati.store | |
krati.store.index |
Uses of SegmentFactory in krati.core.segment |
---|
Classes in krati.core.segment that implement SegmentFactory | |
---|---|
class |
ChannelSegmentFactory
ChannelSegmentFactory |
class |
MappedSegmentFactory
MappedSegmentFactory |
class |
MemorySegmentFactory
MemorySegmentFactory |
class |
WriteBufferSegmentFactory
WriteBufferSegmentFactory |
Methods in krati.core.segment that return SegmentFactory | |
---|---|
SegmentFactory |
SegmentManager.getSegmentFactory()
|
Methods in krati.core.segment with parameters of type SegmentFactory | |
---|---|
static SegmentManager |
SegmentManager.getInstance(String segmentHomePath,
SegmentFactory segmentFactory,
int segmentFileSizeMB)
|
Uses of SegmentFactory in krati.store |
---|
Constructors in krati.store with parameters of type SegmentFactory | |
---|---|
AbstractDataArray(int length,
int batchSize,
int numSyncBatches,
File homeDirectory,
SegmentFactory segmentFactory,
int segmentFileSizeMB,
double segmentCompactFactor)
Constructs a data array. |
|
BytesDB(File homeDir,
int initLevel,
int batchSize,
int numSyncBatches,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
|
|
BytesDB(File homeDir,
int initLevel,
int batchSize,
int numSyncBatches,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
double segmentCompactFactor)
|
|
DataCacheImpl(int memberIdStart,
int memberIdCount,
File cacheDirectory,
SegmentFactory segmentFactory)
Constructs a data cache with default values below. |
|
DataCacheImpl(int memberIdStart,
int memberIdCount,
File cacheDirectory,
SegmentFactory segmentFactory,
int segmentFileSizeMB)
Constructs a data cache with default values below. |
|
DataCacheImpl(int memberIdStart,
int memberIdCount,
int maxEntrySize,
int maxEntries,
File cacheDirectory,
SegmentFactory segmentFactory,
int segmentFileSizeMB,
boolean checked)
Constructs a data cache with Segment Compact Factor default to 0.5. |
|
DataCacheImpl(int memberIdStart,
int memberIdCount,
int maxEntrySize,
int maxEntries,
File cacheDirectory,
SegmentFactory segmentFactory,
int segmentFileSizeMB,
double segmentCompactFactor,
boolean checked)
Constructs a data cache. |
|
DynamicDataArray(int initialLength,
File homeDirectory,
SegmentFactory segmentFactory)
Constructs a dynamic data array with the following default params. |
|
DynamicDataArray(int initialLength,
File homeDirectory,
SegmentFactory segmentFactory,
int segmentFileSizeMB)
Constructs a dynamic data array with the following default params. |
|
DynamicDataArray(int initialLength,
int batchSize,
int numSyncBatches,
File homeDirectory,
SegmentFactory segmentFactory,
int segmentFileSizeMB,
double segmentCompactFactor)
Constructs a dynamic data array. |
|
DynamicDataSet(File homeDir,
int initLevel,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
Creates a dynamic DataSet with the settings below: |
|
DynamicDataSet(File homeDir,
int initLevel,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
double segmentCompactFactor,
double hashLoadThreshold,
HashFunction<byte[]> hashFunction)
Creates a dynamic DataSet. |
|
DynamicDataSet(File homeDir,
int initLevel,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
double hashLoadThreshold,
HashFunction<byte[]> hashFunction)
Creates a dynamic DataSet. |
|
DynamicDataSet(File homeDir,
int initLevel,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
Creates a dynamic DataSet with the settings below: |
|
DynamicDataSet(File homeDir,
int initLevel,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
double hashLoadThreshold,
HashFunction<byte[]> hashFunction)
Creates a dynamic DataSet with the settings below: |
|
DynamicDataSet(File homeDir,
int initLevel,
SegmentFactory segmentFactory)
Creates a dynamic DataSet with the settings below: |
|
DynamicDataSet(File homeDir,
int initLevel,
SegmentFactory segmentFactory,
HashFunction<byte[]> hashFunction)
Creates a dynamic DataSet with the settings below: |
|
DynamicDataSet(File homeDir,
SegmentFactory segmentFactory)
Creates a dynamic DataSet with the settings below: |
|
DynamicDataStore(File homeDir,
int initLevel,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
Creates a dynamic DataStore with the settings below: |
|
DynamicDataStore(File homeDir,
int initLevel,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
double segmentCompactFactor,
double hashLoadThreshold,
HashFunction<byte[]> hashFunction)
Creates a dynamic DataStore. |
|
DynamicDataStore(File homeDir,
int initLevel,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
double hashLoadThreshold,
HashFunction<byte[]> hashFunction)
Creates a dynamic DataStore. |
|
DynamicDataStore(File homeDir,
int initLevel,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
Creates a dynamic DataStore with the settings below: |
|
DynamicDataStore(File homeDir,
int initLevel,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
double hashLoadThreshold,
HashFunction<byte[]> hashFunction)
Creates a dynamic DataStore with the settings below: |
|
DynamicDataStore(File homeDir,
int initLevel,
SegmentFactory segmentFactory)
Creates a dynamic DataStore with the settings below: |
|
DynamicDataStore(File homeDir,
int initLevel,
SegmentFactory segmentFactory,
HashFunction<byte[]> hashFunction)
Creates a dynamic DataStore with the settings below: |
|
DynamicDataStore(File homeDir,
SegmentFactory segmentFactory)
Creates a dynamic DataStore with the settings below: |
|
IndexedDataStore(File homeDir,
int batchSize,
int numSyncBatches,
int indexInitLevel,
int indexSegmentFileSizeMB,
SegmentFactory indexSegmentFactory,
int storeInitLevel,
int storeSegmentFileSizeMB,
SegmentFactory storeSegmentFactory)
|
|
IndexedDataStore(File homeDir,
int batchSize,
int numSyncBatches,
SegmentFactory indexSegmentFactory,
SegmentFactory storeSegmentFactory)
|
|
StaticDataArray(int length,
File homeDirectory,
SegmentFactory segmentFactory)
Constructs a static data array with the following default params. |
|
StaticDataArray(int length,
File homeDirectory,
SegmentFactory segmentFactory,
int segmentFileSizeMB)
Constructs a static data array with the following default params. |
|
StaticDataArray(int length,
int batchSize,
int numSyncBatches,
File homeDirectory,
SegmentFactory segmentFactory,
int segmentFileSizeMB,
double segmentCompactFactor)
Constructs a static data array. |
|
StaticDataSet(File homeDir,
int capacity,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
Creates a DataSet instance with the settings below: |
|
StaticDataSet(File homeDir,
int capacity,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
double segmentCompactFactor,
HashFunction<byte[]> hashFunction)
Creates a DataSet instance. |
|
StaticDataSet(File homeDir,
int capacity,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
HashFunction<byte[]> hashFunction)
Creates a DataSet instance with the settings below: |
|
StaticDataSet(File homeDir,
int capacity,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
Creates a DataSet instance with the settings below: |
|
StaticDataSet(File homeDir,
int capacity,
SegmentFactory segmentFactory)
Creates a DataSet instance with the settings below: |
|
StaticDataStore(File homeDir,
int capacity,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
Creates a DataStore instance with the settings below: |
|
StaticDataStore(File homeDir,
int capacity,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
double segmentCompactFactor,
HashFunction<byte[]> hashFunction)
Creates a DataStore instance. |
|
StaticDataStore(File homeDir,
int capacity,
int entrySize,
int maxEntries,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
HashFunction<byte[]> hashFunction)
Creates a DataStore instance with the settings below: |
|
StaticDataStore(File homeDir,
int capacity,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
Creates a DataStore instance with the settings below: |
|
StaticDataStore(File homeDir,
int capacity,
SegmentFactory segmentFactory)
Creates a DataStore instance with the settings below: |
Uses of SegmentFactory in krati.store.index |
---|
Constructors in krati.store.index with parameters of type SegmentFactory | |
---|---|
HashIndex(File homeDir,
int initLevel,
int batchSize,
int numSyncBatches,
int segmentFileSizeMB,
SegmentFactory segmentFactory)
|
|
HashIndex(File homeDir,
int initLevel,
int batchSize,
int numSyncBatches,
int segmentFileSizeMB,
SegmentFactory segmentFactory,
HashFunction<byte[]> hashFunction)
|
|
HashIndex(File homeDir,
int initLevel,
int batchSize,
int numSyncBatches,
SegmentFactory segmentFactory)
|
|
HashIndex(File homeDir,
SegmentFactory segmentFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |