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