跳过导航链接
A B C D E F G H I K L M N O P Q R S T U V W _ 

A

activateReplicaGroup(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
Active replica group by name.
addCoord(String) - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
Add coord address.
addDecodingHook(Class, Transformer) - 类 中的静态方法org.bson.BSON
Add a decoding hook for transforming a instance of BSON supported classes into a instance of class c.
addEncodingHook(Class, Transformer) - 类 中的静态方法org.bson.BSON
Add a encoding hook for transforming a instance of class c into a instance of the BSON supported classes.
addGroups(BSONObject) - 类 中的方法com.sequoiadb.base.Domain
Alter current domain to add groups
aggregate(List<BSONObject>) - 类 中的方法com.sequoiadb.base.DBCollection
Execute aggregate operation in current collection.
alterCollection(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Alter the attributes of current collection.
alterCollectionSpace(BSONObject) - 类 中的方法com.sequoiadb.base.CollectionSpace
Alter the current collection space.
alterDomain(BSONObject) - 类 中的方法com.sequoiadb.base.Domain
Alter current domain.
analyze(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
Analyze collection or index to collect statistics information
analyze() - 类 中的方法com.sequoiadb.base.Sequoiadb
Analyze all collections and indexes to collect statistics information
append(String, Object) - 类 中的方法org.bson.BasicBSONObject
Add a key/value pair to this object
applyDecodingHooks(Object) - 类 中的静态方法org.bson.BSON
Use the registered decoding hooks to transform the instance of BSON supported classes into another instance of user expect.
applyEncodingHooks(Object) - 类 中的静态方法org.bson.BSON
Use the registered encoding hooks to transform the specific instance into the instance of BSON supported classes.
ARRAY - 类 中的静态变量org.bson.BSON
 
arrayDone() - 类 中的方法org.bson.BasicBSONCallback
 
arrayDone() - 接口 中的方法org.bson.BSONCallback
 
arrayDone() - 类 中的方法org.bson.EmptyBSONCallback
 
arrayStart() - 类 中的方法org.bson.BasicBSONCallback
 
arrayStart(String) - 类 中的方法org.bson.BasicBSONCallback
 
arrayStart() - 接口 中的方法org.bson.BSONCallback
 
arrayStart(String) - 接口 中的方法org.bson.BSONCallback
 
arrayStart() - 类 中的方法org.bson.EmptyBSONCallback
 
arrayStart(String) - 类 中的方法org.bson.EmptyBSONCallback
 
as(Class<T>) - 类 中的方法org.bson.BasicBSONObject
Return an instance of the class "cls", only for BasicBSONObject
as(Class<T>, Type) - 类 中的方法org.bson.BasicBSONObject
 
as(Class<T>, Type) - 接口 中的方法org.bson.BSONObject
Return an instance of the class "cls", only for BasicBSONObject.
as(Class<T>) - 接口 中的方法org.bson.BSONObject
Return an instance of the class "cls", only for BasicBSONObject.
as(Class<T>) - 类 中的方法org.bson.types.BasicBSONList
Returns an instance of the class "cls" only for BasicBsonObject.
as(Class<T>, Type) - 类 中的方法org.bson.types.BasicBSONList
 
asList() - 类 中的方法org.bson.types.BasicBSONList
Get all the BSON values.
asMap() - 类 中的方法org.bson.BasicBSONObject
 
attachCollection(String, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Attach the specified collection.
attachNode(String, int, BSONObject) - 类 中的方法com.sequoiadb.base.ReplicaGroup
Attach node.

B

B_BINARY - 类 中的静态变量org.bson.BSON
 
B_FUNC - 类 中的静态变量org.bson.BSON
 
B_GENERAL - 类 中的静态变量org.bson.BSON
 
B_UUID - 类 中的静态变量org.bson.BSON
 
babbleToMongod(String) - 类 中的静态方法org.bson.types.ObjectId
 
backupOffline(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
Backup the whole database or specified replica group.
BaseException - com.sequoiadb.exception中的异常错误
Base exception of SequoiaDB.
BaseException(SDBError, String, Throwable) - 异常错误 的构造器com.sequoiadb.exception.BaseException
 
BaseException(SDBError, String) - 异常错误 的构造器com.sequoiadb.exception.BaseException
 
BaseException(SDBError, Throwable) - 异常错误 的构造器com.sequoiadb.exception.BaseException
 
BaseException(SDBError) - 异常错误 的构造器com.sequoiadb.exception.BaseException
 
BaseException(int) - 异常错误 的构造器com.sequoiadb.exception.BaseException
 
BaseException(int, String) - 异常错误 的构造器com.sequoiadb.exception.BaseException
 
BaseException(int, String, BSONObject) - 异常错误 的构造器com.sequoiadb.exception.BaseException
 
BasicBSONCallback - org.bson中的类
 
BasicBSONCallback() - 类 的构造器org.bson.BasicBSONCallback
 
BasicBSONDecoder - org.bson中的类
Basic implementation of BSONDecoder interface that creates BasicBSONObject instances
BasicBSONDecoder() - 类 的构造器org.bson.BasicBSONDecoder
 
BasicBSONDecoder.BSONInput - org.bson中的类
 
BasicBSONEncoder - org.bson中的类
this is meant to be pooled or cached there is some per instance memory for string conversion, etc...
BasicBSONEncoder() - 类 的构造器org.bson.BasicBSONEncoder
 
BasicBSONList - org.bson.types中的类
Utility class to allow array BSONObjects to be created.
BasicBSONList() - 类 的构造器org.bson.types.BasicBSONList
 
BasicBSONObject - org.bson中的类
A simple implementation of BSONObject.
BasicBSONObject(boolean) - 类 的构造器org.bson.BasicBSONObject
Creates an empty object.
BasicBSONObject() - 类 的构造器org.bson.BasicBSONObject
Creates an empty object. by default, key won't be sorted
BasicBSONObject(int) - 类 的构造器org.bson.BasicBSONObject
Creates an empty object. by default, key won't be sorted
BasicBSONObject(String, Object) - 类 的构造器org.bson.BasicBSONObject
Convenience CTOR
BasicBSONObject(Map) - 类 的构造器org.bson.BasicBSONObject
Creates a BSONObject from a map.
BasicTypeWrite(Object, Object, Method) - 类 中的方法org.bson.BasicBSONObject
 
beginTransaction() - 类 中的方法com.sequoiadb.base.Sequoiadb
Begin the transaction.
BINARY - 类 中的静态变量org.bson.BSON
 
Binary - org.bson.types中的类
generic binary holder
Binary(byte[]) - 类 的构造器org.bson.types.Binary
Creates a Binary object with the default binary type of 0
Binary(byte, byte[]) - 类 的构造器org.bson.types.Binary
Creates a Binary object
BOOLEAN - 类 中的静态变量org.bson.BSON
 
BSON - org.bson中的类
Global setting for BSON usage.
BSON() - 类 的构造器org.bson.BSON
 
BSONCallback - org.bson中的接口
 
BSONDecimal - org.bson.types中的类
The type BSONDecimal object can store numbers with a very large number of digits.
BSONDecimal(String, int, int) - 类 的构造器org.bson.types.BSONDecimal
 
BSONDecimal(String) - 类 的构造器org.bson.types.BSONDecimal
 
BSONDecimal(BigDecimal) - 类 的构造器org.bson.types.BSONDecimal
Transform a BigDecimal object to a BSONDecimal object.
BSONDecimal(int, int, short, short, short[]) - 类 的构造器org.bson.types.BSONDecimal
 
BSONDecoder - org.bson中的接口
 
BSONEncoder - org.bson中的接口
 
BSONException - org.bson中的异常错误
A general runtime exception raised in BSON processing.
BSONException(String) - 异常错误 的构造器org.bson.BSONException
 
BSONException(int, String) - 异常错误 的构造器org.bson.BSONException
 
BSONException(String, Throwable) - 异常错误 的构造器org.bson.BSONException
 
BSONException(int, String, Throwable) - 异常错误 的构造器org.bson.BSONException
 
BSONInput(InputStream) - 类 的构造器org.bson.BasicBSONDecoder.BSONInput
 
BSONLazyDecoder - org.bson中的类
 
BSONLazyDecoder() - 类 的构造器org.bson.BSONLazyDecoder
 
BSONObject - org.bson中的接口
A key-value map that can be saved to the database.
BSONTimestamp - org.bson.types中的类
this is used for storing timestamp.
BSONTimestamp() - 类 的构造器org.bson.types.BSONTimestamp
Construct an empty BSONTimestamp.
BSONTimestamp(int, int) - 类 的构造器org.bson.types.BSONTimestamp
Construct BSONTimestamp.
BSONTimestamp(Date) - 类 的构造器org.bson.types.BSONTimestamp
Construct BSONTimestamp by java.util.Date.
BSONTimestamp(Timestamp) - 类 的构造器org.bson.types.BSONTimestamp
Construct BSONTimestamp by java.sql.Timestamp.

C

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
 

D

DatasourceOptions - com.sequoiadb.datasource中的类
Options of data source
DatasourceOptions() - 类 的构造器com.sequoiadb.datasource.DatasourceOptions
 
DATE - 类 中的静态变量org.bson.BSON
 
DBCollection - com.sequoiadb.base中的类
Collection of SequoiaDB.
DBCursor - com.sequoiadb.base中的类
Cursor of query result.
DBLob - com.sequoiadb.base中的接口
LOB of SequoiaDB.
DBQuery - com.sequoiadb.base中的类
Query expression of SequoiaDB.
DBQuery() - 类 的构造器com.sequoiadb.base.DBQuery
 
DECIMAL_HEADER_SIZE - 类 中的静态变量org.bson.types.BSONDecimal
 
decode(byte[], BSONCallback) - 类 中的方法org.bson.BasicBSONDecoder
 
decode(byte[], int, BSONCallback) - 类 中的方法org.bson.BasicBSONDecoder
 
decode(InputStream, BSONCallback) - 类 中的方法org.bson.BasicBSONDecoder
 
decode(byte[]) - 类 中的静态方法org.bson.BSON
Decode the bytes into a BSONObject instance.
decode(byte[], int) - 类 中的静态方法org.bson.BSON
Decode the bytes into a BSONObject instance.
decode(byte[], BSONCallback) - 接口 中的方法org.bson.BSONDecoder
 
decode(byte[], int, BSONCallback) - 接口 中的方法org.bson.BSONDecoder
 
decode(InputStream, BSONCallback) - 接口 中的方法org.bson.BSONDecoder
 
decode(byte[], BSONCallback) - 类 中的方法org.bson.NewBSONDecoder
 
decode(byte[], int, BSONCallback) - 类 中的方法org.bson.NewBSONDecoder
 
decode(InputStream, BSONCallback) - 类 中的方法org.bson.NewBSONDecoder
 
delete(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Delete the matching BSONObject of current collection.
delete(String) - 类 中的方法com.sequoiadb.base.DBCollection
Delete the matching of current collection.
delete(String, String) - 类 中的方法com.sequoiadb.base.DBCollection
Delete the matching bson's string of current collection.
delete(BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Delete the matching BSONObject of current collection.
deleteConfig(BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
Force the node to delete configs online.
detachCollection(String) - 类 中的方法com.sequoiadb.base.DBCollection
Detach the specified collection.
detachNode(String, int, BSONObject) - 类 中的方法com.sequoiadb.base.ReplicaGroup
Detach node.
disableCapped() - 类 中的方法com.sequoiadb.base.CollectionSpace
Alter the current collection space to disable capped
disableCompression() - 类 中的方法com.sequoiadb.base.DBCollection
Alter the attributes of current collection to disable compression
disableDatasource() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
Disable the data source.
disableSharding() - 类 中的方法com.sequoiadb.base.DBCollection
Alter the attributes of current collection to disable sharding
disconnect() - 类 中的方法com.sequoiadb.base.Node
Disconnect from current node.
Domain - com.sequoiadb.base中的类
Domain of SequoiaDB.
done() - 类 中的方法org.bson.BasicBSONEncoder
 
done() - 接口 中的方法org.bson.BSONEncoder
 
dropCollection(String) - 类 中的方法com.sequoiadb.base.CollectionSpace
Remove the named collection of current collection space.
dropCollectionSpace(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
Remove the named collection space.
dropDomain(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
Drop a domain.
dropIdIndex() - 类 中的方法com.sequoiadb.base.DBCollection
Drop the id index.
dropIndex(String) - 类 中的方法com.sequoiadb.base.DBCollection
Remove the named index of current collection.

E

EmptyBSONCallback - org.bson中的类
 
EmptyBSONCallback() - 类 的构造器org.bson.EmptyBSONCallback
 
enableCapped() - 类 中的方法com.sequoiadb.base.CollectionSpace
Alter the current collection space to enable capped
enableCompression(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Alter the attributes of current collection to enable compression
enableDatasource() - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
Enable data source.
enableSharding(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Alter the attributes of current collection to enable sharding
encode(BSONObject) - 类 中的方法org.bson.BasicBSONEncoder
 
encode(BSONObject) - 类 中的静态方法org.bson.BSON
Encoding a BSONObject instance into bytes
encode(BSONObject) - 接口 中的方法org.bson.BSONEncoder
 
ensureOID(boolean) - 类 中的方法com.sequoiadb.base.DBCollection
Set whether ensure OID of record when bulk insert records to SequoiaDB.
entrySet() - 类 中的方法org.bson.BasicBSONObject
Returns a Set view of the mappings contained in this map
EOO - 类 中的静态变量org.bson.BSON
 
equals(Object) - 类 中的方法org.bson.BasicBSONObject
Current bson object is equal with the other or not
equals(Object) - 类 中的方法org.bson.types.Binary
 
equals(Object) - 类 中的方法org.bson.types.BSONDecimal
Compares this BSONDecimal with the specified object for equality.
equals(Object) - 类 中的方法org.bson.types.BSONTimestamp
 
equals(Object) - 类 中的方法org.bson.types.Code
 
equals(Object) - 类 中的方法org.bson.types.CodeWScope
 
equals(Object) - 类 中的方法org.bson.types.MaxKey
 
equals(Object) - 类 中的方法org.bson.types.MinKey
 
equals(Object) - 类 中的方法org.bson.types.ObjectId
 
equals(Object) - 类 中的方法org.bson.types.Symbol
Will compare equal to a String that is equal to the String that this holds
evalJS(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
Eval javascript code.
exec(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
Execute sql in database.
execUpdate(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
Execute sql in database.
explain(BSONObject, BSONObject, BSONObject, BSONObject, long, long, int, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Explain query of current collection.

F

fill(byte[]) - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
fill(byte[], int) - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
FLG_INSERT_CONTONDUP - 类 中的静态变量com.sequoiadb.base.DBCollection
This flags represent that bulkInsert will continue when duplicate key exist(the duplicate record will be ignored).
FLG_QUERY_FOR_UPDATE - 类 中的静态变量com.sequoiadb.base.DBQuery
When the transaction is turned on and the transaction isolation level is "RC", the transaction lock will be released after the record is read by default.
FLG_QUERY_FORCE_HINT - 类 中的静态变量com.sequoiadb.base.DBQuery
Force to use specified hint to query, if database have no index assigned by the hint, fail to query.
FLG_QUERY_KEEP_SHARDINGKEY_IN_UPDATE - 类 中的静态变量com.sequoiadb.base.DBQuery
The sharding key in update rule is not filtered, when executing queryAndUpdate.
FLG_QUERY_PARALLED - 类 中的静态变量com.sequoiadb.base.DBQuery
Enable parallel sub query, each sub query will finish scanning different part of the data.
FLG_QUERY_PREPARE_MORE - 类 中的静态变量com.sequoiadb.base.DBQuery
Enable prepare more data when query.
FLG_QUERY_STRINGOUT - 类 中的静态变量com.sequoiadb.base.DBQuery
Normally, query return bson object, when this flag is added, query return binary data stream
FLG_QUERY_WITH_RETURNDATA - 类 中的静态变量com.sequoiadb.base.DBQuery
In general, query won't return data until cursor gets from database, when add this flag, return data in query response, it will be more high-performance.
FLG_UPDATE_KEEP_SHARDINGKEY - 类 中的静态变量com.sequoiadb.base.DBCollection
The sharding key in update rule is not filtered, when executing update or upsert.
flushConfigure(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
Flush the options to configuration file.
FMP_FUNC_TYPE_C - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
FMP_FUNC_TYPE_INVALID - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
FMP_FUNC_TYPE_JAVA - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
FMP_FUNC_TYPE_JS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 

G

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
 

H

handleSpecialObjects(String, BSONObject) - 类 中的方法org.bson.BasicBSONEncoder
 
hasDecodeHooks() - 类 中的静态方法org.bson.BSON
check has decode hooks or not.
hasErrorCode() - 异常错误 中的方法org.bson.BSONException
Returns true if the error code is set (i.e., not null).
hashCode() - 类 中的方法org.bson.BasicBSONObject
 
hashCode() - 类 中的方法org.bson.types.Binary
 
hashCode() - 类 中的方法org.bson.types.BSONDecimal
Returns the hash code for this BSONDecimal.
hashCode() - 类 中的方法org.bson.types.Code
 
hashCode() - 类 中的方法org.bson.types.CodeWScope
 
hashCode() - 类 中的方法org.bson.types.MaxKey
 
hashCode() - 类 中的方法org.bson.types.MinKey
 
hashCode() - 类 中的方法org.bson.types.ObjectId
 
hashCode() - 类 中的方法org.bson.types.Symbol
 
hasNext() - 类 中的方法com.sequoiadb.base.DBCursor
Judge whether the next document exists or not.

I

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.

K

keySet() - 类 中的方法org.bson.BasicBSONObject
Returns this object's fields' names
keySet() - 接口 中的方法org.bson.BSONObject
Returns this object's fields' names
keySet() - 类 中的方法org.bson.types.BasicBSONList
Returns this object's fields' names

L

length() - 类 中的方法org.bson.types.Binary
 
listBackup(BSONObject, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
List the backups.
listCLInDomain() - 类 中的方法com.sequoiadb.base.Domain
List all the collections in current domain.
listCollections() - 类 中的方法com.sequoiadb.base.Sequoiadb
Get all the collections.
listCollectionSpaces() - 类 中的方法com.sequoiadb.base.Sequoiadb
Get all the collection spaces.
listCSInDomain() - 类 中的方法com.sequoiadb.base.Domain
List all the collection spaces in current domain.
listDomains(BSONObject, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
List domains.
listLobs() - 类 中的方法com.sequoiadb.base.DBCollection
Get all of the lobs in current collection.
listProcedures(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
List the storage procedures.
listReplicaGroups() - 类 中的方法com.sequoiadb.base.Sequoiadb
List all the replica group.
listTasks(BSONObject, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
List the tasks.
loadCollectionSpace(String, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
lock(long, long) - 接口 中的方法com.sequoiadb.base.DBLob
Lock LOB section for write mode.
lockAndSeek(long, long) - 接口 中的方法com.sequoiadb.base.DBLob
Lock LOB section for write mode and seek to the offset position.

M

massageToObjectId(Object) - 类 中的静态方法org.bson.types.ObjectId
Turn an object into an ObjectId, if possible.
MAXKEY - 类 中的静态变量org.bson.BSON
 
MaxKey - org.bson.types中的类
Represent the maximum key value regardless of the key's type
MaxKey() - 类 的构造器org.bson.types.MaxKey
Construct an MaxKey object.
MINKEY - 类 中的静态变量org.bson.BSON
 
MinKey - org.bson.types中的类
Represent the minimum key value regardless of the key's type
MinKey() - 类 的构造器org.bson.types.MinKey
Construct an MaxKey object.
msg(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
Send message to server.

N

NewBSONDecoder - org.bson中的类
A new implementation of the bson decoder.
NewBSONDecoder() - 类 的构造器org.bson.NewBSONDecoder
 
Node - com.sequoiadb.base中的类
Node of SequoiaDB.
Node.NodeStatus - com.sequoiadb.base中的枚举
Node status.
notNew() - 类 中的方法org.bson.types.ObjectId
set the current ID has been used.
NULL - 类 中的静态变量org.bson.BSON
 
NUMBER - 类 中的静态变量org.bson.BSON
 
NUMBER_DECIMAL - 类 中的静态变量org.bson.BSON
 
NUMBER_INT - 类 中的静态变量org.bson.BSON
 
NUMBER_LONG - 类 中的静态变量org.bson.BSON
 
numRead() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 

O

OBJECT - 类 中的静态变量org.bson.BSON
 
objectDone() - 类 中的方法org.bson.BasicBSONCallback
 
objectDone() - 接口 中的方法org.bson.BSONCallback
 
objectDone() - 类 中的方法org.bson.EmptyBSONCallback
 
ObjectId - org.bson.types中的类
A globally unique identifier for objects.
ObjectId(Date) - 类 的构造器org.bson.types.ObjectId
Construct ObjectId by java.util.Date.
ObjectId(Date, int) - 类 的构造器org.bson.types.ObjectId
Construct ObjectId.
ObjectId(Date, int, int) - 类 的构造器org.bson.types.ObjectId
Construct ObjectId.
ObjectId(String) - 类 的构造器org.bson.types.ObjectId
Creates a new instance from a string.
ObjectId(String, boolean) - 类 的构造器org.bson.types.ObjectId
 
ObjectId(byte[]) - 类 的构造器org.bson.types.ObjectId
Construct ObjectId instance by 12 bytes data..
ObjectId(int, int, int) - 类 的构造器org.bson.types.ObjectId
Creates an ObjectId
ObjectId() - 类 的构造器org.bson.types.ObjectId
Create a new object id.
objectStart() - 类 中的方法org.bson.BasicBSONCallback
 
objectStart(boolean) - 类 中的方法org.bson.BasicBSONCallback
 
objectStart(String) - 类 中的方法org.bson.BasicBSONCallback
 
objectStart(boolean, String) - 类 中的方法org.bson.BasicBSONCallback
 
objectStart() - 接口 中的方法org.bson.BSONCallback
 
objectStart(String) - 接口 中的方法org.bson.BSONCallback
 
objectStart(boolean) - 接口 中的方法org.bson.BSONCallback
 
objectStart() - 类 中的方法org.bson.EmptyBSONCallback
 
objectStart(String) - 类 中的方法org.bson.EmptyBSONCallback
 
objectStart(boolean) - 类 中的方法org.bson.EmptyBSONCallback
 
OID - 类 中的静态变量org.bson.BSON
 
openLob(ObjectId, int) - 类 中的方法com.sequoiadb.base.DBCollection
Open an existing lob with id.
openLob(ObjectId) - 类 中的方法com.sequoiadb.base.DBCollection
Open an existing lob with id.
org.bson - 程序包 org.bson
Contains the base BSON classes and Encoder/Decoder.
org.bson.types - 程序包 org.bson.types
Contains classes implementing various BSON types.

P

pop(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Pop records from the collection.
put(String, Object) - 类 中的方法org.bson.BasicBSONObject
Add a key/value pair to this object
put(String, Object) - 接口 中的方法org.bson.BSONObject
Sets a name/value pair in this object.
put(String, Object) - 类 中的方法org.bson.types.BasicBSONList
Puts a value at an index.
put(int, Object) - 类 中的方法org.bson.types.BasicBSONList
Puts a value at an index.
putAll(Map) - 类 中的方法org.bson.BasicBSONObject
Sets all key/value pairs from a map into this object
putAll(BSONObject) - 类 中的方法org.bson.BasicBSONObject
Sets all key/value pairs from an object into this object
putAll(BSONObject) - 接口 中的方法org.bson.BSONObject
Sets all key/value pairs from an object into this object
putAll(Map) - 接口 中的方法org.bson.BSONObject
Sets all key/value pairs from a map into this object
putAll(Map) - 类 中的方法org.bson.types.BasicBSONList
Sets all key/value pairs from a map into this object
putAll(BSONObject) - 类 中的方法org.bson.types.BasicBSONList
Sets all key/value pairs from an object into this object
putBinary(String, byte[]) - 类 中的方法org.bson.BasicBSONEncoder
 
putBinary(String, Binary) - 类 中的方法org.bson.BasicBSONEncoder
 
putBoolean(String, Boolean) - 类 中的方法org.bson.BasicBSONEncoder
 
putCode(String, Code) - 类 中的方法org.bson.BasicBSONEncoder
 
putCodeWScope(String, CodeWScope) - 类 中的方法org.bson.BasicBSONEncoder
 
putDate(String, Date) - 类 中的方法org.bson.BasicBSONEncoder
 
putDecimal(String, BSONDecimal) - 类 中的方法org.bson.BasicBSONEncoder
 
putNull(String) - 类 中的方法org.bson.BasicBSONEncoder
 
putNumber(String, Number) - 类 中的方法org.bson.BasicBSONEncoder
 
putObject(BSONObject) - 类 中的方法org.bson.BasicBSONEncoder
Encodes a BSONObject.
putObject(String, BSONObject) - 类 中的方法org.bson.BasicBSONEncoder
this is really for embedded objects
putObject(BSONObject) - 接口 中的方法org.bson.BSONEncoder
 
putObjectId(String, ObjectId) - 类 中的方法org.bson.BasicBSONEncoder
 
putSpecial(String, Object) - 类 中的方法org.bson.BasicBSONEncoder
 
putString(String, String) - 类 中的方法org.bson.BasicBSONEncoder
 
putSymbol(String, Symbol) - 类 中的方法org.bson.BasicBSONEncoder
 
putTimestamp(String, BSONTimestamp) - 类 中的方法org.bson.BasicBSONEncoder
 
putUndefined(String) - 类 中的方法org.bson.BasicBSONEncoder
 
putUUID(String, UUID) - 类 中的方法org.bson.BasicBSONEncoder
 

Q

query() - 类 中的方法com.sequoiadb.base.DBCollection
Get all documents of current collection.
query(DBQuery) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection.
query(BSONObject, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection.
query(BSONObject, BSONObject, BSONObject, BSONObject, int) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection.
query(String, String, String, String) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection.
query(String, String, String, String, int) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection.
query(String, String, String, String, long, long) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection.
query(BSONObject, BSONObject, BSONObject, BSONObject, long, long) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection.
query(BSONObject, BSONObject, BSONObject, BSONObject, long, long, int) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection.
queryAndRemove(BSONObject, BSONObject, BSONObject, BSONObject, long, long, int) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection and remove.
queryAndUpdate(BSONObject, BSONObject, BSONObject, BSONObject, BSONObject, long, long, int, boolean) - 类 中的方法com.sequoiadb.base.DBCollection
Get the matching documents in current collection and update.
queryOne(BSONObject, BSONObject, BSONObject, BSONObject, int) - 类 中的方法com.sequoiadb.base.DBCollection
Get one matched document from current collection.
queryOne() - 类 中的方法com.sequoiadb.base.DBCollection
Get one document from current collection.

R

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.

S

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
This flag controls the socket keep alive feature that keeps a connection alive through firewalls Socket.setKeepAlive(boolean)
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.

T

TIMESTAMP - 类 中的静态变量org.bson.BSON
 
toBigDecimal() - 类 中的方法org.bson.types.BSONDecimal
Transform to BigDecimal object The meaning of "precision" and "scale" defined in BSONDecimal are different from that defined in BigDecimal.
toByteArray() - 类 中的方法org.bson.types.ObjectId
 
toDate() - 类 中的方法org.bson.types.BSONTimestamp
 
toInt(Object) - 类 中的静态方法org.bson.BSON
 
toMap() - 类 中的方法org.bson.BasicBSONObject
Converts a BSONObject to a map.
toMap() - 接口 中的方法org.bson.BSONObject
Returns a map representing this BSONObject.
toMap() - 类 中的方法org.bson.types.BasicBSONList
Converts a BSONObject to a map.
toString() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
toString() - 枚举 中的方法com.sequoiadb.exception.SDBError
 
toString() - 类 中的方法org.bson.BasicBSONObject
Returns a JSON serialization of this object
toString() - 类 中的方法org.bson.types.Binary
 
toString() - 类 中的方法org.bson.types.BSONDecimal
The string value of this object.
toString() - 类 中的方法org.bson.types.BSONTimestamp
 
toString() - 类 中的方法org.bson.types.Code
 
toString() - 类 中的方法org.bson.types.MaxKey
 
toString() - 类 中的方法org.bson.types.MinKey
 
toString() - 类 中的方法org.bson.types.ObjectId
 
toString() - 类 中的方法org.bson.types.Symbol
 
toStringBabble() - 类 中的方法org.bson.types.ObjectId
 
toStringMongod() - 类 中的方法org.bson.types.ObjectId
 
toTimestamp() - 类 中的方法org.bson.types.BSONTimestamp
 
transform(Object) - 接口 中的方法org.bson.Transformer
 
Transformer - org.bson中的接口
 
truncate() - 类 中的方法com.sequoiadb.base.DBCollection
Truncate the collection.
truncateLob(ObjectId, long) - 类 中的方法com.sequoiadb.base.DBCollection
Truncate an existing lob.
typeToBson(Object, Boolean) - 类 中的静态方法org.bson.BasicBSONObject
 
typeToBson(Object) - 类 中的静态方法org.bson.BasicBSONObject
 

U

UNDEFINED - 类 中的静态变量org.bson.BSON
 
unloadCollectionSpace(String, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
update(DBQuery) - 类 中的方法com.sequoiadb.base.DBCollection
Update the document of current collection.
update(BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Update the BSONObject of current collection.
update(BSONObject, BSONObject, BSONObject, int) - 类 中的方法com.sequoiadb.base.DBCollection
Update the BSONObject of current collection.
update(String, String, String) - 类 中的方法com.sequoiadb.base.DBCollection
Update the BSONObject of current collection.
update(String, String, String, int) - 类 中的方法com.sequoiadb.base.DBCollection
Update the BSONObject of current collection.
updateConfig(BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
Force the node to update configs online.
updateDatasourceOptions(DatasourceOptions) - 类 中的方法com.sequoiadb.datasource.SequoiadbDatasource
Update connection pool options.
upsert(BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Update the BSONObject of current collection, insert if no matching.
upsert(BSONObject, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
Update the BSONObject of current collection, insert if no matching.
upsert(BSONObject, BSONObject, BSONObject, BSONObject, int) - 类 中的方法com.sequoiadb.base.DBCollection
Update the BSONObject of current collection, insert if no matching.

V

valueOf(String) - 枚举 中的静态方法com.sequoiadb.base.Node.NodeStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.sequoiadb.base.Sequoiadb.SptReturnType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.sequoiadb.datasource.ConnectStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.sequoiadb.exception.SDBError
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.sequoiadb.base.Node.NodeStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.sequoiadb.base.Sequoiadb.SptReturnType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.sequoiadb.datasource.ConnectStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.sequoiadb.exception.SDBError
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.bson.BasicBSONObject
Returns a Collection view of the values contained in this map.

W

waitTasks(long[]) - 类 中的方法com.sequoiadb.base.Sequoiadb
Wait the tasks to finish.
write(InputStream) - 接口 中的方法com.sequoiadb.base.DBLob
Write bytes from the input stream to this lob.
write(byte[]) - 接口 中的方法com.sequoiadb.base.DBLob
Write b.length bytes from the specified byte array to this lob.
write(byte[], int, int) - 接口 中的方法com.sequoiadb.base.DBLob
Write len bytes from the specified byte array starting at offset off to this lob.
writeCString(String) - 类 中的方法org.bson.BasicBSONEncoder
 
writeInt(int) - 类 中的方法org.bson.BasicBSONEncoder
 
writeLong(long) - 类 中的方法org.bson.BasicBSONEncoder
 

_

_binary(String) - 类 中的方法org.bson.BasicBSONDecoder
 
_buf - 类 中的变量org.bson.BasicBSONEncoder
 
_callback - 类 中的变量org.bson.BasicBSONDecoder
 
_flip(int) - 类 中的静态方法org.bson.types.ObjectId
 
_in - 类 中的变量org.bson.BasicBSONDecoder
 
_inc() - 类 中的方法org.bson.types.ObjectId
 
_isAscii(byte) - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
_len - 类 中的变量org.bson.BasicBSONDecoder
 
_machine() - 类 中的方法org.bson.types.ObjectId
 
_need(int) - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
ensure that there are num bytes to read _pos is where to start reading from
_pos - 类 中的变量org.bson.BasicBSONDecoder
 
_put(String, Object) - 类 中的方法org.bson.BasicBSONCallback
 
_put(byte, String) - 类 中的方法org.bson.BasicBSONEncoder
Encodes the type and key.
_put(String) - 类 中的方法org.bson.BasicBSONEncoder
puts as utf-8 string
_putObjectField(String, Object) - 类 中的方法org.bson.BasicBSONEncoder
 
_putValueString(String) - 类 中的方法org.bson.BasicBSONEncoder
 
_time() - 类 中的方法org.bson.types.ObjectId
 
_utf8 - 类 中的静态变量org.bson.BSON
 
A B C D E F G H I K L M N O P Q R S T U V W _ 
跳过导航链接

Copyright © 2018. All rights reserved.