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() |
static boolean |
isLoaded()
Check if native libraries are loaded.
|
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() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static void loadNativeLib(List<File> searchPath)
searchPath - a list of files and directories to searchpublic static boolean isLoaded()
protected 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 © 2011–2017 The Apache Software Foundation. All rights reserved.