public class InMemoryMap extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryMap.MemoryIterator |
| Constructor and Description |
|---|
InMemoryMap(AccumuloConfiguration config) |
InMemoryMap(boolean useNativeMap,
String memDumpDir) |
InMemoryMap(Map<String,Set<ByteSequence>> lggroups,
boolean useNativeMap,
String memDumpDir) |
| Modifier and Type | Method and Description |
|---|---|
SortedKeyValueIterator<Key,Value> |
compactionIterator() |
void |
delete(long waitTime) |
long |
estimatedSizeInBytes()
Returns a long representing the size of the InMemoryMap
|
long |
getNumEntries() |
void |
mutate(List<Mutation> mutations)
Applies changes to a row in the InMemoryMap
|
InMemoryMap.MemoryIterator |
skvIterator() |
public InMemoryMap(boolean useNativeMap,
String memDumpDir)
public InMemoryMap(Map<String,Set<ByteSequence>> lggroups, boolean useNativeMap, String memDumpDir)
public InMemoryMap(AccumuloConfiguration config) throws LocalityGroupUtil.LocalityGroupConfigurationError
public long estimatedSizeInBytes()
public long getNumEntries()
public InMemoryMap.MemoryIterator skvIterator()
public SortedKeyValueIterator<Key,Value> compactionIterator()
public void delete(long waitTime)
Copyright © 2015 Apache Accumulo Project. All rights reserved.