public class HFileCursor extends Object
| Constructor and Description |
|---|
HFileCursor() |
| Modifier and Type | Method and Description |
|---|---|
Option<KeyValue> |
getKeyValue() |
int |
getOffset() |
void |
increment(long incr) |
boolean |
isSeeked() |
boolean |
isValid() |
void |
set(int offset,
KeyValue keyValue) |
void |
setEof() |
void |
setKeyValue(KeyValue keyValue) |
void |
setOffset(int offset) |
String |
toString() |
void |
unsetEof() |
public boolean isSeeked()
public boolean isValid()
public int getOffset()
public void set(int offset,
KeyValue keyValue)
public void setOffset(int offset)
public void setKeyValue(KeyValue keyValue)
public void setEof()
public void unsetEof()
public void increment(long incr)
Copyright © 2024 The Apache Software Foundation. All rights reserved.