- cancelTask(long, boolean) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Cancel the specified task.
- CATALOG_GROUP_NAME - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- clear() - 类 中的方法org.bson.BasicBSONObject
-
Removes all of the mappings from this map (optional operation).
- clearAllHooks() - 类 中的静态方法org.bson.BSON
-
Remove all the hooks.
- clearDecodingHooks() - 类 中的静态方法org.bson.BSON
-
Clears all decoding hooks.
- clearEncodingHooks() - 类 中的静态方法org.bson.BSON
-
Clears all encoding hooks.
- ClientOptions - com.sequoiadb.base中的类
-
Options for client.
- ClientOptions() - 类 的构造器com.sequoiadb.base.ClientOptions
-
- clone() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Clone the current options.
- close() - 类 中的方法com.sequoiadb.base.DBCursor
-
Close the cursor.
- close() - 接口 中的方法com.sequoiadb.base.DBLob
-
Close the lob.
- close() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Close the connection.
- close() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Clean all resources of current connection pool.
- closeAllCursors() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Close all the cursors created in current connection, we can't use those cursors to get
data again.
- CODE - 类 中的静态变量org.bson.BSON
-
- Code - org.bson.types中的类
-
for using the Code type
- Code(String) - 类 的构造器org.bson.types.Code
-
- CODE_W_SCOPE - 类 中的静态变量org.bson.BSON
-
- CodeWScope - org.bson.types中的类
-
for using the CodeWScope type
- CodeWScope(String, BSONObject) - 类 的构造器org.bson.types.CodeWScope
-
- CollectionSpace - com.sequoiadb.base中的类
-
Collection space of SequoiaDB.
- com.sequoiadb.base - 程序包 com.sequoiadb.base
-
SequoiaDB Basic API
- com.sequoiadb.datasource - 程序包 com.sequoiadb.datasource
-
SequoiaDB Datasource API
- com.sequoiadb.exception - 程序包 com.sequoiadb.exception
-
SequoiaDB Error
- commit() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Commit the transaction.
- compareTo(BSONDecimal) - 类 中的方法org.bson.types.BSONDecimal
-
Compares this BSONDecimal with the specified BSONDecimal.
- compareTo(ObjectId) - 类 中的方法org.bson.types.ObjectId
-
- ConfigOptions - com.sequoiadb.base中的类
-
Database Connection Configuration Option
- ConfigOptions() - 类 的构造器com.sequoiadb.base.ConfigOptions
-
- connect() - 类 中的方法com.sequoiadb.base.Node
-
Connect to current node with the same username and password of coordination node.
- connect(String, String) - 类 中的方法com.sequoiadb.base.Node
-
Connect to current node with username and password.
- ConnectStrategy - com.sequoiadb.datasource中的枚举
-
- containsField(String) - 类 中的方法org.bson.BasicBSONObject
-
Checks if this object contains a given field
- containsField(String) - 接口 中的方法org.bson.BSONObject
-
Checks if this object contains a field with the given name.
- containsField(String) - 类 中的方法org.bson.types.BasicBSONList
-
Checks if this object contains a given field
- containsKey(Object) - 类 中的方法org.bson.BasicBSONObject
-
Returns true if this map contains a mapping for the specified key.
- containsValue(Object) - 类 中的方法org.bson.BasicBSONObject
-
Returns true if this map maps one or more keys to the specified value.
- create() - 类 中的方法org.bson.BasicBSONCallback
-
- create(boolean, List<String>) - 类 中的方法org.bson.BasicBSONCallback
-
- createBSONCallback() - 类 中的方法org.bson.BasicBSONCallback
-
- createBSONCallback() - 接口 中的方法org.bson.BSONCallback
-
- createBSONCallback() - 类 中的方法org.bson.EmptyBSONCallback
-
- createCollection(String) - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Create the named collection in current collection space.
- createCollection(String, BSONObject) - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Create collection by options.
- createCollectionSpace(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Create the named collection space with default SDB_PAGESIZE_64K.
- createCollectionSpace(String, int) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Create collection space.
- createCollectionSpace(String, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Create collection space.
- createDomain(String, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Create a domain.
- createIdIndex(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
-
Create the id index.
- createIndex(String, BSONObject, boolean, boolean, int) - 类 中的方法com.sequoiadb.base.DBCollection
-
Create a index with name and key.
- createIndex(String, String, boolean, boolean, int) - 类 中的方法com.sequoiadb.base.DBCollection
-
Create a index with name and key.
- createIndex(String, BSONObject, boolean, boolean) - 类 中的方法com.sequoiadb.base.DBCollection
-
Create a index with name and key
- createIndex(String, String, boolean, boolean) - 类 中的方法com.sequoiadb.base.DBCollection
-
Create a index with name and key.
- createList() - 类 中的方法org.bson.BasicBSONCallback
-
- createLob() - 类 中的方法com.sequoiadb.base.DBCollection
-
Create a lob.
- createLob(ObjectId) - 类 中的方法com.sequoiadb.base.DBCollection
-
Create a lob with a given id.
- createNode(String, int, String) - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Create node.
- createNode(String, int, String, BSONObject) - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Create node.
- createReplicaCataGroup(String, int, String, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Create the replica Catalog group with the given options.
- createReplicaGroup(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Create replica group by name.
- createUser(String, String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Create an user in current database.
- crtJSProcedure(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Create a storage procedure.
- cur() - 类 中的方法org.bson.BasicBSONCallback
-
- curName() - 类 中的方法org.bson.BasicBSONCallback
-
- get() - 类 中的方法org.bson.BasicBSONCallback
-
- get(String) - 类 中的方法org.bson.BasicBSONObject
-
Gets a value from this object
- get(Object) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value to which the specified key is mapped, or null if the
map contains no mapping for the key.
- get() - 接口 中的方法org.bson.BSONCallback
-
- get(String) - 接口 中的方法org.bson.BSONObject
-
Gets a field from this object by a given name.
- get() - 类 中的方法org.bson.EmptyBSONCallback
-
- get(String) - 类 中的方法org.bson.types.BasicBSONList
-
Gets a value at an index.
- get() - 类 中的静态方法org.bson.types.ObjectId
-
Gets a new object id.
- getAbnormalAddrNum() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Get the current abnormal address amount.
- getBigDecimal(String) - 类 中的方法org.bson.BasicBSONObject
-
Returns the BigDecimal object or null if not set.
- getBigDecimal(String, BigDecimal) - 类 中的方法org.bson.BasicBSONObject
-
Returns the BigDecimal object or def if not set.
- getBoolean(String) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as a boolean.
- getBoolean(String, boolean) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as a boolean
- getByKey(int) - 枚举 中的静态方法com.sequoiadb.base.Node.NodeStatus
-
- getByteOrder() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
- getCacheInterval() - 类 中的方法com.sequoiadb.base.ClientOptions
-
- getCheckInterval() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get the interval for checking the idle connections periodically.
- getCode() - 类 中的方法org.bson.types.Code
-
- getCollection(String) - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Get the named collection.
- getCollectionNames() - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Get all the collection names of current collection space.
- getCollectionNames() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get all the collection names.
- getCollectionSpace() - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the CollectionSpace instance of current collection.
- getCollectionSpace(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get the named collection space.
- getCollectionSpaceNames() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get all the collection space names.
- getConnection() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Get a connection from current connection pool.
- getConnection(long) - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Get a connection from current connection pool.
- getConnectStrategy() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get the current strategy of creating connections.
- getConnectTimeout() - 类 中的方法com.sequoiadb.base.ConfigOptions
-
The connection timeout in milliseconds.
- getCount() - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the amount of documents in current collection.
- getCount(String) - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the amount of matching documents in current collection.
- getCount(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the amount of matching documents in current collection.
- getCount(BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the count of matching BSONObject in current collection.
- getCreateTime() - 接口 中的方法com.sequoiadb.base.DBLob
-
Get the create time of lob.
- getCSName() - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the full name of specified collection in current collection space.
- getCurrent() - 类 中的方法com.sequoiadb.base.DBCursor
-
Get current document.
- getCurrentInc() - 类 中的静态方法org.bson.types.ObjectId
-
Gets the current value of the auto increment
- getCursor() - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
-
Get result cursor.
- getData() - 类 中的方法org.bson.types.Binary
-
- getDatasourceOptions() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Get a copy of the connection pool options.
- getDate(String) - 类 中的方法org.bson.BasicBSONObject
-
Returns the date or null if not set.
- getDate(String, Date) - 类 中的方法org.bson.BasicBSONObject
-
Returns the date or def if not set.
- getDate() - 类 中的方法org.bson.types.BSONTimestamp
-
- getDecodingHooks(Class) - 类 中的静态方法org.bson.BSON
-
Returns the decoding hook(s) associated with the specific class
- getDeltaIncCount() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get the number of connections to create once running out the
connection pool.
- getDetail() - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Get detail info of current replicaGroup
- getDigits() - 类 中的方法org.bson.types.BSONDecimal
-
- getDomain(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get the specified domain.
- getDouble(String) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as a double
.
- getDouble(String, double) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as an double
.
- getEnableCache() - 类 中的方法com.sequoiadb.base.ClientOptions
-
- getEncodingHooks(Class) - 类 中的静态方法org.bson.BSON
-
Returns the encoding hook(s) associated with the specified class
- getErrMsg() - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
-
Get error type.
- getErrorCode() - 异常错误 中的方法com.sequoiadb.exception.BaseException
-
Get the error code.
- getErrorCode() - 枚举 中的方法com.sequoiadb.exception.SDBError
-
- getErrorCode() - 异常错误 中的方法org.bson.BSONException
-
Returns the error code.
- getErrorDescription() - 枚举 中的方法com.sequoiadb.exception.SDBError
-
- getErrorObject() - 异常错误 中的方法com.sequoiadb.exception.BaseException
-
Get the error object.
- getErrorType() - 异常错误 中的方法com.sequoiadb.exception.BaseException
-
Get the error type.
- getErrorType() - 枚举 中的方法com.sequoiadb.exception.SDBError
-
- getFlag() - 类 中的方法com.sequoiadb.base.DBQuery
-
- getFullName() - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the full name of specified collection in current collection space.
- getGenMachineId() - 类 中的静态方法org.bson.types.ObjectId
-
Gets the generated machine ID, identifying the machine / process / class loader
- getGroupName() - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
- getHint() - 类 中的方法com.sequoiadb.base.DBQuery
-
- getHost() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
- getHostName() - 类 中的方法com.sequoiadb.base.Node
-
Get the hostname of current node.
- getID() - 接口 中的方法com.sequoiadb.base.DBLob
-
Get the lob's id.
- getId() - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
- getIdleConnNum() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Get the current idle connection amount.
- getInc() - 类 中的方法org.bson.types.BSONTimestamp
-
- getInc() - 类 中的方法org.bson.types.ObjectId
-
- getIndexes() - 类 中的方法com.sequoiadb.base.DBCollection
-
Get all the indexes of current collection
- getIndexInfo(String) - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the information of specified index in current collection.
- getInt(String) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as an int
.
- getInt(String, int) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as an int
.
- getIP() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
- getJSCompatibility() - 类 中的静态方法org.bson.BSON
-
Get whether the display mode of BSON is the same with that in sdb shell or not.
- getKeepAliveTimeout() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get the setup time for abandoning a connection
which has not been used for long time.
- getKey() - 枚举 中的方法com.sequoiadb.base.Node.NodeStatus
-
- getLastUseTime() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
- getList(int, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get the information of specified type.
- getLocalAddrNum() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Get the amount of local coord node address.
- getLong(String) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as a long
.
- getLong(String, long) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as an long
.
- getMachine() - 类 中的方法org.bson.types.ObjectId
-
- getMaster() - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Get the master node of current replica group.
- getMatcher() - 类 中的方法com.sequoiadb.base.DBQuery
-
- getMax() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- getMaxAutoConnectRetryTime() - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Get the max auto connect retry time in milliseconds.
- getMaxCount() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get the capacity of the pool.
- getMaxIdleCount() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get the max number of idle connection.
- getMessage() - 异常错误 中的方法com.sequoiadb.exception.BaseException
-
Get the error message.
- getModificationTime() - 接口 中的方法com.sequoiadb.base.DBLob
-
Get the last modification time of lob.
- getModifier() - 类 中的方法com.sequoiadb.base.DBQuery
-
- getName() - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Return the name of current collection space.
- getName() - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the name of current collection.
- getName() - 类 中的方法com.sequoiadb.base.Domain
-
- getNext() - 类 中的方法com.sequoiadb.base.DBCursor
-
Get next document.
- getNextRaw() - 类 中的方法com.sequoiadb.base.DBCursor
-
Get raw data of next record.
- getNode(String) - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Get node by node's name (IP:PORT).
- getNode(String, int) - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Get node by hostName and port.
- getNodeId() - 类 中的方法com.sequoiadb.base.Node
-
- getNodeName() - 类 中的方法com.sequoiadb.base.Node
-
Get the name of current node.
- getNodeName() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
- getNormalAddrNum() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Get the current normal address amount.
- getObjectId(String) - 类 中的方法org.bson.BasicBSONObject
-
Returns the object id or null if not set.
- getObjectId(String, ObjectId) - 类 中的方法org.bson.BasicBSONObject
-
Returns the object id or def if not set.
- getOrderBy() - 类 中的方法com.sequoiadb.base.DBQuery
-
- getPort() - 类 中的方法com.sequoiadb.base.Node
-
Get the port of current node.
- getPort() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
- getPos() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- getPrecision() - 类 中的方法org.bson.types.BSONDecimal
-
Get the precision of decimal.
- getPreferedInstance() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get the preferred instance.
- getPreferedInstanceMode() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get the preferred instance node.
- getQueryMeta(BSONObject, BSONObject, BSONObject, long, long, int) - 类 中的方法com.sequoiadb.base.DBCollection
-
Get index blocks' or data blocks' information for concurrent query.
- getReplicaGroup() - 类 中的方法com.sequoiadb.base.Node
-
- getReplicaGroup(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get replica group by name.
- getReplicaGroup(int) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get replica group by id.
- getReplicaGroupNames() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get all the replica groups' name.
- getReplicaGroupsInfo() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get the information of the replica groups.
- getReturnRowsCount() - 类 中的方法com.sequoiadb.base.DBQuery
-
- getReturnType() - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
-
Get return type.
- getScale() - 类 中的方法org.bson.types.BSONDecimal
-
Get the scale of the decimal.
- getScope() - 类 中的方法org.bson.types.CodeWScope
-
- getSdb() - 类 中的方法com.sequoiadb.base.Node
-
Get the Sequoiadb of current node.
- getSDBError(int) - 枚举 中的静态方法com.sequoiadb.exception.SDBError
-
- getSelector() - 类 中的方法com.sequoiadb.base.DBQuery
-
- getSequoiadb() - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Get the Sequoiadb instance of current collection space belongs to.
- getSequoiadb() - 类 中的方法com.sequoiadb.base.DBCollection
-
Get the Sequoiadb instance of current collection.
- getSequoiadb() - 类 中的方法com.sequoiadb.base.Domain
-
- getSequoiadb() - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
- getSessionAttr() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get the attributes of the current session.
- getSessionTimeout() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
The Session timeout value.
- getSignScale() - 类 中的方法org.bson.types.BSONDecimal
-
- getSize() - 接口 中的方法com.sequoiadb.base.DBLob
-
Get the size of lob.
- getSize() - 类 中的方法org.bson.types.BSONDecimal
-
- getSkipRowsCount() - 类 中的方法com.sequoiadb.base.DBQuery
-
- getSlave() - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Get the random slave node of current replica group, when have no slave node, return master node.
- getSlave(int...) - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Get the slave node in the specified positions,
when have no slave node in the specified positions, return master node.
- getSlave(Collection<Integer>) - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Get the slave node in the specified positions,
when have no slave node in the specified positions, return master node.
- getSnapshot(int, String, String, String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get snapshot of the database.
- getSnapshot(int, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get snapshot of the database.
- getSnapshot(int, BSONObject, BSONObject, BSONObject, BSONObject, long, long) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get snapshot of the database.
- getSocketKeepAlive() - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Get whether the socket keeps alive or not
- getSocketTimeout() - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Get the socket timeout in milliseconds.
- getStorageUnits() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Get all the storage units.
- getString(String) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as a string
- getString(String, String) - 类 中的方法org.bson.BasicBSONObject
-
Returns the value of a field as a string
- getSymbol() - 类 中的方法org.bson.types.Symbol
-
- getSyncCoordInterval() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get the interval for updating coord's addresses from catalog periodically.
- getTime() - 类 中的方法org.bson.types.BSONTimestamp
-
- getTime() - 类 中的方法org.bson.types.ObjectId
-
- getTimeSecond() - 类 中的方法org.bson.types.ObjectId
-
- getType() - 类 中的方法org.bson.types.Binary
-
- getTypeByValue(int) - 枚举 中的静态方法com.sequoiadb.base.Sequoiadb.SptReturnType
-
- getTypemod() - 类 中的方法org.bson.types.BSONDecimal
-
- getTypeValue() - 枚举 中的方法com.sequoiadb.base.Sequoiadb.SptReturnType
-
- getUsedConnNum() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Get the current used connection amount.
- getUseNagle() - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Get whether use the Nagle Algorithm or not
- getUseSSL() - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Get whether use the SSL or not
- getValidateConnection() - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Get whether to validate a connection which is got from the pool or not.
- getValue() - 类 中的方法org.bson.types.BSONDecimal
-
Get the value of decimal.
- getWeight() - 类 中的方法org.bson.types.BSONDecimal
-
- gotBinary(String, byte, byte[]) - 类 中的方法org.bson.BasicBSONCallback
-
- gotBinary(String, byte, byte[]) - 接口 中的方法org.bson.BSONCallback
-
- gotBinary(String, byte, byte[]) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotBoolean(String, boolean) - 类 中的方法org.bson.BasicBSONCallback
-
- gotBoolean(String, boolean) - 接口 中的方法org.bson.BSONCallback
-
- gotBoolean(String, boolean) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotCode(String, String) - 类 中的方法org.bson.BasicBSONCallback
-
- gotCode(String, String) - 接口 中的方法org.bson.BSONCallback
-
- gotCode(String, String) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotCodeWScope(String, String, Object) - 类 中的方法org.bson.BasicBSONCallback
-
- gotCodeWScope(String, String, Object) - 接口 中的方法org.bson.BSONCallback
-
- gotCodeWScope(String, String, Object) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotDate(String, long) - 类 中的方法org.bson.BasicBSONCallback
-
- gotDate(String, long) - 接口 中的方法org.bson.BSONCallback
-
- gotDate(String, long) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotDBRef(String, String, ObjectId) - 类 中的方法org.bson.BasicBSONCallback
-
- gotDBRef(String, String, ObjectId) - 接口 中的方法org.bson.BSONCallback
-
- gotDBRef(String, String, ObjectId) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotDecimal(String, BSONDecimal) - 类 中的方法org.bson.BasicBSONCallback
-
- gotDecimal(String, BSONDecimal) - 接口 中的方法org.bson.BSONCallback
-
- gotDecimal(String, BSONDecimal) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotDouble(String, double) - 类 中的方法org.bson.BasicBSONCallback
-
- gotDouble(String, double) - 接口 中的方法org.bson.BSONCallback
-
- gotDouble(String, double) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotInt(String, int) - 类 中的方法org.bson.BasicBSONCallback
-
- gotInt(String, int) - 接口 中的方法org.bson.BSONCallback
-
- gotInt(String, int) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotLong(String, long) - 类 中的方法org.bson.BasicBSONCallback
-
- gotLong(String, long) - 接口 中的方法org.bson.BSONCallback
-
- gotLong(String, long) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotMaxKey(String) - 类 中的方法org.bson.BasicBSONCallback
-
- gotMaxKey(String) - 接口 中的方法org.bson.BSONCallback
-
- gotMaxKey(String) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotMinKey(String) - 类 中的方法org.bson.BasicBSONCallback
-
- gotMinKey(String) - 接口 中的方法org.bson.BSONCallback
-
- gotMinKey(String) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotNull(String) - 类 中的方法org.bson.BasicBSONCallback
-
- gotNull(String) - 接口 中的方法org.bson.BSONCallback
-
- gotNull(String) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotObjectId(String, ObjectId) - 类 中的方法org.bson.BasicBSONCallback
-
- gotObjectId(String, ObjectId) - 接口 中的方法org.bson.BSONCallback
-
- gotObjectId(String, ObjectId) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotRegex(String, String, String) - 类 中的方法org.bson.BasicBSONCallback
-
- gotRegex(String, String, String) - 接口 中的方法org.bson.BSONCallback
-
- gotRegex(String, String, String) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotString(String, String) - 类 中的方法org.bson.BasicBSONCallback
-
- gotString(String, String) - 接口 中的方法org.bson.BSONCallback
-
- gotString(String, String) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotSymbol(String, String) - 类 中的方法org.bson.BasicBSONCallback
-
- gotSymbol(String, String) - 接口 中的方法org.bson.BSONCallback
-
- gotSymbol(String, String) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotTimestamp(String, int, int) - 类 中的方法org.bson.BasicBSONCallback
-
- gotTimestamp(String, int, int) - 接口 中的方法org.bson.BSONCallback
-
- gotTimestamp(String, int, int) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotUndefined(String) - 类 中的方法org.bson.BasicBSONCallback
-
- gotUndefined(String) - 接口 中的方法org.bson.BSONCallback
-
- gotUndefined(String) - 类 中的方法org.bson.EmptyBSONCallback
-
- gotUUID(String, long, long) - 类 中的方法org.bson.BasicBSONCallback
-
- gotUUID(String, long, long) - 接口 中的方法org.bson.BSONCallback
-
subtype 3
- gotUUID(String, long, long) - 类 中的方法org.bson.EmptyBSONCallback
-
- initClient(ClientOptions) - 类 中的静态方法com.sequoiadb.base.Sequoiadb
-
Initialize the configuration options for client.
- insert(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert a document into current collection, if the document
does not contain field "_id", it will be added.
- insert(String) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert a document into current collection, if the document
does not contain field "_id", it will be added.
- insert(List<BSONObject>, int) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert a bulk of bson objects into current collection.
- insert(List<BSONObject>) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert a bulk of bson objects into current collection.
- invalidateCache(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Clear the cache of the nodes (data/coord node).
- IsBasicType(Object) - 类 中的静态方法org.bson.BSON
-
- isCatalog() - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Judge whether current replicaGroup is catalog replica group or not.
- isClosed() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Whether the connection has been closed or not.
- isCollectionExist(String) - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Verify the existence of collection in current collection space.
- isCollectionSpaceExist(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Verify the existence of collection space.
- isDomainExist(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Verify the existence of domain.
- isEmpty() - 类 中的方法org.bson.BasicBSONObject
-
The current bson object keeps any elements or not
- isEmpty() - 接口 中的方法org.bson.BSONObject
-
The current bson object keeps any elements or not
- isEof() - 接口 中的方法com.sequoiadb.base.DBLob
-
Check whether current offset has reached to the max size of the current lob.
- isIndexExist(String) - 类 中的方法com.sequoiadb.base.DBCollection
-
Test the specified index exist or not.
- isMax() - 类 中的方法org.bson.types.BSONDecimal
-
Whether current decimal object represents a positive infinite value
- isMin() - 类 中的方法org.bson.types.BSONDecimal
-
Whether current decimal object represents a negative infinite value
- isNan() - 类 中的方法org.bson.types.BSONDecimal
-
Whether current decimal object represents a not a number value
- isNew() - 类 中的方法org.bson.types.ObjectId
-
- isNodeExist(String) - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
whether the specified node exists in current group or not
- isNodeExist(String, int) - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
whether the specified node exists in current group or not
- isOIDEnsured() - 类 中的方法com.sequoiadb.base.DBCollection
-
- isRelicaGroupExist(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
whether the replica group exists in the database or not
- isReplicaGroupExist(int) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
whether the replica group exists in the database or not
- isStackEmpty() - 类 中的方法org.bson.BasicBSONCallback
-
- isValid() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Send a test message to database to test whether the connection is valid or not.
- isValid(String) - 类 中的静态方法org.bson.types.ObjectId
-
Checks if a string could be an ObjectId
.
- read(OutputStream) - 接口 中的方法com.sequoiadb.base.DBLob
-
Read the content to the output stream.
- read(byte[]) - 接口 中的方法com.sequoiadb.base.DBLob
-
Read up to b.length
bytes of data from this lob into
an array of bytes.
- read(byte[], int, int) - 接口 中的方法com.sequoiadb.base.DBLob
-
Read up to len
bytes of data from this lob into
an array of bytes.
- read() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- readCStr() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- readDouble() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- readInt() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- readIntBE() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- readLong() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- readObject(byte[]) - 类 中的方法org.bson.BasicBSONDecoder
-
- readObject(byte[], int) - 类 中的方法org.bson.BasicBSONDecoder
-
- readObject(InputStream) - 类 中的方法org.bson.BasicBSONDecoder
-
- readObject(byte[]) - 接口 中的方法org.bson.BSONDecoder
-
- readObject(byte[], int) - 接口 中的方法org.bson.BSONDecoder
-
- readObject(InputStream) - 接口 中的方法org.bson.BSONDecoder
-
- readObject(byte[]) - 类 中的方法org.bson.NewBSONDecoder
-
- readObject(byte[], int) - 类 中的方法org.bson.NewBSONDecoder
-
- readObject(InputStream) - 类 中的方法org.bson.NewBSONDecoder
-
- readShort() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- readUTF8String() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- REF - 类 中的静态变量org.bson.BSON
-
- REGEX - 类 中的静态变量org.bson.BSON
-
- regexFlag(char) - 类 中的静态方法org.bson.BSON
-
- regexFlags(String) - 类 中的静态方法org.bson.BSON
-
Converts a string of regular expression flags from the database in Java regular
expression flags.
- regexFlags(int) - 类 中的静态方法org.bson.BSON
-
Converts Java regular expression flags into a string of flags for the database
- releaseConnection(Sequoiadb) - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Put the connection back to the connection pool.
- releaseResource() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Release the resource of the connection.
- remove(Object) - 类 中的方法org.bson.BasicBSONObject
-
Removes the mapping for a key from this map if it is present (optional
operation).
- removeBackup(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Remove the backups.
- removeCoord(String) - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
-
Remove coord address.
- removeDecodingHook(Class, Transformer) - 类 中的静态方法org.bson.BSON
-
Remove a specific encoding hook for a specific class.
- removeDecodingHooks(Class) - 类 中的静态方法org.bson.BSON
-
Remove all decoding hooks for a specific class.
- removeDomain() - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Alter the current collection space to remove domain
- removeEncodingHook(Class, Transformer) - 类 中的静态方法org.bson.BSON
-
Remove a specific encoding hook for a specific class.
- removeEncodingHooks(Class) - 类 中的静态方法org.bson.BSON
-
Remove all encoding hooks for a specific class.
- removeField(String) - 类 中的方法org.bson.BasicBSONObject
-
Deletes a field from this object.
- removeField(String) - 接口 中的方法org.bson.BSONObject
-
Removes a field with a given name from this object.
- removeField(String) - 类 中的方法org.bson.types.BasicBSONList
-
Deletes a field from this object.
- removeGroups(BSONObject) - 类 中的方法com.sequoiadb.base.Domain
-
Alter current domain to remove groups
- removeLob(ObjectId) - 类 中的方法com.sequoiadb.base.DBCollection
-
Remove an existing lob.
- removeNode(String, int, BSONObject) - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Remove node.
- removeReplicaGroup(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Remove replica group by name.
- removeUser(String, String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Remove the specified user from current database.
- renameCollection(String, String) - 类 中的方法com.sequoiadb.base.CollectionSpace
-
- renameCollectionSpace(String, String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
- ReplicaGroup - com.sequoiadb.base中的类
-
Replica group of SequoiaDB.
- reset() - 类 中的方法org.bson.BasicBSONCallback
-
- reset() - 接口 中的方法org.bson.BSONCallback
-
- reset() - 类 中的方法org.bson.EmptyBSONCallback
-
- resetSnapshot() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Reset the snapshot.
- resetSnapshot(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Reset the snapshot.
- rmProcedure(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Remove a store procedure.
- rollback() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Rollback the transaction.
- save(T, Boolean, int) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert an object into current collection.
- save(T, Boolean) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert an object into current collection
when save include update shardingKey field, the shardingKey modify action is not take effect, but the other
field update is take effect.
- save(T) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert an object into current collection.
- save(List<T>, Boolean, int) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert an object into current collection.
- save(List<T>, Boolean) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert an object into current collection.
- save(List<T>) - 类 中的方法com.sequoiadb.base.DBCollection
-
Insert an object into current collection.
- SDB_LIST_CL_IN_DOMAIN - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_COLLECTIONS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_COLLECTIONSPACES - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_CONTEXTS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_CONTEXTS_CURRENT - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_CS_IN_DOMAIN - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_DOMAINS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_GROUPS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_SESSIONS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_SESSIONS_CURRENT - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_STORAGEUNITS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_STOREPROCEDURES - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_TASKS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_TRANSACTIONS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LIST_TRANSACTIONS_CURRENT - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_LOB_READ - 接口 中的静态变量com.sequoiadb.base.DBLob
-
LOB open mode for reading
- SDB_LOB_SEEK_CUR - 接口 中的静态变量com.sequoiadb.base.DBLob
-
Change the position from the current position of lob
- SDB_LOB_SEEK_END - 接口 中的静态变量com.sequoiadb.base.DBLob
-
Change the position from the end of lob
- SDB_LOB_SEEK_SET - 接口 中的静态变量com.sequoiadb.base.DBLob
-
Change the position from the beginning of lob
- SDB_LOB_WRITE - 接口 中的静态变量com.sequoiadb.base.DBLob
-
LOB open mode for writing
- SDB_PAGESIZE_16K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
specified the package size of the collections in current collection space to be 16K
- SDB_PAGESIZE_32K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
specified the package size of the collections in current collection space to be 32K
- SDB_PAGESIZE_4K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
specified the package size of the collections in current collection space to be 4K
- SDB_PAGESIZE_64K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
specified the package size of the collections in current collection space to be 64K
- SDB_PAGESIZE_8K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
specified the package size of the collections in current collection space to be 8K
- SDB_PAGESIZE_DEFAULT - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
0 means using database's default pagesize, it 64k now
- SDB_SNAP_ACCESSPLANS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_CATALOG - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_COLLECTIONS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_COLLECTIONSPACES - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_CONFIGS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_CONTEXTS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_CONTEXTS_CURRENT - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_DATABASE - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_HEALTH - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_SESSIONS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_SESSIONS_CURRENT - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_SYSTEM - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_TRANSACTIONS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDB_SNAP_TRANSACTIONS_CURRENT - 类 中的静态变量com.sequoiadb.base.Sequoiadb
-
- SDBError - com.sequoiadb.exception中的枚举
-
- seek(long, int) - 接口 中的方法com.sequoiadb.base.DBLob
-
Change the read or write position of the lob.
- Sequoiadb - com.sequoiadb.base中的类
-
The connection with SequoiaDB server.
- Sequoiadb(String, String, String) - 类 的构造器com.sequoiadb.base.Sequoiadb
-
- Sequoiadb(String, String, String, ConfigOptions) - 类 的构造器com.sequoiadb.base.Sequoiadb
-
- Sequoiadb(List<String>, String, String, ConfigOptions) - 类 的构造器com.sequoiadb.base.Sequoiadb
-
Use a random valid address to connect to database.
- Sequoiadb(String, int, String, String) - 类 的构造器com.sequoiadb.base.Sequoiadb
-
- Sequoiadb(String, int, String, String, ConfigOptions) - 类 的构造器com.sequoiadb.base.Sequoiadb
-
- Sequoiadb.SptEvalResult - com.sequoiadb.base中的类
-
Class for executing stored procedure result.
- Sequoiadb.SptReturnType - com.sequoiadb.base中的枚举
-
- SequoiadbDatasource - com.sequoiadb.datasource中的类
-
The implements for SequoiaDB data source
- SequoiadbDatasource(List<String>, String, String, ConfigOptions, DatasourceOptions) - 类 的构造器com.sequoiadb.datasource.SequoiadbDatasource
-
When offer several addresses for connection pool to use, if
some of them are not available(invalid address, network error, coord shutdown,
catalog replica group is not available), we will put these addresses
into a queue, and check them periodically.
- SequoiadbDatasource(String, String, String, DatasourceOptions) - 类 的构造器com.sequoiadb.datasource.SequoiadbDatasource
-
- set(OutputBuffer) - 类 中的方法org.bson.BasicBSONEncoder
-
- set(OutputBuffer) - 接口 中的方法org.bson.BSONEncoder
-
- setAttributes(BSONObject) - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Alter the current collection space to set attributes.
- setAttributes(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
-
Alter the attributes of current collection
Can't alter attributes about split in partition collection; After altering a collection to
be a partition collection, need to split this collection manually.
- setAttributes(BSONObject) - 类 中的方法com.sequoiadb.base.Domain
-
Alter current domain to set attributes.
- setCacheInterval(long) - 类 中的方法com.sequoiadb.base.ClientOptions
-
Set the interval for caching the name of collection space
and collection in client in milliseconds.
- setCheckInterval(int) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set the checking interval in milliseconds.
- setConnectStrategy(ConnectStrategy) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set connection strategy.
- setConnectTimeout(int) - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Set the connection timeout in milliseconds.
- setCursor(DBCursor) - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
-
Set result cursor.
- setDeltaIncCount(int) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set the number of new connections to create once running out the
connection pool.
- setDomain(BSONObject) - 类 中的方法com.sequoiadb.base.CollectionSpace
-
Alter the current collection space to set domain
- setEnableCache(boolean) - 类 中的方法com.sequoiadb.base.ClientOptions
-
Set caching the name of collection space and collection in client or not.
- setErrMsg(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
-
Set error type.
- setFlag(int) - 类 中的方法com.sequoiadb.base.DBQuery
-
Set the query flag.
- setGroups(BSONObject) - 类 中的方法com.sequoiadb.base.Domain
-
Alter current domain to set groups
- setHint(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
-
Set specified access plan.
- setJSCompatibility(boolean) - 类 中的静态方法org.bson.BSON
-
When "compatible" is true, the content of BasicBSONObject method "toString" is show
absolutely the same with which is show in sdb shell.
- setKeepAliveTimeout(int) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set the time in milliseconds for abandoning a connection which keep alive time is up.
- setMainKeys(String[]) - 类 中的方法com.sequoiadb.base.DBCollection
-
Set the main keys used in save(). if no main keys are set, use the
default main key "_id".
- setMatcher(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
-
Set matching rule.
- setMax(int) - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
-
- setMaxAutoConnectRetryTime(long) - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Set the max auto connect retry time in milliseconds.
- setMaxCount(int) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set the capacity of the connection pool.
- setMaxIdleCount(int) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set the max number of the idle connection left in connection
pool after periodically cleaning.
- setModifier(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
-
Set modified rule.
- setOrderBy(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
-
Set ordered rule.
- setPreferedInstance(List<String>) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set Preferred instance for read request in the session..
- setPreferedInstanceMode(String) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set the mode to choose query instance when multiple preferred instances are found in the session.
- setReturnRowsCount(Long) - 类 中的方法com.sequoiadb.base.DBQuery
-
Set the count of BSONObjects to return.
- setReturnType(Sequoiadb.SptReturnType) - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
-
Set return type.
- setRoot(Object) - 类 中的方法org.bson.BasicBSONCallback
-
- setSelector(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
-
Set selective rule.
- setSessionAttr(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Set the attributes of the current session.
- setSessionTimeout(int) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set the timeout (in ms) for operations in the session. -1 means no timeout for operations.
- setSkipRowsCount(Long) - 类 中的方法com.sequoiadb.base.DBQuery
-
Set the count of BSONObjects to skip.
- setSocketKeepAlive(boolean) - 类 中的方法com.sequoiadb.base.ConfigOptions
-
- setSocketTimeout(int) - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Get the socket timeout in milliseconds.
- setSyncCoordInterval(int) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
Set the interval for updating coord's addresses from catalog in milliseconds.
- setUseNagle(boolean) - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Set whether enable/disable Nagle's algorithm(disable/enable TCP_NODELAY)
- setUseSSL(boolean) - 类 中的方法com.sequoiadb.base.ConfigOptions
-
Set whether use the SSL or not
- setValidateConnection(boolean) - 类 中的方法com.sequoiadb.datasource.DatasourceOptions
-
When a idle connection is got out of pool, we need
to validate whether it can be used or not.
- size() - 类 中的方法org.bson.BasicBSONObject
-
Returns the number of key-value mappings in this map.
- split(String, String, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
-
Split the specified collection from source group to target group by range.
- split(String, String, double) - 类 中的方法com.sequoiadb.base.DBCollection
-
Split the specified collection from source group to target group by percent.
- splitAsync(String, String, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
-
Split the specified collection from source group to target group by range asynchronously.
- splitAsync(String, String, double) - 类 中的方法com.sequoiadb.base.DBCollection
-
Split the specified collection from source group to target group by percent asynchronously.
- SptEvalResult() - 类 的构造器com.sequoiadb.base.Sequoiadb.SptEvalResult
-
- start() - 类 中的方法com.sequoiadb.base.Node
-
Start current node.
- start() - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Start current replica group.
- stop() - 类 中的方法com.sequoiadb.base.Node
-
Stop current node.
- stop() - 类 中的方法com.sequoiadb.base.ReplicaGroup
-
Stop current replica group.
- STRING - 类 中的静态变量org.bson.BSON
-
- SYMBOL - 类 中的静态变量org.bson.BSON
-
- Symbol - org.bson.types中的类
-
Class to hold a BSON symbol object, which is an interned string in Ruby
- Symbol(String) - 类 的构造器org.bson.types.Symbol
-
- sync(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Sync the database to disk.
- sync() - 类 中的方法com.sequoiadb.base.Sequoiadb
-
Sync the whole database to disk.