public class ListCtx extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ListCtx(int limit,
com.sun.jna.Pointer list) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the underlying pointer to list of objects
|
String[] |
getObjects() |
int |
nextObjects()
List a subset of objects in a pool
|
int |
nextObjects(long skip)
List a subset of objects in a pool after skipping a set of ids
|
int |
size() |
protected ListCtx(int limit,
com.sun.jna.Pointer list)
limit - list - public int nextObjects()
throws RadosException
RadosExceptionpublic int nextObjects(long skip)
throws RadosException
skip - the number of skipped elementRadosExceptionpublic int size()
public String[] getObjects()
public void close()
Copyright © 2015. All rights reserved.