public class ReadOp extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadOp.ReadResult |
| Modifier and Type | Method and Description |
|---|---|
int |
operate(String oid,
int flags)
Executes operations added to the rados_read_op_t.
|
ReadOp.ReadResult |
queueRead(long offset,
long len)
Add a read operation to the rados_read_op_t via rados_read_op_read.
|
public ReadOp.ReadResult queueRead(long offset, long len) throws RadosException
offset - starting offset into the objectlen - length of the readRadosExceptionpublic int operate(String oid, int flags)
oid - flags - Copyright © 2015. All rights reserved.