public class AerospikeKeyIterator extends Object implements org.janusgraph.diskstorage.keycolumnvalue.KeyIterator, com.aerospike.client.ScanCallback
| Constructor and Description |
|---|
AerospikeKeyIterator(org.janusgraph.diskstorage.keycolumnvalue.SliceQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.janusgraph.diskstorage.util.RecordIterator<org.janusgraph.diskstorage.Entry> |
getEntries() |
boolean |
hasNext() |
org.janusgraph.diskstorage.StaticBuffer |
next() |
void |
scanCallback(com.aerospike.client.Key key,
com.aerospike.client.Record record) |
void |
terminate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic AerospikeKeyIterator(org.janusgraph.diskstorage.keycolumnvalue.SliceQuery query)
public org.janusgraph.diskstorage.util.RecordIterator<org.janusgraph.diskstorage.Entry> getEntries()
getEntries in interface org.janusgraph.diskstorage.keycolumnvalue.KeyIteratorpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean hasNext()
public org.janusgraph.diskstorage.StaticBuffer next()
public void scanCallback(com.aerospike.client.Key key, com.aerospike.client.Record record) throws com.aerospike.client.AerospikeException
scanCallback in interface com.aerospike.client.ScanCallbackcom.aerospike.client.AerospikeExceptionpublic void terminate()
Copyright © 2019. All rights reserved.