Java org.apache.hadoop.yarn.server.utils LeveldbIterator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.server.utils LeveldbIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.server.utils LeveldbIterator.

The text is from its open source code.

Constructor

LeveldbIterator(DB db)
Create an iterator for the specified database
LeveldbIterator(DBIterator iter)
Create an iterator using the specified underlying DBIterator

Method

voidclose()
Closes the iterator.
booleanhasNext()
Returns true if the iteration has more elements.
Map.Entrynext()
Returns the next element in the iteration.
voidseek(byte[] key)
Repositions the iterator so the key of the next BlockElement returned greater than or equal to the specified targetKey.