void |
Sequoiadb.activateReplicaGroup(String rgName) |
DBCursor |
DBCollection.aggregate(List<BSONObject> obj) |
void |
DBCollection.alterCollection(BSONObject options) |
void |
Domain.alterDomain(BSONObject options) |
void |
DBCollection.attachCollection(String subClFullName,
BSONObject options) |
void |
Sequoiadb.backupOffline(BSONObject options) |
void |
Sequoiadb.beginTransaction() |
void |
DBCollection.bulkInsert(List<BSONObject> insertor,
int flag) |
void |
Sequoiadb.cancelTask(long taskID,
boolean isAsync) |
void |
Sequoiadb.changeConnectionOptions(ConfigOptions opts) |
void |
DBLob.close() |
void |
DBCursor.close() |
void |
SequoiadbDatasource.close(Sequoiadb sdb) |
void |
Sequoiadb.closeAllCursors() |
void |
Sequoiadb.commit() |
Sequoiadb |
Node.connect() |
Sequoiadb |
Node.connect(String username,
String password) |
DBCollection |
CollectionSpace.createCollection(String collectionName) |
CollectionSpace |
Sequoiadb.createCollectionSpace(String csName) |
CollectionSpace |
Sequoiadb.createCollectionSpace(String csName,
BSONObject options) |
CollectionSpace |
Sequoiadb.createCollectionSpace(String csName,
int pageSize) |
Domain |
Sequoiadb.createDomain(String domainName,
BSONObject options) |
void |
DBCollection.createIndex(String name,
BSONObject key,
boolean isUnique,
boolean enforced) |
void |
DBCollection.createIndex(String name,
String key,
boolean isUnique,
boolean enforced) |
DBLob |
DBCollection.createLob() |
DBLob |
DBCollection.createLob(ObjectId id) |
Node |
ReplicaGroup.createNode(String hostName,
int port,
String dbPath,
Map<String,String> configure) |
ReplicaGroup |
Sequoiadb.createReplicaGroup(String rgName) |
void |
Sequoiadb.createUser(String username,
String password) |
void |
Sequoiadb.crtJSProcedure(String code) |
void |
DBCollection.delete(BSONObject matcher) |
void |
DBCollection.delete(BSONObject matcher,
BSONObject hint) |
void |
DBCollection.delete(String matcher) |
void |
DBCollection.delete(String matcher,
String hint) |
void |
DBCollection.detachCollection(String subClFullName) |
void |
Sequoiadb.disconnect() |
void |
ReplicaNode.disconnect()
已过时。
|
void |
Node.disconnect() |
void |
CollectionSpace.drop()
已过时。
the method will be deprecated in version 2.x, use dropCollectionSpace instead
|
void |
CollectionSpace.dropCollection(String collectionName) |
void |
Sequoiadb.dropCollectionSpace(String csName) |
void |
Sequoiadb.dropDomain(String domainName) |
void |
DBCollection.dropIndex(String name) |
Sequoiadb.SptEvalResult |
Sequoiadb.evalJS(String code) |
DBCursor |
Sequoiadb.exec(String sql) |
void |
Sequoiadb.execUpdate(String sql) |
DBCursor |
DBCollection.explain(BSONObject matcher,
BSONObject selector,
BSONObject orderBy,
BSONObject hint,
long skipRows,
long returnRows,
int flag,
BSONObject options) |
void |
Sequoiadb.flushConfigure(BSONObject param) |
DBCollection |
CollectionSpace.getCollection(String collectionName) |
ArrayList<String> |
Sequoiadb.getCollectionNames() |
List<String> |
CollectionSpace.getCollectionNames() |
CollectionSpace |
Sequoiadb.getCollectionSpace(String csName) |
ArrayList<String> |
Sequoiadb.getCollectionSpaceNames() |
Sequoiadb |
SequoiadbDatasource.getConnection() |
long |
DBCollection.getCount() |
long |
DBCollection.getCount(BSONObject matcher) |
long |
DBCollection.getCount(BSONObject condition,
BSONObject hint) |
long |
DBCollection.getCount(String matcher) |
BSONObject |
DBCursor.getCurrent() |
BSONObject |
ReplicaGroup.getDetail() |
Domain |
Sequoiadb.getDomain(String domainName) |
DBCursor |
DBCollection.getIndex(String name) |
DBCursor |
DBCollection.getIndexes() |
DBCursor |
Sequoiadb.getList(int listType,
BSONObject query,
BSONObject selector,
BSONObject orderBy) |
Node |
ReplicaGroup.getMaster() |
BSONObject |
DBCursor.getNext() |
byte[] |
DBCursor.getNextRaw() |
Node |
ReplicaGroup.getNode(String nodeName) |
Node |
ReplicaGroup.getNode(String hostName,
int port) |
int |
ReplicaGroup.getNodeNum(Node.NodeStatus status) |
DBCursor |
DBCollection.getQueryMeta(BSONObject query,
BSONObject orderBy,
BSONObject hint,
long skipRows,
long returnRows,
int flag) |
ReplicaGroup |
Sequoiadb.getReplicaGroup(int rgId) |
ReplicaGroup |
Sequoiadb.getReplicaGroup(String rgName) |
ArrayList<String> |
Sequoiadb.getReplicaGroupNames() |
ArrayList<String> |
Sequoiadb.getReplicaGroupsInfo() |
Node |
ReplicaGroup.getSlave() |
DBCursor |
Sequoiadb.getSnapshot(int snapType,
BSONObject matcher,
BSONObject selector,
BSONObject orderBy) |
DBCursor |
Sequoiadb.getSnapshot(int snapType,
String matcher,
String selector,
String orderBy) |
Node.NodeStatus |
Node.getStatus() |
ArrayList<String> |
Sequoiadb.getStorageUnits() |
boolean |
DBCursor.hasNext() |
boolean |
DBCursor.hasNextRaw() |
Object |
DBCollection.insert(BSONObject insertor) |
Object |
DBCollection.insert(String insertor) |
boolean |
CollectionSpace.isCollectionExist(String colName) |
boolean |
Sequoiadb.isCollectionSpaceExist(String csName) |
boolean |
Sequoiadb.isDomainExist(String domainName) |
boolean |
Sequoiadb.isValid() |
DBCursor |
Sequoiadb.listBackup(BSONObject options,
BSONObject matcher,
BSONObject selector,
BSONObject orderBy) |
DBCursor |
Domain.listCLInDomain() |
DBCursor |
Sequoiadb.listCollections() |
DBCursor |
Sequoiadb.listCollectionSpaces() |
DBCursor |
Domain.listCSInDomain() |
DBCursor |
Sequoiadb.listDomains(BSONObject matcher,
BSONObject selector,
BSONObject orderBy,
BSONObject hint) |
DBCursor |
DBCollection.listLobs() |
DBCursor |
Sequoiadb.listProcedures(BSONObject condition) |
DBCursor |
Sequoiadb.listReplicaGroups() |
DBCursor |
Sequoiadb.listTasks(BSONObject matcher,
BSONObject selector,
BSONObject orderBy,
BSONObject hint) |
DBLob |
DBCollection.openLob(ObjectId id) |
DBCursor |
DBCollection.query() |
DBCursor |
DBCollection.query(BSONObject matcher,
BSONObject selector,
BSONObject orderBy,
BSONObject hint) |
DBCursor |
DBCollection.query(BSONObject matcher,
BSONObject selector,
BSONObject orderBy,
BSONObject hint,
int flag) |
DBCursor |
DBCollection.query(BSONObject matcher,
BSONObject selector,
BSONObject orderBy,
BSONObject hint,
long skipRows,
long returnRows) |
DBCursor |
DBCollection.query(BSONObject matcher,
BSONObject selector,
BSONObject orderBy,
BSONObject hint,
long skipRows,
long returnRows,
int flag) |
DBCursor |
DBCollection.query(DBQuery matcher) |
DBCursor |
DBCollection.query(String matcher,
String selector,
String orderBy,
String hint) |
DBCursor |
DBCollection.query(String matcher,
String selector,
String orderBy,
String hint,
int flag) |
DBCursor |
DBCollection.query(String matcher,
String selector,
String orderBy,
String hint,
long skipRows,
long returnRows) |
BSONObject |
DBCollection.queryOne() |
BSONObject |
DBCollection.queryOne(BSONObject matcher,
BSONObject selector,
BSONObject orderBy,
BSONObject hint,
int flag) |
int |
DBLob.read(byte[] b) |
void |
Sequoiadb.removeBackup(BSONObject options) |
void |
DBCollection.removeLob(ObjectId lobID) |
void |
ReplicaGroup.removeNode(String hostName,
int port,
BSONObject configure) |
void |
Sequoiadb.removeReplicaGroup(String rgName) |
void |
Sequoiadb.removeUser(String username,
String password) |
void |
Sequoiadb.resetSnapshot() |
void |
Sequoiadb.rmProcedure(String name) |
void |
Sequoiadb.rollback() |
<T> void |
DBCollection.save(List<T> type) |
<T> void |
DBCollection.save(T type) |
void |
DBLob.seek(long size,
int seekType) |
void |
SequoiadbOption.setAbandonTime(int abandonTime) |
void |
SequoiadbOption.setDeltaIncCount(int deltaIncCount) |
void |
SequoiadbOption.setInitConnectionNum(int initConnectionNum) |
void |
DBCollection.setMainKeys(String[] keys) |
void |
SequoiadbOption.setMaxConnectionNum(int maxConnectionNum) |
void |
SequoiadbOption.setMaxIdeNum(int maxIdeNum) |
void |
SequoiadbOption.setRecaptureConnPeriod(int recaptureConnPeriod) |
void |
SequoiadbOption.setRecheckCyclePeriod(int recheckCyclePeriod) |
void |
Sequoiadb.setSessionAttr(BSONObject options) |
void |
SequoiadbOption.setTimeout(int timeout) |
void |
DBCollection.split(String sourceGroupName,
String destGroupName,
BSONObject splitCondition,
BSONObject splitEndCondition) |
void |
DBCollection.split(String sourceGroupName,
String destGroupName,
double percent) |
long |
DBCollection.splitAsync(String sourceGroupName,
String destGroupName,
BSONObject splitCondition,
BSONObject splitEndCondition) |
long |
DBCollection.splitAsync(String sourceGroupName,
String destGroupName,
double percent) |
void |
ReplicaGroup.start() |
void |
Node.start() |
void |
ReplicaGroup.stop() |
void |
Node.stop() |
void |
DBCollection.update(BSONObject matcher,
BSONObject modifier,
BSONObject hint) |
void |
DBCollection.update(DBQuery query) |
void |
DBCollection.update(String matcher,
String modifier,
String hint) |
void |
DBCollection.upsert(BSONObject matcher,
BSONObject modifier,
BSONObject hint) |
void |
Sequoiadb.waitTasks(long[] taskIDs) |
void |
DBLob.write(byte[] b) |