public class BatchOpsVec extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
BatchOpsVec() |
|
BatchOpsVec(long n) |
protected |
BatchOpsVec(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
qdb_operation_t |
get(int i) |
protected static long |
getCPtr(BatchOpsVec obj) |
void |
push_back(qdb_operation_t x) |
void |
reserve(long n) |
void |
set(int i,
qdb_operation_t val) |
long |
size() |
protected BatchOpsVec(long cPtr,
boolean cMemoryOwn)
public BatchOpsVec()
public BatchOpsVec(long n)
protected static long getCPtr(BatchOpsVec obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean empty()
public void clear()
public void push_back(qdb_operation_t x)
public qdb_operation_t get(int i)
public void set(int i,
qdb_operation_t val)
Copyright © 2015 quasardb. All Rights Reserved.