public class NativeMap extends Object implements Iterable<Map.Entry<Key,Value>>
| Constructor and Description |
|---|
NativeMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
Value |
get(Key key) |
long |
getMemoryUsed() |
Iterator<Map.Entry<Key,Value>> |
iterator() |
Iterator<Map.Entry<Key,Value>> |
iterator(Key startKey) |
static void |
loadNativeLib(List<File> searchPath)
If native libraries are not loaded, the specified search path will be used to attempt to load them.
|
void |
mutate(Mutation mutation,
int mutationCount) |
void |
put(Key key,
Value value) |
int |
size() |
SortedKeyValueIterator<Key,Value> |
skvIterator() |
public static void loadNativeLib(List<File> searchPath)
searchPath - a list of files and directories to searchprotected void finalize()
throws Throwable
public void mutate(Mutation mutation, int mutationCount)
public int size()
public long getMemoryUsed()
public void delete()
public SortedKeyValueIterator<Key,Value> skvIterator()
Copyright © 2015 Apache Accumulo Project. All rights reserved.