public class qdb_operation_t extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
qdb_operation_t() |
protected |
qdb_operation_t(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
String |
getAlias() |
long |
getComparand_size() |
ByteBuffer |
getComparand() |
long |
getContent_size() |
ByteBuffer |
getContent() |
protected static long |
getCPtr(qdb_operation_t obj) |
qdb_error_t |
getError() |
long |
getExpiry_time() |
long |
getResult_size() |
ByteBuffer |
getResult() |
qdb_operation_type_t |
getType() |
void |
setAlias(String value) |
void |
setComparand_size(long value) |
void |
setComparand(ByteBuffer value) |
void |
setContent_size(long value) |
void |
setContent(ByteBuffer value) |
void |
setExpiry_time(long value) |
void |
setType(qdb_operation_type_t value) |
protected qdb_operation_t(long cPtr,
boolean cMemoryOwn)
public qdb_operation_t()
protected static long getCPtr(qdb_operation_t obj)
public void delete()
public void setType(qdb_operation_type_t value)
public qdb_operation_type_t getType()
public void setAlias(String value)
public String getAlias()
public void setContent(ByteBuffer value)
public ByteBuffer getContent()
public void setContent_size(long value)
public long getContent_size()
public void setComparand(ByteBuffer value)
public ByteBuffer getComparand()
public void setComparand_size(long value)
public long getComparand_size()
public void setExpiry_time(long value)
public long getExpiry_time()
public qdb_error_t getError()
public ByteBuffer getResult()
public long getResult_size()
Copyright © 2015 quasardb. All Rights Reserved.