$ A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

$

$Gson$Preconditions - com.google.gson.internal中的类
A simple utility class used to check method Preconditions.
$Gson$Preconditions() - 类 的构造器com.google.gson.internal.$Gson$Preconditions
 
$Gson$Types - com.google.gson.internal中的类
Static methods for working with types.

A

AbstractIoBuffer - org.apache.mina.core.buffer中的类
A base implementation of IoBuffer.
AbstractIoBuffer(IoBufferAllocator, int) - 类 的构造器org.apache.mina.core.buffer.AbstractIoBuffer
Creates a new parent buffer.
AbstractIoBuffer(AbstractIoBuffer) - 类 的构造器org.apache.mina.core.buffer.AbstractIoBuffer
Creates a new derived buffer.
activateReplicaGroup(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
ACTIVE_CMD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
add(JsonElement) - 类 中的方法com.google.gson.JsonArray
Adds the specified element to self.
add(String, JsonElement) - 类 中的方法com.google.gson.JsonObject
Adds a member, which is a name-value pair, to self.
add(String) - 类 中的方法org.bson.util.StringRangeSet
 
addAll(JsonArray) - 类 中的方法com.google.gson.JsonArray
Adds all the elements of the specified array to self.
addAll(Collection<? extends String>) - 类 中的方法org.bson.util.StringRangeSet
 
addCoord(String) - 类 中的方法com.sequoiadb.base.SequoiadbDatasource
 
addDecodingHook(Class, Transformer) - 类 中的静态方法org.bson.BSON
 
addDeserializationExclusionStrategy(ExclusionStrategy) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to apply the passed in exclusion strategy during deserialization.
addEncodingHook(Class, Transformer) - 类 中的静态方法org.bson.BSON
 
addLobMsgHeader(ByteBuffer, int, int, byte[], long) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
addLobOpMsg(ByteBuffer, int, short, short, int, long, int) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
addProperty(String, String) - 类 中的方法com.google.gson.JsonObject
Convenience method to add a primitive member.
addProperty(String, Number) - 类 中的方法com.google.gson.JsonObject
Convenience method to add a primitive member.
addProperty(String, Boolean) - 类 中的方法com.google.gson.JsonObject
Convenience method to add a boolean member.
addProperty(String, Character) - 类 中的方法com.google.gson.JsonObject
Convenience method to add a char member.
addSerializationExclusionStrategy(ExclusionStrategy) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to apply the passed in exclusion strategy during serialization.
ADMIN_PROMPT - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
aggregate(List<BSONObject>) - 类 中的方法com.sequoiadb.base.DBCollection
 
allocate(int, boolean) - 类 中的方法org.apache.mina.core.buffer.CachedBufferAllocator
 
allocate(int) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Returns the direct or heap buffer which is capable to store the specified amount of bytes.
allocate(int, boolean) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Returns the buffer which is capable of the specified size.
allocate(int, boolean) - 接口 中的方法org.apache.mina.core.buffer.IoBufferAllocator
Returns the buffer which is capable of the specified size.
allocate(int, boolean) - 类 中的方法org.apache.mina.core.buffer.SimpleBufferAllocator
 
allocateNioBuffer(int, boolean) - 类 中的方法org.apache.mina.core.buffer.CachedBufferAllocator
 
allocateNioBuffer(int, boolean) - 接口 中的方法org.apache.mina.core.buffer.IoBufferAllocator
Returns the NIO buffer which is capable of the specified size.
allocateNioBuffer(int, boolean) - 类 中的方法org.apache.mina.core.buffer.SimpleBufferAllocator
 
alterCollection(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
alterDomain(BSONObject) - 类 中的方法com.sequoiadb.base.Domain
 
append(String, Object) - 类 中的方法org.bson.BasicBSONObject
Add a key/value pair to this object
appendInsertMsg(byte[], BSONObject, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
applyDecodingHooks(Object) - 类 中的静态方法org.bson.BSON
 
applyEncodingHooks(Object) - 类 中的静态方法org.bson.BSON
 
array() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
array() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
ARRAY - 类 中的静态变量org.bson.BSON
 
array() - 类 中的方法org.bson.io.BSONByteBuffer
 
arrayDone() - 类 中的方法org.bson.BasicBSONCallback
 
arrayDone() - 接口 中的方法org.bson.BSONCallback
 
arrayDone() - 类 中的方法org.bson.EmptyBSONCallback
 
arrayOf(Type) - 类 中的静态方法com.google.gson.internal.$Gson$Types
Returns an array type whose elements are all instances of componentType.
arrayOffset() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
arrayOffset() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
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
 
ArrayTypeAdapter<E> - com.google.gson.internal.bind中的类
Adapt an array of objects.
ArrayTypeAdapter(Gson, TypeAdapter<E>, Class<E>) - 类 的构造器com.google.gson.internal.bind.ArrayTypeAdapter
 
as(Class<T>) - 类 中的方法org.bson.BasicBSONObject
Returns an instance of the class "type" only for BasicBsonObject
as(Class<T>, Type) - 类 中的方法org.bson.BasicBSONObject
 
as(Class<T>, Type) - 接口 中的方法org.bson.BSONObject
Returns an instance of the class "type" only for BasicBsonObject
as(Class<T>) - 接口 中的方法org.bson.BSONObject
Returns an instance of the class "type" only for BasicBsonObject
as(Class<T>) - 类 中的方法org.bson.types.BasicBSONList
Returns an instance of the class "type" only for BasicBsonObject
as(Class<T>, Type) - 类 中的方法org.bson.types.BasicBSONList
 
asAscii() - 类 中的方法org.bson.io.PoolOutputBuffer
 
asCharBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asCharBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asCharBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asDoubleBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asDoubleBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asDoubleBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asFloatBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asFloatBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asFloatBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asInputStream() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns an InputStream that reads the data from this buffer.
asInputStream() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns an InputStream that reads the data from this buffer.
asInputStream() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asIntBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asIntBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asIntBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asLongBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asLongBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asLongBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asOutputStream() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns an OutputStream that appends the data into this buffer.
asOutputStream() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns an OutputStream that appends the data into this buffer.
asOutputStream() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asReadOnlyBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asReadOnlyBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asReadOnlyBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asReadOnlyBuffer0() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Implement this method to return the unexpandable read only version of this buffer.
Assertions - org.bson.util中的类
Design by contract assertions.
asShortBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asShortBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asShortBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asString() - 类 中的方法org.bson.io.BasicOutputBuffer
 
asString(String) - 类 中的方法org.bson.io.BasicOutputBuffer
 
asString() - 类 中的方法org.bson.io.OutputBuffer
 
asString(String) - 类 中的方法org.bson.io.OutputBuffer
 
asString(String) - 类 中的方法org.bson.io.PoolOutputBuffer
 
attachCollection(String, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 

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
 
Base64Codec - org.bson.util中的类
Provides Base64 encoding and decoding .
Base64Codec() - 类 的构造器org.bson.util.Base64Codec
 
BaseException - com.sequoiadb.exception中的异常错误
 
BaseException(String, Object...) - 异常错误 的构造器com.sequoiadb.exception.BaseException
 
BaseException(int, Object...) - 异常错误 的构造器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中的类
 
BasicBSONDecoder.BSONInput(InputStream) - 类 的构造器org.bson.BasicBSONDecoder.BSONInput
 
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 DBObjects to be created.
BasicBSONList() - 类 的构造器org.bson.types.BasicBSONList
 
BasicBSONObject - org.bson中的类
A simple implementation of DBObject.
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
 
BasicBSONObject(String, Object) - 类 的构造器org.bson.BasicBSONObject
Convenience CTOR
BasicBSONObject(Map) - 类 的构造器org.bson.BasicBSONObject
Creates a DBObject from a map.
BasicOutputBuffer - org.bson.io中的类
 
BasicOutputBuffer() - 类 的构造器org.bson.io.BasicOutputBuffer
 
BasicTypeWrite(Object, Object, Method) - 类 中的方法org.bson.BasicBSONObject
 
beginArray() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
beginArray() - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
beginArray() - 类 中的方法com.google.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new array.
beginArray() - 类 中的方法com.google.gson.stream.JsonWriter
Begins encoding a new array.
beginObject() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
beginObject() - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
beginObject() - 类 中的方法com.google.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the beginning of a new object.
beginObject() - 类 中的方法com.google.gson.stream.JsonWriter
Begins encoding a new object.
beginTransaction() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
BIG_DECIMAL - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
BIG_ENDIAN - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
BIG_INTEGER - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
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
BIT_SET - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
BIT_SET_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
Bits - org.bson.io中的类
 
Bits() - 类 的构造器org.bson.io.Bits
 
BOOLEAN - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
BOOLEAN - 类 中的静态变量org.bson.BSON
 
BOOLEAN_AS_STRING - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
Writes a boolean as a string.
BOOLEAN_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
BSON - org.bson中的类
 
BSON() - 类 的构造器org.bson.BSON
 
BSONByteBuffer - org.bson.io中的类
Pseudo byte buffer, delegates as it is too hard to properly override / extend the ByteBuffer API
BSONCallback - org.bson中的接口
 
BSONDecoder - org.bson中的接口
 
BSONEncoder - org.bson中的接口
 
bsonEndianConvert(byte[], int, int, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
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
 
BSONLazyDecoder - org.bson中的类
 
BSONLazyDecoder() - 类 的构造器org.bson.BSONLazyDecoder
 
BSONObject - org.bson中的接口
A key-value map that can be saved to the database.
bsonObjectToByteArray(BSONObject) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
bsonObjectToByteBuffer(IoBuffer, BSONObject) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
BSONTimestamp - org.bson.types中的类
this is used for internal increment values.
BSONTimestamp() - 类 的构造器org.bson.types.BSONTimestamp
 
BSONTimestamp(int, int) - 类 的构造器org.bson.types.BSONTimestamp
 
buf(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Sets the underlying NIO buffer instance.
buf() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns the underlying NIO buffer instance.
buf() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
buf - 类 中的变量org.bson.io.BSONByteBuffer
 
BUF_SIZE - 类 中的静态变量org.bson.io.PoolOutputBuffer
 
BufferDataException - org.apache.mina.core.buffer中的异常错误
A RuntimeException which is thrown when the data the IoBuffer contains is corrupt.
BufferDataException() - 异常错误 的构造器org.apache.mina.core.buffer.BufferDataException
 
BufferDataException(String) - 异常错误 的构造器org.apache.mina.core.buffer.BufferDataException
 
BufferDataException(String, Throwable) - 异常错误 的构造器org.apache.mina.core.buffer.BufferDataException
 
BufferDataException(Throwable) - 异常错误 的构造器org.apache.mina.core.buffer.BufferDataException
 
buildAggrRequest(IoBuffer, long, String, List<BSONObject>) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildAuthMsg(String, String, long, byte, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildBulkInsertRequest(IoBuffer, long, String, List<BSONObject>, int) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildDeleteRequest(SDBMessage, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildDisconnectRequest(boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildGetMoreRequest(SDBMessage, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildInsertRequest(IoBuffer, long, String, BSONObject) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildKillCursorMsg(long, long[], boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildQueryRequest(SDBMessage, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildSqlMsg(SDBMessage, String, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildSysInfoRequest() - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildTransactionRequest(SequoiadbConstants.Operation, long, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
buildUpdateRequest(SDBMessage, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
bulkInsert(List<BSONObject>, int) - 类 中的方法com.sequoiadb.base.DBCollection
 
BYTE - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
BYTE_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
byteArrayToBSONObject(ByteBuffer) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
ByteOutputBuffer - com.sequoiadb.util中的类
 
ByteOutputBuffer(ByteBuffer) - 类 的构造器com.sequoiadb.util.ByteOutputBuffer
 
ByteOutputBuffer1 - com.sequoiadb.util中的类
 
ByteOutputBuffer1(IoBuffer) - 类 的构造器com.sequoiadb.util.ByteOutputBuffer1
 
byteToInt(byte[], boolean) - 类 中的静态方法com.sequoiadb.util.Helper
 
byteToInt(byte[], int) - 类 中的静态方法com.sequoiadb.util.Helper
 
byteToInt(byte[]) - 类 中的静态方法com.sequoiadb.util.Helper
 
byteToLong(byte[], boolean) - 类 中的静态方法com.sequoiadb.util.Helper
 

C

CachedBufferAllocator - org.apache.mina.core.buffer中的类
An IoBufferAllocator that caches the buffers which are likely to be reused during auto-expansion of the buffers.
CachedBufferAllocator() - 类 的构造器org.apache.mina.core.buffer.CachedBufferAllocator
Creates a new instance with the default parameters (#DEFAULT_MAX_POOL_SIZE and #DEFAULT_MAX_CACHED_BUFFER_SIZE).
CachedBufferAllocator(int, int) - 类 的构造器org.apache.mina.core.buffer.CachedBufferAllocator
Creates a new instance.
CALENDAR - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
CALENDAR_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
cancelTask(long, boolean) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
canonicalize(Type) - 类 中的静态方法com.google.gson.internal.$Gson$Types
Returns a type that is functionally equal but not necessarily equal according to Object.equals().
capacity() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
capacity(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Increases the capacity of this buffer.
capacity() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
capacity(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Increases the capacity of this buffer.
capacity() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
capacity(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
CATA - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CATALOG_GROUP_NAME - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
changeConfigOptions(ConfigOptions) - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
changeConfigOptions(ConfigOptions) - 接口 中的方法com.sequoiadb.net.IConnection
 
changeConnectionOptions(ConfigOptions) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
CHARACTER - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
CHARACTER_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
checkArgument(boolean) - 类 中的静态方法com.google.gson.internal.$Gson$Preconditions
 
checkMessage(SDBMessage, SDBMessage) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
checkMsgOpCode(SequoiadbConstants.Operation, SequoiadbConstants.Operation) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
checkMsgReqID(long, long) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
checkNotNull(T) - 类 中的静态方法com.google.gson.internal.$Gson$Preconditions
 
CLASS - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
CLASS_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
ClassMap<T> - org.bson.util中的类
Maps Class objects to values.
ClassMap() - 类 的构造器org.bson.util.ClassMap
 
clear() - 类 中的方法com.google.gson.internal.StringMap
 
clear() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
clear() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
clear() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
clear() - 类 中的方法org.bson.BasicBSONObject
 
clear() - 类 中的方法org.bson.util.ClassMap
 
clear() - 类 中的方法org.bson.util.StringRangeSet
 
clearAllHooks() - 类 中的静态方法org.bson.BSON
 
clearDecodingHooks() - 类 中的静态方法org.bson.BSON
Clears *all* decoding hooks.
clearEncodingHooks() - 类 中的静态方法org.bson.BSON
Clears *all* encoding hooks.
clone() - 类 中的方法com.google.gson.internal.Excluder
 
close() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
close() - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
close() - 类 中的方法com.google.gson.stream.JsonReader
Closes this JSON reader and the underlying Reader.
close() - 类 中的方法com.google.gson.stream.JsonWriter
Flushes and closes this writer and the underlying Writer.
close() - 类 中的方法com.sequoiadb.base.DBCursor
 
close() - 接口 中的方法com.sequoiadb.base.DBLob
 
close(Sequoiadb) - 类 中的方法com.sequoiadb.base.SequoiadbDatasource
 
close() - 类 中的方法com.sequoiadb.base.SequoiadbDatasource
 
close() - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
close() - 接口 中的方法com.sequoiadb.net.IConnection
 
closeAllCursors() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
CMD_NAME_ACTIVE_GROUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_ADD_DOMAIN_GROUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_ALTER_COLLECTION - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_ALTER_DOMAIN - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_ATTACH_CL - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_BACKUP_OFFLINE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_CANCEL_TASK - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_CREATE_CATA_GROUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_CREATE_DOMAIN - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_CREATE_GROUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_CRT_PROCEDURE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_DETACH_CL - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_DROP_DOMAIN - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_EVAL - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_EXPORT_CONFIG - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_BACKUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_CL_IN_DOMAIN - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_COLLECTIONS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_COLLECTIONSPACES - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_CONTEXTS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_CONTEXTS_CURRENT - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_CS_IN_DOMAIN - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_DOMAINS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_GROUPS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_PROCEDURES - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_SESSIONS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_SESSIONS_CURRENT - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_STORAGEUNITS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_TASK - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_LIST_TASKS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_REMOVE_BACKUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_REMOVE_DOMAIN_GROUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_REMOVE_GROUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_REMOVE_NODE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_RM_PROCEDURE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_SETSESS_ATTR - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_SHUTDOWN_NODE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_SPLIT - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_STARTUP_NODE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CMD_NAME_WAITTASK - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
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
 
COLLECTION - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
COLLECTION_MAX_SZ - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
COLLECTION_SPACE_MAX_SZ - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
COLLECTIONS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CollectionSpace - com.sequoiadb.base中的类
 
CollectionTypeAdapterFactory - com.google.gson.internal.bind中的类
Adapt a homogeneous collection of objects.
CollectionTypeAdapterFactory(ConstructorConstructor) - 类 的构造器com.google.gson.internal.bind.CollectionTypeAdapterFactory
 
COLSPACE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
COLSPACES - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
com.google.gson - 程序包 com.google.gson
This package provides the Gson class to convert Json to Java and vice-versa.
com.google.gson.annotations - 程序包 com.google.gson.annotations
This package provides annotations that can be used with Gson.
com.google.gson.internal - 程序包 com.google.gson.internal
Do NOT use any class in this package as they are meant for internal use in Gson.
com.google.gson.internal.bind - 程序包 com.google.gson.internal.bind
 
com.google.gson.reflect - 程序包 com.google.gson.reflect
This package provides utility classes for finding type information for generic types.
com.google.gson.stream - 程序包 com.google.gson.stream
 
com.sequoiadb.base - 程序包 com.sequoiadb.base
 
com.sequoiadb.exception - 程序包 com.sequoiadb.exception
 
com.sequoiadb.net - 程序包 com.sequoiadb.net
 
com.sequoiadb.util - 程序包 com.sequoiadb.util
 
commit() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
compact() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
compact() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
compact() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
compareTo(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
compareTo(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
compareTo(ObjectId) - 类 中的方法org.bson.types.ObjectId
 
concatByteArray(List<byte[]>) - 类 中的静态方法com.sequoiadb.util.Helper
 
ConfigOptions - com.sequoiadb.net中的类
 
ConfigOptions() - 类 的构造器com.sequoiadb.net.ConfigOptions
 
connect() - 类 中的方法com.sequoiadb.base.Node
 
connect(String, String) - 类 中的方法com.sequoiadb.base.Node
 
connect() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
connect(String, String) - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
ConnectionTCPImpl - com.sequoiadb.net中的类
 
ConnectionTCPImpl(ServerAddress, ConfigOptions) - 类 的构造器com.sequoiadb.net.ConnectionTCPImpl
 
construct() - 接口 中的方法com.google.gson.internal.ObjectConstructor
Returns a new instance.
ConstructorConstructor - com.google.gson.internal中的类
Returns a function that can construct an instance of a requested type.
ConstructorConstructor(Map<Type, InstanceCreator<?>>) - 类 的构造器com.google.gson.internal.ConstructorConstructor
 
ConstructorConstructor() - 类 的构造器com.google.gson.internal.ConstructorConstructor
 
contains(Object) - 类 中的方法org.bson.util.StringRangeSet
 
containsAll(Collection<?>) - 类 中的方法org.bson.util.StringRangeSet
 
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
 
containsKey(Object) - 类 中的方法com.google.gson.internal.StringMap
 
containsKey(String) - 类 中的方法org.bson.BasicBSONObject
已过时。 
containsKey(Object) - 类 中的方法org.bson.BasicBSONObject
 
containsKey(String) - 接口 中的方法org.bson.BSONObject
已过时。 
containsKey(String) - 类 中的方法org.bson.types.BasicBSONList
已过时。 
containsValue(Object) - 类 中的方法org.bson.BasicBSONObject
 
CONTEXTS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CONTEXTS_CUR - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
create() - 类 中的方法com.google.gson.GsonBuilder
Creates a Gson instance based on the current configuration.
create(Gson, TypeToken<T>) - 类 中的方法com.google.gson.internal.bind.CollectionTypeAdapterFactory
 
create(Gson, TypeToken<T>) - 类 中的方法com.google.gson.internal.bind.MapTypeAdapterFactory
 
create(Gson, TypeToken<T>) - 类 中的方法com.google.gson.internal.bind.ReflectiveTypeAdapterFactory
 
create(Gson, TypeToken<T>) - 类 中的方法com.google.gson.internal.Excluder
 
create() - 类 中的静态方法com.google.gson.internal.UnsafeAllocator
 
create(Gson, TypeToken<T>) - 接口 中的方法com.google.gson.TypeAdapterFactory
Returns a type adapter for type, or null if this factory doesn't support type.
create() - 类 中的方法org.bson.BasicBSONCallback
 
create(boolean, List<String>) - 类 中的方法org.bson.BasicBSONCallback
 
CREATE_CMD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
CREATE_INX - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
createBSONCallback() - 类 中的方法org.bson.BasicBSONCallback
 
createBSONCallback() - 接口 中的方法org.bson.BSONCallback
 
createBSONCallback() - 类 中的方法org.bson.EmptyBSONCallback
 
createCollection(String) - 类 中的方法com.sequoiadb.base.CollectionSpace
 
createCollection(String, BSONObject) - 类 中的方法com.sequoiadb.base.CollectionSpace
 
createCollectionSpace(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
createCollectionSpace(String, int) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
createCollectionSpace(String, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
createDomain(String, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
createIndex(String, BSONObject, boolean, boolean) - 类 中的方法com.sequoiadb.base.DBCollection
 
createIndex(String, String, boolean, boolean) - 类 中的方法com.sequoiadb.base.DBCollection
 
createInstance(Type) - 接口 中的方法com.google.gson.InstanceCreator
Gson invokes this call-back method during deserialization to create an instance of the specified type.
createList() - 类 中的方法org.bson.BasicBSONCallback
 
createLob() - 类 中的方法com.sequoiadb.base.DBCollection
 
createLob(ObjectId) - 类 中的方法com.sequoiadb.base.DBCollection
 
createNew() - 类 中的方法org.bson.util.SimplePool
 
createNode(String, int, String, Map<String, String>) - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
createReplicaCataGroup(String, int, String, Map<String, String>) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
createReplicaGroup(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
createUser(String, String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
crtJSProcedure(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
cur() - 类 中的方法org.bson.BasicBSONCallback
 
curName() - 类 中的方法org.bson.BasicBSONCallback
 

D

DATABASE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
DATE - 类 中的静态变量org.bson.BSON
 
DateTypeAdapter - com.google.gson.internal.bind中的类
Adapter for Date.
DateTypeAdapter() - 类 的构造器com.google.gson.internal.bind.DateTypeAdapter
 
DBCollection - com.sequoiadb.base中的类
 
DBCursor - com.sequoiadb.base中的类
 
DBLob - com.sequoiadb.base中的接口
 
DBQuery - com.sequoiadb.base中的类
 
DBQuery() - 类 的构造器com.sequoiadb.base.DBQuery
 
debug(int, String) - 类 中的方法com.sequoiadb.util.logger
 
decode(byte[], BSONCallback) - 类 中的方法org.bson.BasicBSONDecoder
 
decode(InputStream, BSONCallback) - 类 中的方法org.bson.BasicBSONDecoder
 
decode(byte[]) - 类 中的静态方法org.bson.BSON
 
decode(byte[], BSONCallback) - 接口 中的方法org.bson.BSONDecoder
 
decode(InputStream, BSONCallback) - 接口 中的方法org.bson.BSONDecoder
 
decode(byte[], BSONCallback) - 类 中的方法org.bson.NewBSONDecoder
 
decode(InputStream, BSONCallback) - 类 中的方法org.bson.NewBSONDecoder
 
deepCopy() - 类 中的方法com.google.gson.JsonArray
 
deepCopy() - 类 中的方法com.google.gson.JsonElement
Returns a deep copy of this element.
deepCopy() - 类 中的方法com.google.gson.JsonNull
 
deepCopy() - 类 中的方法com.google.gson.JsonObject
 
deepCopy() - 类 中的方法com.google.gson.JsonPrimitive
 
DEFAULT - 类 中的静态变量com.google.gson.internal.Excluder
 
DEFAULT_CONTEXTID - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
DEFAULT_FLAGS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
DEFAULT_VERSION - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
DEFAULT_W - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
delete(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
delete(String) - 类 中的方法com.sequoiadb.base.DBCollection
 
delete(String, String) - 类 中的方法com.sequoiadb.base.DBCollection
 
delete(BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
deserialize(JsonElement, Type) - 接口 中的方法com.google.gson.JsonDeserializationContext
Invokes default deserialization on the specified object.
deserialize(JsonElement, Type, JsonDeserializationContext) - 接口 中的方法com.google.gson.JsonDeserializer
Gson invokes this call-back method during deserialization when it encounters a field of the specified type.
detachCollection(String) - 类 中的方法com.sequoiadb.base.DBCollection
 
disableHtmlEscaping() - 类 中的方法com.google.gson.GsonBuilder
By default, Gson escapes HTML characters such as < > etc.
disableInnerClassSerialization() - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to exclude inner classes during serialization.
disableInnerClassSerialization() - 类 中的方法com.google.gson.internal.Excluder
 
disconnect() - 类 中的方法com.sequoiadb.base.Node
 
disconnect() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
disconnect() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
dispose() - 类 中的方法org.apache.mina.core.buffer.CachedBufferAllocator
 
dispose() - 接口 中的方法org.apache.mina.core.buffer.IoBufferAllocator
Dispose of this allocator.
dispose() - 类 中的方法org.apache.mina.core.buffer.SimpleBufferAllocator
 
Domain - com.sequoiadb.base中的类
 
done() - 类 中的方法org.bson.BasicBSONEncoder
 
done() - 接口 中的方法org.bson.BSONEncoder
 
done(T) - 类 中的方法org.bson.util.SimplePool
 
DOUBLE - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
doubleValue() - 类 中的方法com.google.gson.internal.LazilyParsedNumber
 
drop() - 类 中的方法com.sequoiadb.base.CollectionSpace
已过时。
the method will be deprecated in version 2.x, use dropCollectionSpace instead
DROP_CMD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
DROP_INX - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
dropCollection(String) - 类 中的方法com.sequoiadb.base.CollectionSpace
 
dropCollectionSpace(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
dropDomain(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
dropIndex(String) - 类 中的方法com.sequoiadb.base.DBCollection
 
duplicate() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
duplicate() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
duplicate() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
duplicate0() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Implement this method to return the unexpandable duplicate of this buffer.

E

EmptyBSONCallback - org.bson中的类
 
EmptyBSONCallback() - 类 的构造器org.bson.EmptyBSONCallback
 
enableComplexMapKeySerialization() - 类 中的方法com.google.gson.GsonBuilder
Enabling this feature will only change the serialized form if the map key is a complex type (i.e. non-primitive) in its serialized JSON form.
encode(BSONObject) - 类 中的方法org.bson.BasicBSONEncoder
 
encode(BSONObject) - 类 中的静态方法org.bson.BSON
 
encode(BSONObject) - 接口 中的方法org.bson.BSONEncoder
 
encode(byte[]) - 类 中的方法org.bson.util.Base64Codec
 
endArray() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
endArray() - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
endArray() - 类 中的方法com.google.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current array.
endArray() - 类 中的方法com.google.gson.stream.JsonWriter
Ends encoding the current array.
endObject() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
endObject() - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
endObject() - 类 中的方法com.google.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is the end of the current object.
endObject() - 类 中的方法com.google.gson.stream.JsonWriter
Ends encoding the current object.
entrySet() - 类 中的方法com.google.gson.internal.StringMap
 
entrySet() - 类 中的方法com.google.gson.JsonObject
Returns a set of members of this object.
entrySet() - 类 中的方法org.bson.BasicBSONObject
 
ENUM_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
EOO - 类 中的静态变量org.bson.BSON
 
equals(Type, Type) - 类 中的静态方法com.google.gson.internal.$Gson$Types
Returns true if a and b are equal.
equals(Object) - 类 中的方法com.google.gson.JsonArray
 
equals(Object) - 类 中的方法com.google.gson.JsonNull
All instances of JsonNull are the same
equals(Object) - 类 中的方法com.google.gson.JsonObject
 
equals(Object) - 类 中的方法com.google.gson.JsonPrimitive
 
equals(Object) - 类 中的方法com.google.gson.reflect.TypeToken
 
equals(Object) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
equals(Object) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
equals(Object) - 类 中的方法org.bson.BasicBSONObject
 
equals(Object) - 类 中的方法org.bson.io.BSONByteBuffer
 
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
error(String) - 类 中的方法com.sequoiadb.util.logger
 
evalJS(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
excludeClass(Class<?>, boolean) - 类 中的方法com.google.gson.internal.Excluder
 
excludeField(Field, boolean) - 类 中的方法com.google.gson.internal.bind.ReflectiveTypeAdapterFactory
 
excludeField(Field, boolean) - 类 中的方法com.google.gson.internal.Excluder
 
excludeFieldsWithModifiers(int...) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to excludes all class fields that have the specified modifiers.
excludeFieldsWithoutExposeAnnotation() - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to exclude all fields from consideration for serialization or deserialization that do not have the Expose annotation.
excludeFieldsWithoutExposeAnnotation() - 类 中的方法com.google.gson.internal.Excluder
 
Excluder - com.google.gson.internal中的类
This class selects which fields and types to omit.
Excluder() - 类 的构造器com.google.gson.internal.Excluder
 
ExclusionStrategy - com.google.gson中的接口
A strategy (or policy) definition that is used to decide whether or not a field or top-level class should be serialized or deserialized as part of the JSON output/input.
exec(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
execUpdate(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
expand(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the current position.
expand(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the specified position.
expand(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the current position.
expand(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Changes the capacity and limit of this buffer so this buffer get the specified expectedRemaining room from the specified position.
expand(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
expand(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
explain(BSONObject, BSONObject, BSONObject, BSONObject, long, long, int, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
Expose - com.google.gson.annotations中的注释类型
An annotation that indicates this member should be exposed for JSON serialization or deserialization.

F

FACTORY - 类 中的静态变量com.google.gson.internal.bind.ArrayTypeAdapter
 
FACTORY - 类 中的静态变量com.google.gson.internal.bind.DateTypeAdapter
 
FACTORY - 类 中的静态变量com.google.gson.internal.bind.ObjectTypeAdapter
 
FACTORY - 类 中的静态变量com.google.gson.internal.bind.SqlDateTypeAdapter
 
FACTORY - 类 中的静态变量com.google.gson.internal.bind.TimeTypeAdapter
 
fatal(String) - 类 中的方法com.sequoiadb.util.logger
 
FIELD_COLLECTION - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_INDEX - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_ASYNC - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_CATALOGSHARDINGKEY - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_COLLECTIONSPACE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_DESP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_DOMAIN - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_ENSURE_INC - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_FUNC - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_FUNCTYPE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_GROUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_GROUPID - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_GROUPNAME - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_GROUPSERVICE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_HINT - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_HOST - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_LOB_CREATTIME - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_LOB_OID - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_LOB_OPEN_MODE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_LOB_SIZE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_NAME - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_NEWNAME - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_NODEID - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_OLDNAME - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_OPTIONS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_OVERWRITE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_PAGE_SIZE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_PATH - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_PREFERED_INSTANCE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_PRIMARY - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_RETYE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_SERVICENAME - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_SERVICETYPE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_SOURCE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_SPLITENDQUERY - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_SPLITPERCENT - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_SPLITQUERY - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_SUBCLNAME - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_TARGET - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_TASKID - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_NAME_TASKTYPE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FIELD_TOTAL - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FieldAttributes - com.google.gson中的类
A data object that stores attributes of a field.
FieldAttributes(Field) - 类 的构造器com.google.gson.FieldAttributes
Constructs a Field Attributes object from the f.
FieldNamingPolicy - com.google.gson中的枚举
An enumeration that defines a few standard naming conventions for JSON field names.
FieldNamingStrategy - com.google.gson中的接口
A mechanism for providing custom field naming in Gson.
fill(byte, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Fills this buffer with the specified value.
fill(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Fills this buffer with NUL (0x00).
fill(byte, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Fills this buffer with the specified value.
fill(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Fills this buffer with NUL (0x00).
fill(byte, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
fill(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
fill(byte[]) - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
fill(byte[], int) - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
fillAndReset(byte, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Fills this buffer with the specified value.
fillAndReset(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Fills this buffer with NUL (0x00).
fillAndReset(byte, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Fills this buffer with the specified value.
fillAndReset(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Fills this buffer with NUL (0x00).
fillAndReset(byte, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
fillAndReset(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
finalize() - 类 中的方法com.sequoiadb.base.SequoiadbDatasource
 
FLG_INSERT_CONTONDUP - 类 中的静态变量com.sequoiadb.base.DBCollection
 
FLG_QUERY_EXPLAIN - 类 中的静态变量com.sequoiadb.base.DBQuery
 
FLG_QUERY_FORCE_HINT - 类 中的静态变量com.sequoiadb.base.DBQuery
 
FLG_QUERY_PARALLED - 类 中的静态变量com.sequoiadb.base.DBQuery
 
FLG_QUERY_STRINGOUT - 类 中的静态变量com.sequoiadb.base.DBQuery
 
FLG_QUERY_WITH_RETURNDATA - 类 中的静态变量com.sequoiadb.base.DBQuery
 
FLG_REPLY_CONTEXTSORNOTFOUND - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FLG_REPLY_SHARDCONFSTALE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
FLG_UPDATE_UPSERT - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
flip() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
flip() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
flip() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
FLOAT - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
floatValue() - 类 中的方法com.google.gson.internal.LazilyParsedNumber
 
flush() - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
flush() - 类 中的方法com.google.gson.stream.JsonWriter
Ensures all buffered data is written to the underlying Writer and flushes that writer.
flushConfigure(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
FMP_FUNC_TYPE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
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
 
free() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Declares this buffer and all its derived buffers are not used anymore so that it can be reused by some IoBufferAllocator implementations.
free() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
fromBson(BSONObject, Class<T>) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
fromJson(String, Class<T>) - 类 中的方法com.google.gson.Gson
This method deserializes the specified Json into an object of the specified class.
fromJson(String, Type) - 类 中的方法com.google.gson.Gson
This method deserializes the specified Json into an object of the specified type.
fromJson(Reader, Class<T>) - 类 中的方法com.google.gson.Gson
This method deserializes the Json read from the specified reader into an object of the specified class.
fromJson(Reader, Type) - 类 中的方法com.google.gson.Gson
This method deserializes the Json read from the specified reader into an object of the specified type.
fromJson(JsonReader, Type) - 类 中的方法com.google.gson.Gson
Reads the next JSON value from reader and convert it to an object of type typeOfT.
fromJson(JsonElement, Class<T>) - 类 中的方法com.google.gson.Gson
This method deserializes the Json read from the specified parse tree into an object of the specified type.
fromJson(JsonElement, Type) - 类 中的方法com.google.gson.Gson
This method deserializes the Json read from the specified parse tree into an object of the specified type.
fromJson(Reader) - 类 中的方法com.google.gson.TypeAdapter
Converts the JSON document in in to a Java object.
fromJson(String) - 类 中的方法com.google.gson.TypeAdapter
Converts the JSON document in json to a Java object.
fromJson(String) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
fromJsonTree(JsonElement) - 类 中的方法com.google.gson.TypeAdapter
Converts jsonTree to a Java object.
fromObject(Object) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 

G

generateNonExecutableJson() - 类 中的方法com.google.gson.GsonBuilder
Makes the output JSON non-executable in Javascript by prefixing the generated JSON with some special text.
generateRemoveLobRequest(BSONObject, long, boolean) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
get() - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
Returns the top level object produced by this writer.
get(TypeToken<T>) - 类 中的方法com.google.gson.internal.ConstructorConstructor
 
get(Object) - 类 中的方法com.google.gson.internal.StringMap
 
get(int) - 类 中的方法com.google.gson.JsonArray
Returns the ith element of the array.
get(String) - 类 中的方法com.google.gson.JsonObject
Returns the member with the specified name.
get(Type) - 类 中的静态方法com.google.gson.reflect.TypeToken
Gets type literal for the given Type instance.
get(Class<T>) - 类 中的静态方法com.google.gson.reflect.TypeToken
Gets type literal for the given Class instance.
get() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
get(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
get(byte[], int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
get(byte[]) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
get() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
get(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
get(byte[], int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
get(byte[]) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
get() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
get(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
get(byte[], int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
get(byte[]) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
get() - 类 中的方法org.bson.BasicBSONCallback
 
get(String) - 类 中的方法org.bson.BasicBSONObject
Gets a value from this object
get(Object) - 类 中的方法org.bson.BasicBSONObject
 
get() - 接口 中的方法org.bson.BSONCallback
 
get(String) - 接口 中的方法org.bson.BSONObject
Gets a field from this object by a given name.
get() - 类 中的方法org.bson.EmptyBSONCallback
 
get(int) - 类 中的方法org.bson.io.BSONByteBuffer
 
get(byte[], int, int) - 类 中的方法org.bson.io.BSONByteBuffer
 
get(byte[]) - 类 中的方法org.bson.io.BSONByteBuffer
 
get(String) - 类 中的方法org.bson.types.BasicBSONList
Gets a value at an index.
get() - 类 中的静态方法org.bson.types.ObjectId
Gets a new object id.
get(Object) - 类 中的方法org.bson.util.ClassMap
 
get() - 类 中的方法org.bson.util.SimplePool
 
GET_COUNT - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
GET_DATABLOCKS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
GET_INXES - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
GET_QUERYMETA - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
getAbandonTime() - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
getAbnormalAddrNum() - 类 中的方法com.sequoiadb.base.SequoiadbDatasource
 
getAdapter(TypeToken<T>) - 类 中的方法com.google.gson.Gson
Returns the type adapter for type.
getAdapter(Class<T>) - 类 中的方法com.google.gson.Gson
Returns the type adapter for type.
getAllocator() - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Returns the allocator used by existing and new buffers
getAncestry(Class<T>) - 类 中的静态方法org.bson.util.ClassMap
Walks superclass and interface graph, superclasses first, then interfaces, to compute an ancestry list.
getAnnotation(Class<T>) - 类 中的方法com.google.gson.FieldAttributes
Return the T annotation object from this field if it exist; otherwise returns null.
getAnnotations() - 类 中的方法com.google.gson.FieldAttributes
Return the annotations that are present on this field.
getArrayComponentType(Type) - 类 中的静态方法com.google.gson.internal.$Gson$Types
Returns the component type of this array type.
getAsBigDecimal() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as a BigDecimal if it contains a single element.
getAsBigDecimal() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a BigDecimal.
getAsBigDecimal() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a BigDecimal.
getAsBigInteger() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as a BigInteger if it contains a single element.
getAsBigInteger() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a BigInteger.
getAsBigInteger() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a BigInteger.
getAsBoolean() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as a boolean if it contains a single element.
getAsBoolean() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a boolean value.
getAsBoolean() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a boolean value.
getAsByte() - 类 中的方法com.google.gson.JsonArray
 
getAsByte() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a primitive byte value.
getAsByte() - 类 中的方法com.google.gson.JsonPrimitive
 
getAsCharacter() - 类 中的方法com.google.gson.JsonArray
 
getAsCharacter() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a primitive character value.
getAsCharacter() - 类 中的方法com.google.gson.JsonPrimitive
 
getAsDouble() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as a double if it contains a single element.
getAsDouble() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a primitive double value.
getAsDouble() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a primitive double.
getAsFloat() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as a float if it contains a single element.
getAsFloat() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a primitive float value.
getAsFloat() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a float.
getAsInt() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as an integer if it contains a single element.
getAsInt() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a primitive integer value.
getAsInt() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a primitive integer.
getAsJsonArray() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a JsonArray.
getAsJsonArray(String) - 类 中的方法com.google.gson.JsonObject
Convenience method to get the specified member as a JsonArray.
getAsJsonNull() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a JsonNull.
getAsJsonObject() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a JsonObject.
getAsJsonObject(String) - 类 中的方法com.google.gson.JsonObject
Convenience method to get the specified member as a JsonObject.
getAsJsonPrimitive() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a JsonPrimitive.
getAsJsonPrimitive(String) - 类 中的方法com.google.gson.JsonObject
Convenience method to get the specified member as a JsonPrimitive element.
getAsLong() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as a long if it contains a single element.
getAsLong() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a primitive long value.
getAsLong() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a primitive long.
getAsNumber() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as a Number if it contains a single element.
getAsNumber() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a Number.
getAsNumber() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a Number.
getAsShort() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as a primitive short if it contains a single element.
getAsShort() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a primitive short value.
getAsShort() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a primitive short.
getAsString() - 类 中的方法com.google.gson.JsonArray
convenience method to get this array as a String if it contains a single element.
getAsString() - 类 中的方法com.google.gson.JsonElement
convenience method to get this element as a string value.
getAsString() - 类 中的方法com.google.gson.JsonPrimitive
convenience method to get this element as a String.
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
 
getByKey(int) - 枚举 中的静态方法com.sequoiadb.base.ReplicaNode.NodeStatus
已过时。
 
getByValue(int) - 枚举 中的静态方法com.sequoiadb.base.SequoiadbConstants.Operation
 
getChar() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getChar(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getChar() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getChar(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getChar() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getChar(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getCode() - 枚举 中的方法com.sequoiadb.base.SequoiadbConstants.PreferInstanceType
 
getCode() - 类 中的方法org.bson.types.Code
 
getCollection(String) - 类 中的方法com.sequoiadb.base.CollectionSpace
 
getCollectionElementType(Type, Class<?>) - 类 中的静态方法com.google.gson.internal.$Gson$Types
Returns the element type of this collection type.
getCollectionFullName() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getCollectionFullNameLength() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getCollectionNames() - 类 中的方法com.sequoiadb.base.CollectionSpace
 
getCollectionNames() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getCollectionSpace() - 类 中的方法com.sequoiadb.base.DBCollection
 
getCollectionSpace(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getCollectionSpaceNames() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getConnection() - 类 中的方法com.sequoiadb.base.DBCollection
 
getConnection() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getConnection() - 类 中的方法com.sequoiadb.base.SequoiadbDatasource
 
getConnectTimeout() - 类 中的方法com.sequoiadb.net.ConfigOptions
 
getContextIDList() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getCount() - 类 中的方法com.sequoiadb.base.DBCollection
 
getCount(String) - 类 中的方法com.sequoiadb.base.DBCollection
 
getCount(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
getCount(BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
getCreateTime() - 接口 中的方法com.sequoiadb.base.DBLob
 
getCSName() - 类 中的方法com.sequoiadb.base.DBCollection
 
getCString(int) - 类 中的方法org.bson.io.BSONByteBuffer
 
getCurrent() - 类 中的方法com.sequoiadb.base.DBCursor
 
getCurrentInc() - 类 中的静态方法org.bson.types.ObjectId
Gets the current value of the auto increment
getCursor() - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
 
getData() - 类 中的方法org.bson.types.Binary
 
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
 
getDeclaredClass() - 类 中的方法com.google.gson.FieldAttributes
Returns the Class object that was declared for this field.
getDeclaredType() - 类 中的方法com.google.gson.FieldAttributes
For example, assume the following class definition:
 public class Foo {
   private String bar;
   private List<String> red;
 }

 Type listParmeterizedType = new TypeToken<List<String>>() {}.getType();
 

 This method would return String.class for the bar field and
 listParameterizedType for the red field.
getDeclaringClass() - 类 中的方法com.google.gson.FieldAttributes
 
getDecodingHooks(Class) - 类 中的静态方法org.bson.BSON
Returns the decoding hook(s) associated with the specific class
getDelegateAdapter(TypeAdapterFactory, TypeToken<T>) - 类 中的方法com.google.gson.Gson
This method is used to get an alternate type adapter for the specified type.
getDeltaIncCount() - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
getDetail() - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
getDomain(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getDouble() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getDouble(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getDouble() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getDouble(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getDouble() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getDouble(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
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.
getEncodingHooks(Class) - 类 中的静态方法org.bson.BSON
Returns the encoding hook(s) associated with the specified class
getEnum(Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a byte from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnum(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a byte from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnum(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a byte from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnum(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a byte from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnum(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnum(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumInt(Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads an int from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumInt(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads an int from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumInt(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads an int from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumInt(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads an int from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumInt(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumInt(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumSet(Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a byte sized bit vector and converts it to an EnumSet.
getEnumSet(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a byte sized bit vector and converts it to an EnumSet.
getEnumSet(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a byte sized bit vector and converts it to an EnumSet.
getEnumSet(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a byte sized bit vector and converts it to an EnumSet.
getEnumSet(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumSet(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumSetInt(Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads an int sized bit vector and converts it to an EnumSet.
getEnumSetInt(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads an int sized bit vector and converts it to an EnumSet.
getEnumSetInt(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads an int sized bit vector and converts it to an EnumSet.
getEnumSetInt(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads an int sized bit vector and converts it to an EnumSet.
getEnumSetInt(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumSetInt(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumSetLong(Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a long sized bit vector and converts it to an EnumSet.
getEnumSetLong(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a long sized bit vector and converts it to an EnumSet.
getEnumSetLong(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a long sized bit vector and converts it to an EnumSet.
getEnumSetLong(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a long sized bit vector and converts it to an EnumSet.
getEnumSetLong(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumSetLong(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumSetShort(Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a short sized bit vector and converts it to an EnumSet.
getEnumSetShort(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a short sized bit vector and converts it to an EnumSet.
getEnumSetShort(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a short sized bit vector and converts it to an EnumSet.
getEnumSetShort(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a short sized bit vector and converts it to an EnumSet.
getEnumSetShort(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumSetShort(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumShort(Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a short from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumShort(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a short from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumShort(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a short from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumShort(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a short from the buffer and returns the correlating enum constant defined by the specified enum type.
getEnumShort(Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getEnumShort(int, Class<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getErrMsg() - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
 
getErrorCode() - 异常错误 中的方法com.sequoiadb.exception.BaseException
 
getErrorCode() - 类 中的方法com.sequoiadb.exception.SDBError
 
getErrorCode() - 异常错误 中的方法org.bson.BSONException
Returns the error code.
getErrorCodeByType(String) - 类 中的静态方法com.sequoiadb.exception.SDBErrorLookup
 
getErrorDescription() - 类 中的方法com.sequoiadb.exception.SDBError
 
getErrorDescriptionByCode(int) - 类 中的静态方法com.sequoiadb.exception.SDBErrorLookup
 
getErrorDescriptionByType(String) - 类 中的静态方法com.sequoiadb.exception.SDBErrorLookup
 
getErrorType() - 异常错误 中的方法com.sequoiadb.exception.BaseException
 
getErrorType() - 类 中的方法com.sequoiadb.exception.SDBError
 
getErrorTypeByCode(int) - 类 中的静态方法com.sequoiadb.exception.SDBErrorLookup
 
getFlag() - 类 中的方法com.sequoiadb.base.DBQuery
 
getFlags() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getFloat() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getFloat(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getFloat() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getFloat(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getFloat() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getFloat(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getFullName() - 类 中的方法com.sequoiadb.base.DBCollection
 
getGenMachineId() - 类 中的静态方法org.bson.types.ObjectId
Gets the generated machine ID, identifying the machine / process / class loader
getGroup() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
getGroupName() - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
getHexDump() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns hexdump of this buffer.
getHexDump(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Return hexdump of this buffer with limited length.
getHexDump() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns hexdump of this buffer.
getHexDump(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Return hexdump of this buffer with limited length.
getHexDump() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getHexDump(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getHint() - 类 中的方法com.sequoiadb.base.DBQuery
 
getHint() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getHost() - 类 中的方法com.sequoiadb.net.ServerAddress
 
getHostAddress() - 类 中的方法com.sequoiadb.net.ServerAddress
 
getHostName() - 类 中的方法com.sequoiadb.base.Node
 
getHostName() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
getID() - 接口 中的方法com.sequoiadb.base.DBLob
 
getId() - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
getIdleConnNum() - 类 中的方法com.sequoiadb.base.SequoiadbDatasource
 
getInc() - 类 中的方法org.bson.types.BSONTimestamp
 
getInc() - 类 中的方法org.bson.types.ObjectId
 
getIndex(String) - 类 中的方法com.sequoiadb.base.DBCollection
 
getIndexes() - 类 中的方法com.sequoiadb.base.DBCollection
 
getInitConnectionNum() - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
getInsertor() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getInstance() - 类 中的静态方法com.sequoiadb.util.logger
 
getInt() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getInt() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getInt() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
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.
getInt(int) - 类 中的方法org.bson.io.BSONByteBuffer
Gets a Little Endian Integer
getIntBE(int) - 类 中的方法org.bson.io.BSONByteBuffer
 
getIntLE(int) - 类 中的方法org.bson.io.BSONByteBuffer
 
getKey() - 枚举 中的方法com.sequoiadb.base.Node.NodeStatus
 
getKey() - 枚举 中的方法com.sequoiadb.base.ReplicaNode.NodeStatus
已过时。
 
getKillCount() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getLastUseTime() - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
getLastUseTime() - 接口 中的方法com.sequoiadb.net.IConnection
 
getLegacy() - 类 中的静态方法org.bson.util.JSONSerializers
Returns an ObjectSerializer that mostly conforms to the strict JSON format defined in
getList(int, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getLobBuff() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getLobLen() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getLobOffset() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getLobSequence() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getLong() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getLong(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getLong() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getLong(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getLong() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getLong(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
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.
getLong(int) - 类 中的方法org.bson.io.BSONByteBuffer
 
getMachine() - 类 中的方法org.bson.types.ObjectId
 
getMapKeyAndValueTypes(Type, Class<?>) - 类 中的静态方法com.google.gson.internal.$Gson$Types
Returns a two element array containing this map's key and value types in positions 0 and 1 respectively.
getMaster() - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
getMatcher() - 类 中的方法com.sequoiadb.base.DBQuery
 
getMatcher() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getMax() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
getMaxAutoConnectRetryTime() - 类 中的方法com.sequoiadb.net.ConfigOptions
 
getMaxCachedBufferSize() - 类 中的方法org.apache.mina.core.buffer.CachedBufferAllocator
Returns the maximum capacity of a cached buffer.
getMaxConnectionNum() - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
getMaxIdeNum() - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
getMaxPoolSize() - 类 中的方法org.apache.mina.core.buffer.CachedBufferAllocator
Returns the maximum number of buffers with the same capacity per thread.
getMediumInt() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Relative get method for reading a medium int value.
getMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Absolute get method for reading a medium int value.
getMediumInt() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Relative get method for reading a medium int value.
getMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Absolute get method for reading a medium int value.
getMediumInt() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getMessage() - 异常错误 中的方法com.sequoiadb.exception.BaseException
 
getMessage() - 异常错误 中的方法org.bson.util.JSONParseException
 
getMessageText() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getModifier() - 类 中的方法com.sequoiadb.base.DBQuery
 
getModifier() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getName() - 类 中的方法com.google.gson.FieldAttributes
 
getName() - 类 中的方法com.sequoiadb.base.CollectionSpace
 
getName() - 类 中的方法com.sequoiadb.base.DBCollection
 
getName() - 类 中的方法com.sequoiadb.base.Domain
 
getNext() - 类 中的方法com.sequoiadb.base.DBCursor
 
getNextRaw() - 类 中的方法com.sequoiadb.base.DBCursor
 
getNode(String) - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
getNode(String, int) - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
getNodeId() - 类 中的方法com.sequoiadb.base.Node
 
getNodeId() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
getNodeID() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getNodeName() - 类 中的方法com.sequoiadb.base.Node
 
getNodeName() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
getNodeNum(Node.NodeStatus) - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
getNormalAddrNum() - 类 中的方法com.sequoiadb.base.SequoiadbDatasource
 
getNumReturned() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getObject() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a Java object from the buffer using the context ClassLoader of the current thread.
getObject(ClassLoader) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a Java object from the buffer using the specified classLoader.
getObject() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a Java object from the buffer using the context ClassLoader of the current thread.
getObject(ClassLoader) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a Java object from the buffer using the specified classLoader.
getObject() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getObject(ClassLoader) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
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.
getObjectList() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getObjectListRaw() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getOperationCode() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getOperationCode() - 枚举 中的方法com.sequoiadb.base.SequoiadbConstants.Operation
 
getOrderBy() - 类 中的方法com.sequoiadb.base.DBQuery
 
getOrderBy() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getPadding() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getParentBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
Returns the parent buffer that this buffer wrapped.
getPort() - 类 中的方法com.sequoiadb.base.Node
 
getPort() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
getPort() - 类 中的方法com.sequoiadb.net.ServerAddress
 
getPos() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
getPosition() - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
getPosition() - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
getPosition() - 类 中的方法org.bson.io.BasicOutputBuffer
 
getPosition() - 类 中的方法org.bson.io.OutputBuffer
 
getPosition() - 类 中的方法org.bson.io.PoolOutputBuffer
 
getPrefixedString(CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a string which has a 16-bit length field before the actual encoded string, using the specified decoder and returns it.
getPrefixedString(int, CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a string which has a length field before the actual encoded string, using the specified decoder and returns it.
getPrefixedString(CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a string which has a 16-bit length field before the actual encoded string, using the specified decoder and returns it.
getPrefixedString(int, CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a string which has a length field before the actual encoded string, using the specified decoder and returns it.
getPrefixedString(CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getPrefixedString(int, CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getQueryMeta(BSONObject, BSONObject, BSONObject, long, long, int) - 类 中的方法com.sequoiadb.base.DBCollection
 
getRawType(Type) - 类 中的静态方法com.google.gson.internal.$Gson$Types
 
getRawType() - 类 中的方法com.google.gson.reflect.TypeToken
Returns the raw (non-generic) type for this type.
getRc() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getRecaptureConnPeriod() - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
getRecheckCyclePeriod() - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
getReplicaGroup() - 类 中的方法com.sequoiadb.base.Node
 
getReplicaGroup(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getReplicaGroup(int) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getReplicaGroupNames() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getReplicaGroupsInfo() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getRequestID() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getRequestLength() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getResponseTo() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getReturnRowsCount() - 类 中的方法com.sequoiadb.base.DBQuery
 
getReturnRowsCount() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getReturnType() - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
 
getScope() - 类 中的方法org.bson.types.CodeWScope
 
getSdb() - 类 中的方法com.sequoiadb.base.Node
 
getSdb() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
getSelector() - 类 中的方法com.sequoiadb.base.DBQuery
 
getSelector() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getSequoiadb() - 类 中的方法com.sequoiadb.base.CollectionSpace
 
getSequoiadb() - 类 中的方法com.sequoiadb.base.DBCollection
 
getSequoiadb() - 类 中的方法com.sequoiadb.base.Domain
 
getSequoiadb() - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
getSerializeNulls() - 类 中的方法com.google.gson.stream.JsonWriter
Returns true if object members are serialized when their value is null.
getServerAddress() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getShort() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getShort(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
getShort() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getShort(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
getShort() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getShort(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getSize() - 接口 中的方法com.sequoiadb.base.DBLob
 
getSkipRowsCount() - 类 中的方法com.sequoiadb.base.DBQuery
 
getSkipRowsCount() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getSlave() - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
getSlice(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
TODO document me.
getSlice(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
TODO document me.
getSlice(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
TODO document me.
getSlice(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
TODO document me.
getSlice(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getSlice(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getSnapshot(int, String, String, String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getSnapshot(int, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getSocketKeepAlive() - 类 中的方法com.sequoiadb.net.ConfigOptions
 
getSocketTimeout() - 类 中的方法com.sequoiadb.net.ConfigOptions
 
getStackMsg() - 类 中的方法com.sequoiadb.util.logger
 
getStartFrom() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getStatus() - 类 中的方法com.sequoiadb.base.Node
 
getStatus() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
getStorageUnits() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
getStrict() - 类 中的静态方法org.bson.util.JSONSerializers
Returns an ObjectSerializer that conforms to the strict JSON format defined in
getString(CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a NUL-terminated string from this buffer using the specified decoder and returns it.
getString(int, CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads a NUL-terminated string from this buffer using the specified decoder and returns it.
getString(CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a NUL-terminated string from this buffer using the specified decoder and returns it.
getString(int, CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads a NUL-terminated string from this buffer using the specified decoder and returns it.
getString(int, CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getString(CharsetDecoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
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
 
getTime() - 类 中的方法org.bson.types.BSONTimestamp
 
getTime() - 类 中的方法org.bson.types.ObjectId
Gets the time of this ID, in milliseconds
getTimeout() - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
getTimeSecond() - 类 中的方法org.bson.types.ObjectId
Gets the time of this ID, in seconds
getType() - 类 中的方法com.google.gson.reflect.TypeToken
Gets underlying Type instance.
getType() - 类 中的方法org.bson.types.Binary
 
getTypeByValue(int) - 枚举 中的静态方法com.sequoiadb.base.Sequoiadb.SptReturnType
 
getTypeValue() - 枚举 中的方法com.sequoiadb.base.Sequoiadb.SptReturnType
 
getUnsigned() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads one unsigned byte as a short integer.
getUnsigned(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads one byte as an unsigned short integer.
getUnsigned() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads one unsigned byte as a short integer.
getUnsigned(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads one byte as an unsigned short integer.
getUnsigned() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getUnsigned(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getUnsignedInt() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads four bytes unsigned integer.
getUnsignedInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads four bytes unsigned integer.
getUnsignedInt() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads four bytes unsigned integer.
getUnsignedInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads four bytes unsigned integer.
getUnsignedInt() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getUnsignedInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getUnsignedMediumInt() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Relative get method for reading an unsigned medium int value.
getUnsignedMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Absolute get method for reading an unsigned medium int value.
getUnsignedMediumInt() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Relative get method for reading an unsigned medium int value.
getUnsignedMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Absolute get method for reading an unsigned medium int value.
getUnsignedMediumInt() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getUnsignedMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getUnsignedShort() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads two bytes unsigned integer.
getUnsignedShort(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Reads two bytes unsigned integer.
getUnsignedShort() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads two bytes unsigned integer.
getUnsignedShort(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Reads two bytes unsigned integer.
getUnsignedShort() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getUnsignedShort(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
getUsedConnNum() - 类 中的方法com.sequoiadb.base.SequoiadbDatasource
 
getUseNagle() - 类 中的方法com.sequoiadb.net.ConfigOptions
 
getUseSSL() - 类 中的方法com.sequoiadb.net.ConfigOptions
 
getUTF8String(int) - 类 中的方法org.bson.io.BSONByteBuffer
 
getVersion() - 类 中的方法com.sequoiadb.base.SDBMessage
 
getW() - 类 中的方法com.sequoiadb.base.SDBMessage
 
gotBinary(String, byte, byte[]) - 类 中的方法org.bson.BasicBSONCallback
 
gotBinary(String, byte, byte[]) - 接口 中的方法org.bson.BSONCallback
 
gotBinary(String, byte, byte[]) - 类 中的方法org.bson.EmptyBSONCallback
 
gotBinaryArray(String, byte[]) - 类 中的方法org.bson.BasicBSONCallback
已过时。
gotBinaryArray(String, byte[]) - 接口 中的方法org.bson.BSONCallback
已过时。
gotBinaryArray(String, 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
 
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
 
GROUP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
GROUPS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
Gson - com.google.gson中的类
This is the main class for using Gson.
Gson() - 类 的构造器com.google.gson.Gson
Constructs a Gson object with default configuration.
GsonBuilder - com.google.gson中的类
Use this builder to construct a Gson instance when you need to set configuration options other than the default.
GsonBuilder() - 类 的构造器com.google.gson.GsonBuilder
Creates a GsonBuilder instance that can be used to build Gson with various configuration settings.
GuardedBy - org.bson.util.annotations中的注释类型
The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.

H

handleSpecialObjects(String, BSONObject) - 类 中的方法org.bson.BasicBSONEncoder
 
has(String) - 类 中的方法com.google.gson.JsonObject
Convenience method to check if a member with the specified name is present in this object.
hasArray() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
hasArray() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
hasDecodeHooks() - 类 中的静态方法org.bson.BSON
 
hasErrorCode() - 异常错误 中的方法org.bson.BSONException
Returns true if the error code is set (i.e., not null).
hashCode() - 类 中的方法com.google.gson.JsonArray
 
hashCode() - 类 中的方法com.google.gson.JsonNull
All instances of JsonNull have the same hash code since they are indistinguishable
hashCode() - 类 中的方法com.google.gson.JsonObject
 
hashCode() - 类 中的方法com.google.gson.JsonPrimitive
 
hashCode() - 类 中的方法com.google.gson.reflect.TypeToken
 
hashCode() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
hashCode() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
hashCode() - 类 中的方法org.bson.io.BSONByteBuffer
 
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
 
hasModifier(int) - 类 中的方法com.google.gson.FieldAttributes
Returns true if the field is defined with the modifier.
hasNext() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
hasNext() - 类 中的方法com.google.gson.JsonStreamParser
Returns true if a JsonElement is available on the input for consumption
hasNext() - 类 中的方法com.google.gson.stream.JsonReader
Returns true if the current array or object has another element.
hasNext() - 类 中的方法com.sequoiadb.base.DBCursor
 
hasNextRaw() - 类 中的方法com.sequoiadb.base.DBCursor
 
hasRemaining() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
hasRemaining() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
hasRemaining() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
Helper - com.sequoiadb.util中的类
 
Helper() - 类 的构造器com.sequoiadb.util.Helper
 
hex() - 类 中的方法org.bson.io.OutputBuffer
 

I

IConnection - com.sequoiadb.net中的接口
 
Immutable - org.bson.util.annotations中的注释类型
The class to which this annotation is applied is immutable.
indexOf(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns the first occurence position of the specified byte from the current position to the current limit.
indexOf(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns the first occurence position of the specified byte from the current position to the current limit.
indexOf(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
INET_ADDRESS - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
INET_ADDRESS_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
info(String) - 类 中的方法com.sequoiadb.util.logger
 
initialize() - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
initialize() - 接口 中的方法com.sequoiadb.net.IConnection
 
insert(BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
insert(String) - 类 中的方法com.sequoiadb.base.DBCollection
 
INSTANCE - 类 中的静态变量com.google.gson.internal.JsonReaderInternalAccess
 
INSTANCE - 类 中的静态变量com.google.gson.JsonNull
singleton for JsonNull
InstanceCreator<T> - com.google.gson中的接口
This interface is implemented to create instances of a class that does not define a no-args constructor.
INTEGER - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
INTEGER_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
intToByte(int) - 类 中的静态方法com.sequoiadb.util.Helper
 
intValue() - 类 中的方法com.google.gson.internal.LazilyParsedNumber
 
IoBuffer - org.apache.mina.core.buffer中的类
A byte buffer used by MINA applications.
IoBuffer() - 类 的构造器org.apache.mina.core.buffer.IoBuffer
Creates a new instance.
IoBufferAllocator - org.apache.mina.core.buffer中的接口
Allocates IoBuffers and manages them.
IoBufferWrapper - org.apache.mina.core.buffer中的类
A IoBuffer that wraps a buffer and proxies any operations to it.
IoBufferWrapper(IoBuffer) - 类 的构造器org.apache.mina.core.buffer.IoBufferWrapper
Create a new instance.
isAssignableFrom(Class<?>) - 类 中的方法com.google.gson.reflect.TypeToken
已过时。
this implementation may be inconsistent with javac for types with wildcards.
isAssignableFrom(Type) - 类 中的方法com.google.gson.reflect.TypeToken
已过时。
this implementation may be inconsistent with javac for types with wildcards.
isAssignableFrom(TypeToken<?>) - 类 中的方法com.google.gson.reflect.TypeToken
已过时。
this implementation may be inconsistent with javac for types with wildcards.
isAutoExpand() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns true if and only if autoExpand is turned on.
isAutoExpand() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns true if and only if autoExpand is turned on.
isAutoExpand() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
isAutoShrink() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns true if and only if autoShrink is turned on.
isAutoShrink() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns true if and only if autoShrink is turned on.
isAutoShrink() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
IsBasicType(Object) - 类 中的静态方法org.bson.BSON
 
isBoolean() - 类 中的方法com.google.gson.JsonPrimitive
Check whether this primitive contains a boolean value.
isCatalog() - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
isClosed() - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
isClosed() - 接口 中的方法com.sequoiadb.net.IConnection
 
isCollectionExist(String) - 类 中的方法com.sequoiadb.base.CollectionSpace
 
isCollectionSpaceExist(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
isDerived() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
returns true if and only if this buffer is derived from other buffer via IoBuffer.duplicate(), IoBuffer.slice() or IoBuffer.asReadOnlyBuffer().
isDerived() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
returns true if and only if this buffer is derived from other buffer via IoBuffer.duplicate(), IoBuffer.slice() or IoBuffer.asReadOnlyBuffer().
isDerived() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
isDirect() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
isDirect() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
isDirect() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
isDomainExist(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
isEmpty() - 类 中的方法org.bson.BasicBSONObject
 
isEmpty() - 接口 中的方法org.bson.BSONObject
 
isEmpty() - 类 中的方法org.bson.util.ClassMap
 
isEmpty() - 类 中的方法org.bson.util.StringRangeSet
 
isEndianConvert() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
isEndianConvert() - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
isEndianConvert() - 接口 中的方法com.sequoiadb.net.IConnection
 
isHtmlSafe() - 类 中的方法com.google.gson.stream.JsonWriter
Returns true if this writer writes JSON that's safe for inclusion in HTML and XML documents.
isJsonArray() - 类 中的方法com.google.gson.JsonElement
provides check for verifying if this element is an array or not.
isJsonNull() - 类 中的方法com.google.gson.JsonElement
provides check for verifying if this element represents a null value or not.
isJsonObject() - 类 中的方法com.google.gson.JsonElement
provides check for verifying if this element is a Json object or not.
isJsonPrimitive() - 类 中的方法com.google.gson.JsonElement
provides check for verifying if this element is a primitive or not.
isLenient() - 类 中的方法com.google.gson.stream.JsonReader
Returns true if this parser is liberal in what it accepts.
isLenient() - 类 中的方法com.google.gson.stream.JsonWriter
Returns true if this writer has relaxed syntax rules.
isNew() - 类 中的方法org.bson.types.ObjectId
 
isNumber() - 类 中的方法com.google.gson.JsonPrimitive
Check whether this primitive contains a Number.
isPrimitive(Type) - 类 中的静态方法com.google.gson.internal.Primitives
Returns true if this type is a primitive.
isReadOnly() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
isReadOnly() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
isReadOnly() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
isStackEmpty() - 类 中的方法org.bson.BasicBSONCallback
 
isString() - 类 中的方法com.google.gson.JsonPrimitive
Check whether this primitive contains a String value.
isTrue(String, boolean) - 类 中的静态方法org.bson.util.Assertions
 
isUseDirectBuffer() - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Returns true if and only if a direct buffer is allocated by default when the type of the new buffer is not specified.
isValid() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
isValid(String) - 类 中的静态方法org.bson.types.ObjectId
Checks if a string could be an ObjectId.
isWrapperType(Type) - 类 中的静态方法com.google.gson.internal.Primitives
Returns true if type is one of the nine primitive-wrapper types, such as Integer.
iterator() - 类 中的方法com.google.gson.JsonArray
Returns an iterator to navigate the elemetns of the array.
iterator() - 类 中的方法org.bson.util.StringRangeSet
 
IXM_ENFORCED - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
IXM_INDEXDEF - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
IXM_KEY - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
IXM_NAME - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
IXM_UNIQUE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 

J

JSON - org.bson.util中的类
Helper methods for JSON serialization and de-serialization
JSON() - 类 的构造器org.bson.util.JSON
 
JSON_ELEMENT - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
JSON_ELEMENT_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
JsonArray - com.google.gson中的类
A class representing an array type in Json.
JsonArray() - 类 的构造器com.google.gson.JsonArray
Creates an empty JsonArray.
JSONCallback - org.bson.util中的类
 
JSONCallback() - 类 的构造器org.bson.util.JSONCallback
 
JsonDeserializationContext - com.google.gson中的接口
Context for deserialization that is passed to a custom deserializer during invocation of its JsonDeserializer.deserialize(JsonElement, Type, JsonDeserializationContext) method.
JsonDeserializer<T> - com.google.gson中的接口
Interface representing a custom deserializer for Json.
JsonElement - com.google.gson中的类
A class representing an element of Json.
JsonElement() - 类 的构造器com.google.gson.JsonElement
 
JsonIOException - com.google.gson中的异常错误
This exception is raised when Gson was unable to read an input stream or write to one.
JsonIOException(String) - 异常错误 的构造器com.google.gson.JsonIOException
 
JsonIOException(String, Throwable) - 异常错误 的构造器com.google.gson.JsonIOException
 
JsonIOException(Throwable) - 异常错误 的构造器com.google.gson.JsonIOException
Creates exception with the specified cause.
JsonNull - com.google.gson中的类
A class representing a Json null value.
JsonNull() - 类 的构造器com.google.gson.JsonNull
已过时。
JsonObject - com.google.gson中的类
A class representing an object type in Json.
JsonObject() - 类 的构造器com.google.gson.JsonObject
Creates an empty JsonObject.
JsonParseException - com.google.gson中的异常错误
This exception is raised if there is a serious issue that occurs during parsing of a Json string.
JsonParseException(String) - 异常错误 的构造器com.google.gson.JsonParseException
Creates exception with the specified message.
JsonParseException(String, Throwable) - 异常错误 的构造器com.google.gson.JsonParseException
Creates exception with the specified message and cause.
JsonParseException(Throwable) - 异常错误 的构造器com.google.gson.JsonParseException
Creates exception with the specified cause.
JSONParseException - org.bson.util中的异常错误
Exception throw when invalid JSON is passed to JSONParser.
JSONParseException(String, int) - 异常错误 的构造器org.bson.util.JSONParseException
 
JSONParseException(String, int, Throwable) - 异常错误 的构造器org.bson.util.JSONParseException
 
JsonParser - com.google.gson中的类
A parser to parse Json into a parse tree of JsonElements
JsonParser() - 类 的构造器com.google.gson.JsonParser
 
JsonPrimitive - com.google.gson中的类
A class representing a Json primitive value.
JsonPrimitive(Boolean) - 类 的构造器com.google.gson.JsonPrimitive
Create a primitive containing a boolean value.
JsonPrimitive(Number) - 类 的构造器com.google.gson.JsonPrimitive
Create a primitive containing a Number.
JsonPrimitive(String) - 类 的构造器com.google.gson.JsonPrimitive
Create a primitive containing a String value.
JsonPrimitive(Character) - 类 的构造器com.google.gson.JsonPrimitive
Create a primitive containing a character.
JsonReader - com.google.gson.stream中的类
Reads a JSON (RFC 4627) encoded value as a stream of tokens.
JsonReader(Reader) - 类 的构造器com.google.gson.stream.JsonReader
Creates a new instance that reads a JSON-encoded stream from in.
JsonReaderInternalAccess - com.google.gson.internal中的类
Internal-only APIs of JsonReader available only to other classes in Gson.
JsonReaderInternalAccess() - 类 的构造器com.google.gson.internal.JsonReaderInternalAccess
 
JsonSerializationContext - com.google.gson中的接口
Context for serialization that is passed to a custom serializer during invocation of its JsonSerializer.serialize(Object, Type, JsonSerializationContext) method.
JsonSerializer<T> - com.google.gson中的接口
Interface representing a custom serializer for Json.
JSONSerializers - org.bson.util中的类
Defines static methods for getting ObjectSerializer instances that produce various flavors of JSON.
JsonStreamParser - com.google.gson中的类
A streaming parser that allows reading of multiple JsonElements from the specified reader asynchronously.
JsonStreamParser(String) - 类 的构造器com.google.gson.JsonStreamParser
 
JsonStreamParser(Reader) - 类 的构造器com.google.gson.JsonStreamParser
 
JsonSyntaxException - com.google.gson中的异常错误
This exception is raised when Gson attempts to read (or write) a malformed JSON element.
JsonSyntaxException(String) - 异常错误 的构造器com.google.gson.JsonSyntaxException
 
JsonSyntaxException(String, Throwable) - 异常错误 的构造器com.google.gson.JsonSyntaxException
 
JsonSyntaxException(Throwable) - 异常错误 的构造器com.google.gson.JsonSyntaxException
Creates exception with the specified cause.
JsonToken - com.google.gson.stream中的枚举
A structure, name or value type in a JSON-encoded string.
JsonTreeReader - com.google.gson.internal.bind中的类
This reader walks the elements of a JsonElement as if it was coming from a character stream.
JsonTreeReader(JsonElement) - 类 的构造器com.google.gson.internal.bind.JsonTreeReader
 
JsonTreeWriter - com.google.gson.internal.bind中的类
This writer creates a JsonElement.
JsonTreeWriter() - 类 的构造器com.google.gson.internal.bind.JsonTreeWriter
 
JsonWriter - com.google.gson.stream中的类
Writes a JSON (RFC 4627) encoded value to a stream, one token at a time.
JsonWriter(Writer) - 类 的构造器com.google.gson.stream.JsonWriter
Creates a new instance that writes a JSON-encoded stream to out.

K

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

L

LazilyParsedNumber - com.google.gson.internal中的类
This class holds a number value that is lazily converted to a specific number type
LazilyParsedNumber(String) - 类 的构造器com.google.gson.internal.LazilyParsedNumber
 
length() - 类 中的方法org.bson.types.Binary
 
limit() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
limit(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
limit() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
limit(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
limit() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
limit(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
LIST_CMD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
LIST_LOBS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
listBackup(BSONObject, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
listCLInDomain() - 类 中的方法com.sequoiadb.base.Domain
 
listCollections() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
listCollectionSpaces() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
listCSInDomain() - 类 中的方法com.sequoiadb.base.Domain
 
listDomains(BSONObject, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
listLobs() - 类 中的方法com.sequoiadb.base.DBCollection
 
listProcedures(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
listReplicaGroups() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
listTasks(BSONObject, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
LITTLE_ENDIAN - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
LOCALE - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
LOCALE_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
logger - com.sequoiadb.util中的类
 
LONG - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
LongSerializationPolicy - com.google.gson中的枚举
Defines the expected format for a long or Long type when its serialized.
longValue() - 类 中的方法com.google.gson.internal.LazilyParsedNumber
 

M

MalformedJsonException - com.google.gson.stream中的异常错误
Thrown when a reader encounters malformed JSON.
MalformedJsonException(String) - 异常错误 的构造器com.google.gson.stream.MalformedJsonException
 
MalformedJsonException(String, Throwable) - 异常错误 的构造器com.google.gson.stream.MalformedJsonException
 
MalformedJsonException(Throwable) - 异常错误 的构造器com.google.gson.stream.MalformedJsonException
 
MapTypeAdapterFactory - com.google.gson.internal.bind中的类
Adapts maps to either JSON objects or JSON arrays.
MapTypeAdapterFactory(ConstructorConstructor, boolean) - 类 的构造器com.google.gson.internal.bind.MapTypeAdapterFactory
 
mark() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
mark() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
mark() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
markValue() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns the position of the current mark.
markValue() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns the position of the current mark.
markValue() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
massageToObjectId(Object) - 类 中的静态方法org.bson.types.ObjectId
Turn an object into an ObjectId, if possible.
MAX_CS_SIZE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
MAX_MSG_LENGTH - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
MAXKEY - 类 中的静态变量org.bson.BSON
 
MaxKey - org.bson.types中的类
Represent the maximum key value regardless of the key's type
MaxKey() - 类 的构造器org.bson.types.MaxKey
 
md5() - 类 中的方法org.bson.io.OutputBuffer
 
MESSAGE_LOBTUPLE_LENGTH - 类 中的静态变量com.sequoiadb.util.SDBMessageHelper
 
MESSAGE_OPINSERT_LENGTH - 类 中的静态变量com.sequoiadb.util.SDBMessageHelper
 
MESSAGE_OPLOB_LENGTH - 类 中的静态变量com.sequoiadb.util.SDBMessageHelper
 
minimumCapacity() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk by IoBuffer.compact() and IoBuffer.shrink() operation.
minimumCapacity(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Sets the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk by IoBuffer.compact() and IoBuffer.shrink() operation.
minimumCapacity() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk by IoBuffer.compact() and IoBuffer.shrink() operation.
minimumCapacity(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Sets the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk by IoBuffer.compact() and IoBuffer.shrink() operation.
minimumCapacity() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
minimumCapacity(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
MINKEY - 类 中的静态变量org.bson.BSON
 
MinKey - org.bson.types中的类
Represent the minimum key value regardless of the key's type
MinKey() - 类 的构造器org.bson.types.MinKey
 
MSG_SYSTEM_INFO_EYECATCHER - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
MSG_SYSTEM_INFO_EYECATCHER_REVERT - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
MSG_SYSTEM_INFO_LENGTH - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
msgExtractEvalReply(ByteBuffer) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
msgExtractLobOpenReply(ByteBuffer) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
msgExtractLobReadReply(ByteBuffer) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
msgExtractLobRemoveReply(ByteBuffer) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
msgExtractReply(ByteBuffer) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
msgExtractReplyRaw(ByteBuffer) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 
msgExtractSysInfoReply(byte[]) - 类 中的静态方法com.sequoiadb.util.SDBMessageHelper
 

N

name(String) - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
name(String) - 类 中的方法com.google.gson.stream.JsonWriter
Encodes the property name.
NewBSONDecoder - org.bson中的类
A new implementation of the bson decoder.
NewBSONDecoder() - 类 的构造器org.bson.NewBSONDecoder
 
newEnumTypeHierarchyFactory() - 类 中的静态方法com.google.gson.internal.bind.TypeAdapters
 
newFactory(TypeToken<TT>, TypeAdapter<TT>) - 类 中的静态方法com.google.gson.internal.bind.TypeAdapters
 
newFactory(Class<TT>, TypeAdapter<TT>) - 类 中的静态方法com.google.gson.internal.bind.TypeAdapters
 
newFactory(Class<TT>, Class<TT>, TypeAdapter<? super TT>) - 类 中的静态方法com.google.gson.internal.bind.TypeAdapters
 
newFactoryForMultipleTypes(Class<TT>, Class<? extends TT>, TypeAdapter<? super TT>) - 类 中的静态方法com.google.gson.internal.bind.TypeAdapters
 
newInstance(Class<T>) - 类 中的方法com.google.gson.internal.UnsafeAllocator
 
newParameterizedTypeWithOwner(Type, Type, Type...) - 类 中的静态方法com.google.gson.internal.$Gson$Types
Returns a new parameterized type, applying typeArguments to rawType and enclosed by ownerType.
newTypeHierarchyFactory(Class<TT>, TypeAdapter<TT>) - 类 中的静态方法com.google.gson.internal.bind.TypeAdapters
 
next() - 类 中的方法com.google.gson.JsonStreamParser
Returns the next available JsonElement on the reader.
nextBoolean() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
nextBoolean() - 类 中的方法com.google.gson.stream.JsonReader
Returns the boolean value of the next token, consuming it.
nextDouble() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
nextDouble() - 类 中的方法com.google.gson.stream.JsonReader
Returns the double value of the next token, consuming it.
nextInt() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
nextInt() - 类 中的方法com.google.gson.stream.JsonReader
Returns the int value of the next token, consuming it.
nextLong() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
nextLong() - 类 中的方法com.google.gson.stream.JsonReader
Returns the long value of the next token, consuming it.
nextName() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
nextName() - 类 中的方法com.google.gson.stream.JsonReader
Returns the next token, a property name, and consumes it.
nextNull() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
nextNull() - 类 中的方法com.google.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextString() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
nextString() - 类 中的方法com.google.gson.stream.JsonReader
Returns the string value of the next token, consuming it.
Node - com.sequoiadb.base中的类
 
NODE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
Node.NodeStatus - com.sequoiadb.base中的枚举
 
NODE_NAME_SEP - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
normalizeCapacity(int) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Normalizes the specified capacity of the buffer to power of 2, which is often helpful for optimal memory usage and performance.
notNew() - 类 中的方法org.bson.types.ObjectId
 
notNull(String, T) - 类 中的静态方法org.bson.util.Assertions
 
NotThreadSafe - org.bson.util.annotations中的注释类型
The class to which this annotation is applied is not thread-safe.
NULL - 类 中的静态变量org.bson.BSON
 
nullSafe() - 类 中的方法com.google.gson.TypeAdapter
This wrapper method is used to make a type adapter null tolerant.
nullValue() - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
nullValue() - 类 中的方法com.google.gson.stream.JsonWriter
Encodes null.
NUMBER - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
NUMBER - 类 中的静态变量org.bson.BSON
 
NUMBER_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
NUMBER_INT - 类 中的静态变量org.bson.BSON
 
NUMBER_LONG - 类 中的静态变量org.bson.BSON
 
numRead() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 

O

OBJECT - 类 中的静态变量org.bson.BSON
 
ObjectConstructor<T> - com.google.gson.internal中的接口
Defines a generic object construction factory.
objectDone() - 类 中的方法org.bson.BasicBSONCallback
 
objectDone() - 接口 中的方法org.bson.BSONCallback
 
objectDone() - 类 中的方法org.bson.EmptyBSONCallback
 
objectDone() - 类 中的方法org.bson.util.JSONCallback
 
ObjectId - org.bson.types中的类
A globally unique identifier for objects.
ObjectId(Date) - 类 的构造器org.bson.types.ObjectId
 
ObjectId(Date, int) - 类 的构造器org.bson.types.ObjectId
 
ObjectId(Date, int, int) - 类 的构造器org.bson.types.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
 
ObjectId(int, int, int) - 类 的构造器org.bson.types.ObjectId
Creates an ObjectId
ObjectId() - 类 的构造器org.bson.types.ObjectId
Create a new object id.
ObjectSerializer - org.bson.util中的接口
Interface describing methods for serializing an object to a string.
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
 
objectStart(boolean, String) - 类 中的方法org.bson.util.JSONCallback
 
ObjectTypeAdapter - com.google.gson.internal.bind中的类
Adapts types whose static type is only 'Object'.
OID - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
OID - 类 中的静态变量org.bson.BSON
 
ok(T) - 类 中的方法org.bson.util.SimplePool
 
OP_ERRNOFIELD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
OP_MAXNAMELENGTH - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
open() - 类 中的方法com.sequoiadb.util.logger
 
openLob(ObjectId) - 类 中的方法com.sequoiadb.base.DBCollection
 
order() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
order(ByteOrder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
order() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
order(ByteOrder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
order() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
order(ByteOrder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
org.apache.mina.core.buffer - 程序包 org.apache.mina.core.buffer
 
org.bson - 程序包 org.bson
Contains the base BSON classes and Encoder/Decoder.
org.bson.io - 程序包 org.bson.io
Contains classes implementing I/O operations used by BSON objects.
org.bson.types - 程序包 org.bson.types
Contains classes implementing various BSON types.
org.bson.util - 程序包 org.bson.util
Misc utils used by BSON.
org.bson.util.annotations - 程序包 org.bson.util.annotations
 
OutputBuffer - org.bson.io中的类
 
OutputBuffer() - 类 的构造器org.bson.io.OutputBuffer
 

P

parse(JsonReader) - 类 中的静态方法com.google.gson.internal.Streams
Takes a reader in any state and returns the next value as a JsonElement.
parse(String) - 类 中的方法com.google.gson.JsonParser
Parses the specified JSON string into a parse tree
parse(Reader) - 类 中的方法com.google.gson.JsonParser
Parses the specified JSON string into a parse tree
parse(JsonReader) - 类 中的方法com.google.gson.JsonParser
Returns the next value from the JSON stream as a parse tree.
parse(String) - 类 中的静态方法org.bson.util.JSON
Parses a JSON string representing a JSON value
parse(String, BSONCallback) - 类 中的静态方法org.bson.util.JSON
Parses a JSON string representing a JSON value
peek() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
peek() - 类 中的方法com.google.gson.stream.JsonReader
Returns the type of the next token without consuming it.
pipe(OutputStream) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
pipe(OutputStream) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
pipe(OutputStream) - 类 中的方法org.bson.io.BasicOutputBuffer
 
pipe(DataOutput) - 类 中的方法org.bson.io.BasicOutputBuffer
 
pipe(OutputStream) - 类 中的方法org.bson.io.OutputBuffer
 
pipe(OutputStream) - 类 中的方法org.bson.io.PoolOutputBuffer
 
PMD_OPTION_DBPATH - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
PMD_OPTION_SVCNAME - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
PoolOutputBuffer - org.bson.io中的类
 
PoolOutputBuffer() - 类 的构造器org.bson.io.PoolOutputBuffer
 
position() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
position(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
position() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
position(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
position() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
position(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
position(int) - 类 中的方法org.bson.io.BSONByteBuffer
 
prefixedDataAvailable(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns true if this buffer contains a data which has a data length as a prefix and the buffer has remaining data as enough as specified in the data length field.
prefixedDataAvailable(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns true if this buffer contains a data which has a data length as a prefix and the buffer has remaining data as enough as specified in the data length field.
prefixedDataAvailable(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns true if this buffer contains a data which has a data length as a prefix and the buffer has remaining data as enough as specified in the data length field.
prefixedDataAvailable(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns true if this buffer contains a data which has a data length as a prefix and the buffer has remaining data as enough as specified in the data length field.
prefixedDataAvailable(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
prefixedDataAvailable(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
Primitives - com.google.gson.internal中的类
Contains static utility methods pertaining to primitive types and their corresponding wrapper types.
promoteNameToValue() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
promoteNameToValue(JsonReader) - 类 中的方法com.google.gson.internal.JsonReaderInternalAccess
Changes the type of the current property name token to a string value.
put(String, V) - 类 中的方法com.google.gson.internal.StringMap
 
put(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
put(int, byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
put(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of the specified src into this buffer.
put(byte[], int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
put(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of the specified src into this buffer.
put(byte[]) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
put(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
put(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
put(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of the specified src into this buffer.
put(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of the specified src into this buffer.
put(byte[], int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
put(byte[]) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
put(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(byte[], int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(byte[]) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
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.
put(Class<?>, T) - 类 中的方法org.bson.util.ClassMap
 
putAll(Map) - 类 中的方法org.bson.BasicBSONObject
 
putAll(BSONObject) - 类 中的方法org.bson.BasicBSONObject
 
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
 
putAll(BSONObject) - 类 中的方法org.bson.types.BasicBSONList
 
putBinary(String, byte[]) - 类 中的方法org.bson.BasicBSONEncoder
 
putBinary(String, Binary) - 类 中的方法org.bson.BasicBSONEncoder
 
putBoolean(String, Boolean) - 类 中的方法org.bson.BasicBSONEncoder
 
putChar(char) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putChar(int, char) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putChar(char) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putChar(int, char) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putChar(char) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putChar(int, char) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putCode(String, Code) - 类 中的方法org.bson.BasicBSONEncoder
 
putCodeWScope(String, CodeWScope) - 类 中的方法org.bson.BasicBSONEncoder
 
putDate(String, Date) - 类 中的方法org.bson.BasicBSONEncoder
 
putDouble(double) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putDouble(int, double) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putDouble(double) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putDouble(int, double) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putDouble(double) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putDouble(int, double) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnum(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as a byte.
putEnum(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as a byte.
putEnum(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as a byte.
putEnum(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as a byte.
putEnum(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnum(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumInt(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumInt(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSet(Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSet(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetInt(Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetInt(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetLong(Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetLong(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetShort(Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetShort(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumShort(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumShort(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putFloat(float) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putFloat(int, float) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putFloat(float) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putFloat(int, float) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putFloat(float) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putFloat(int, float) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putInt(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putLong(long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putLong(int, long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putLong(long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putLong(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putLong(long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putLong(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Relative put method for writing a medium int value.
putMediumInt(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Absolute put method for writing a medium int value.
putMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Relative put method for writing a medium int value.
putMediumInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Absolute put method for writing a medium int value.
putMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putMediumInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putNull(String) - 类 中的方法org.bson.BasicBSONEncoder
 
putNumber(String, Number) - 类 中的方法org.bson.BasicBSONEncoder
 
putObject(Object) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Java object to the buffer.
putObject(Object) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Java object to the buffer.
putObject(Object) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
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
 
putPrefixedString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, byte, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, byte, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putPrefixedString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putPrefixedString(CharSequence, int, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putPrefixedString(CharSequence, int, int, byte, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putShort(short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putShort(int, short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putShort(short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putShort(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putShort(short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putShort(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putSpecial(String, Object) - 类 中的方法org.bson.BasicBSONEncoder
 
putString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer using the specified encoder.
putString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer as a NUL-terminated string using the specified encoder.
putString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer using the specified encoder.
putString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer as a NUL-terminated string using the specified encoder.
putString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putString(String, String) - 类 中的方法org.bson.BasicBSONEncoder
 
putSymbol(String, Symbol) - 类 中的方法org.bson.BasicBSONEncoder
 
putTimestamp(String, BSONTimestamp) - 类 中的方法org.bson.BasicBSONEncoder
 
putUndefined(String) - 类 中的方法org.bson.BasicBSONEncoder
 
putUnsigned(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned short into the ByteBuffer
putUnsignedShort(int, byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned short into the ByteBuffer
putUnsignedShort(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUUID(String, UUID) - 类 中的方法org.bson.BasicBSONEncoder
 

Q

query() - 类 中的方法com.sequoiadb.base.DBCollection
 
query(DBQuery) - 类 中的方法com.sequoiadb.base.DBCollection
 
query(BSONObject, BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
query(BSONObject, BSONObject, BSONObject, BSONObject, int) - 类 中的方法com.sequoiadb.base.DBCollection
 
query(String, String, String, String) - 类 中的方法com.sequoiadb.base.DBCollection
 
query(String, String, String, String, int) - 类 中的方法com.sequoiadb.base.DBCollection
 
query(String, String, String, String, long, long) - 类 中的方法com.sequoiadb.base.DBCollection
 
query(BSONObject, BSONObject, BSONObject, BSONObject, long, long) - 类 中的方法com.sequoiadb.base.DBCollection
 
query(BSONObject, BSONObject, BSONObject, BSONObject, long, long, int) - 类 中的方法com.sequoiadb.base.DBCollection
 
queryOne(BSONObject, BSONObject, BSONObject, BSONObject, int) - 类 中的方法com.sequoiadb.base.DBCollection
 
queryOne() - 类 中的方法com.sequoiadb.base.DBCollection
 

R

read(JsonReader) - 类 中的方法com.google.gson.internal.bind.ArrayTypeAdapter
 
read(JsonReader) - 类 中的方法com.google.gson.internal.bind.DateTypeAdapter
 
read(JsonReader) - 类 中的方法com.google.gson.internal.bind.ObjectTypeAdapter
 
read(JsonReader) - 类 中的方法com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.Adapter
 
read(JsonReader) - 类 中的方法com.google.gson.internal.bind.SqlDateTypeAdapter
 
read(JsonReader) - 类 中的方法com.google.gson.internal.bind.TimeTypeAdapter
 
read(JsonReader) - 类 中的方法com.google.gson.TypeAdapter
Reads one JSON value (an array, object, string, number, boolean or null) and converts it to a Java object.
read(byte[]) - 接口 中的方法com.sequoiadb.base.DBLob
 
read() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
readCStr() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
readDouble() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
readFully(InputStream, byte[]) - 类 中的静态方法org.bson.io.Bits
 
readFully(InputStream, byte[], int) - 类 中的静态方法org.bson.io.Bits
 
readFully(InputStream, byte[], int, int) - 类 中的静态方法org.bson.io.Bits
 
readInt() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
readInt(InputStream) - 类 中的静态方法org.bson.io.Bits
 
readInt(InputStream, byte[]) - 类 中的静态方法org.bson.io.Bits
 
readInt(byte[]) - 类 中的静态方法org.bson.io.Bits
 
readInt(byte[], int) - 类 中的静态方法org.bson.io.Bits
 
readIntBE() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
readIntBE(byte[], int) - 类 中的静态方法org.bson.io.Bits
 
readLong() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
readLong(InputStream) - 类 中的静态方法org.bson.io.Bits
 
readLong(InputStream, byte[]) - 类 中的静态方法org.bson.io.Bits
 
readLong(byte[]) - 类 中的静态方法org.bson.io.Bits
 
readLong(byte[], int) - 类 中的静态方法org.bson.io.Bits
 
readObject(byte[]) - 类 中的方法org.bson.BasicBSONDecoder
 
readObject(InputStream) - 类 中的方法org.bson.BasicBSONDecoder
 
readObject(byte[]) - 接口 中的方法org.bson.BSONDecoder
 
readObject(InputStream) - 接口 中的方法org.bson.BSONDecoder
 
readObject(byte[]) - 类 中的方法org.bson.NewBSONDecoder
 
readObject(InputStream) - 类 中的方法org.bson.NewBSONDecoder
 
readUTF8String() - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
receiveMessage(boolean) - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
receiveMessage(boolean) - 接口 中的方法com.sequoiadb.net.IConnection
 
receiveSysInfoMsg(int) - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
receiveSysInfoMsg(int) - 接口 中的方法com.sequoiadb.net.IConnection
 
REF - 类 中的静态变量org.bson.BSON
 
ReflectiveTypeAdapterFactory - com.google.gson.internal.bind中的类
Type adapter that reflects over the fields and methods of a class.
ReflectiveTypeAdapterFactory(ConstructorConstructor, FieldNamingStrategy, Excluder) - 类 的构造器com.google.gson.internal.bind.ReflectiveTypeAdapterFactory
 
ReflectiveTypeAdapterFactory.Adapter<T> - com.google.gson.internal.bind中的类
 
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
registerTypeAdapter(Type, Object) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson for custom serialization or deserialization.
registerTypeAdapterFactory(TypeAdapterFactory) - 类 中的方法com.google.gson.GsonBuilder
Register a factory for type adapters.
registerTypeHierarchyAdapter(Class<?>, Object) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson for custom serialization or deserialization for an inheritance type hierarchy.
remaining() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
remaining() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
remaining() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
remove(Object) - 类 中的方法com.google.gson.internal.StringMap
 
remove(String) - 类 中的方法com.google.gson.JsonObject
Removes the property from this JsonObject.
remove() - 类 中的方法com.google.gson.JsonStreamParser
This optional Iterator method is not relevant for stream parsing and hence is not implemented.
remove(Object) - 类 中的方法org.bson.BasicBSONObject
 
remove(Object) - 类 中的方法org.bson.util.ClassMap
 
remove(Object) - 类 中的方法org.bson.util.StringRangeSet
 
REMOVE_CMD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
removeAll(Collection<?>) - 类 中的方法org.bson.util.StringRangeSet
 
removeBackup(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
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.
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
 
removeLob(ObjectId) - 类 中的方法com.sequoiadb.base.DBCollection
 
removeNode(String, int, BSONObject) - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
removeReplicaGroup(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
removeUser(String, String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
RENAME_COLLECTION - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
ReplicaGroup - com.sequoiadb.base中的类
 
ReplicaNode - com.sequoiadb.base中的类
已过时。 
ReplicaNode.NodeStatus - com.sequoiadb.base中的枚举
已过时。
 
RES_FLAG - 枚举 中的静态变量com.sequoiadb.base.SequoiadbConstants.Operation
 
RESET - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
reset() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
reset() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
reset() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
reset() - 类 中的方法org.bson.BasicBSONCallback
 
reset() - 接口 中的方法org.bson.BSONCallback
 
reset() - 类 中的方法org.bson.EmptyBSONCallback
 
reset() - 类 中的方法org.bson.io.BSONByteBuffer
 
reset() - 类 中的方法org.bson.io.PoolOutputBuffer
 
resetSnapshot() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
resolve(Type, Class<?>, Type) - 类 中的静态方法com.google.gson.internal.$Gson$Types
 
retainAll(Collection<?>) - 类 中的方法org.bson.util.StringRangeSet
 
rewind() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
rewind() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
rewind() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
rmProcedure(String) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
rollback() - 类 中的方法com.sequoiadb.base.Sequoiadb
 
roundToMultipleX(byte[], int) - 类 中的静态方法com.sequoiadb.util.Helper
 
roundToMultipleXLength(int, int) - 类 中的静态方法com.sequoiadb.util.Helper
 

S

save(T) - 类 中的方法com.sequoiadb.base.DBCollection
 
save(List<T>) - 类 中的方法com.sequoiadb.base.DBCollection
 
save() - 类 中的方法com.sequoiadb.util.logger
 
SDB_AUTH_PASSWD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
SDB_AUTH_USER - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
SDB_DMS_EOC - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
SDB_EOF - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
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_LOB_SEEK_CUR - 接口 中的静态变量com.sequoiadb.base.DBLob
 
SDB_LOB_SEEK_END - 接口 中的静态变量com.sequoiadb.base.DBLob
 
SDB_LOB_SEEK_SET - 接口 中的静态变量com.sequoiadb.base.DBLob
 
SDB_PAGESIZE_16K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDB_PAGESIZE_32K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDB_PAGESIZE_4K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDB_PAGESIZE_64K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDB_PAGESIZE_8K - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDB_PAGESIZE_DEFAULT - 类 中的静态变量com.sequoiadb.base.Sequoiadb
0 means using database's default pagesize, it 64k now
SDB_SNAP_CATALOG - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDB_SNAP_COLLECTIONS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDB_SNAP_COLLECTIONSPACES - 类 中的静态变量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_SESSIONS - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDB_SNAP_SESSIONS_CURRENT - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDB_SNAP_SYSTEM - 类 中的静态变量com.sequoiadb.base.Sequoiadb
 
SDBError - com.sequoiadb.exception中的类
 
SDBError() - 类 的构造器com.sequoiadb.exception.SDBError
 
SDBErrorLookup - com.sequoiadb.exception中的类
 
SDBErrorLookup() - 类 的构造器com.sequoiadb.exception.SDBErrorLookup
 
SDBMessage - com.sequoiadb.base中的类
 
SDBMessage() - 类 的构造器com.sequoiadb.base.SDBMessage
 
SDBMessageHelper - com.sequoiadb.util中的类
 
SDBMessageHelper() - 类 的构造器com.sequoiadb.util.SDBMessageHelper
 
seek(long, int) - 接口 中的方法com.sequoiadb.base.DBLob
 
seekEnd() - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
seekEnd() - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
seekEnd() - 类 中的方法org.bson.io.BasicOutputBuffer
 
seekEnd() - 类 中的方法org.bson.io.OutputBuffer
 
seekEnd() - 类 中的方法org.bson.io.PoolOutputBuffer
 
seekStart() - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
seekStart() - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
seekStart() - 类 中的方法org.bson.io.BasicOutputBuffer
 
seekStart() - 类 中的方法org.bson.io.OutputBuffer
 
seekStart() - 类 中的方法org.bson.io.PoolOutputBuffer
 
sendMessage(byte[]) - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
sendMessage(byte[], int) - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
sendMessage(byte[]) - 接口 中的方法com.sequoiadb.net.IConnection
 
sendMessage(byte[], int) - 接口 中的方法com.sequoiadb.net.IConnection
 
Sequoiadb - com.sequoiadb.base中的类
 
Sequoiadb(String, String) - 类 的构造器com.sequoiadb.base.Sequoiadb
 
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
 
Sequoiadb(String, int, String, String) - 类 的构造器com.sequoiadb.base.Sequoiadb
 
Sequoiadb(String, int, String, String, ConfigOptions) - 类 的构造器com.sequoiadb.base.Sequoiadb
 
Sequoiadb.SptEvalResult - com.sequoiadb.base中的类
 
Sequoiadb.SptEvalResult() - 类 的构造器com.sequoiadb.base.Sequoiadb.SptEvalResult
 
Sequoiadb.SptReturnType - com.sequoiadb.base中的枚举
 
SequoiadbConstants - com.sequoiadb.base中的类
 
SequoiadbConstants() - 类 的构造器com.sequoiadb.base.SequoiadbConstants
 
SequoiadbConstants.Operation - com.sequoiadb.base中的枚举
 
SequoiadbConstants.PreferInstanceType - com.sequoiadb.base中的枚举
 
SequoiadbDatasource - com.sequoiadb.base中的类
 
SequoiadbDatasource(List<String>, String, String, ConfigOptions, SequoiadbOption) - 类 的构造器com.sequoiadb.base.SequoiadbDatasource
 
SequoiadbDatasource(String, String, String, SequoiadbOption) - 类 的构造器com.sequoiadb.base.SequoiadbDatasource
 
SequoiadbOption - com.sequoiadb.base中的类
 
SequoiadbOption() - 类 的构造器com.sequoiadb.base.SequoiadbOption
 
serialize(Object) - 接口 中的方法com.google.gson.JsonSerializationContext
Invokes default serialization on the specified object.
serialize(Object, Type) - 接口 中的方法com.google.gson.JsonSerializationContext
Invokes default serialization on the specified object passing the specific type information.
serialize(T, Type, JsonSerializationContext) - 接口 中的方法com.google.gson.JsonSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(Long) - 枚举 中的方法com.google.gson.LongSerializationPolicy
Serialize this value using this serialization policy.
serialize(Object) - 类 中的静态方法org.bson.util.JSON
Serializes an object into its JSON form.
serialize(Object, StringBuilder) - 类 中的静态方法org.bson.util.JSON
Serializes an object into its JSON form.
serialize(Object, StringBuilder) - 接口 中的方法org.bson.util.ObjectSerializer
Serializes obj into buf.
serialize(Object) - 接口 中的方法org.bson.util.ObjectSerializer
Serializes obj.
SerializedName - com.google.gson.annotations中的注释类型
An annotation that indicates this member should be serialized to JSON with the provided name value as its field name.
serializeNulls() - 类 中的方法com.google.gson.GsonBuilder
Configure Gson to serialize null fields.
serializeSpecialFloatingPointValues() - 类 中的方法com.google.gson.GsonBuilder
Section 2.4 of JSON specification disallows special double values (NaN, Infinity, -Infinity).
ServerAddress - com.sequoiadb.net中的类
 
ServerAddress() - 类 的构造器com.sequoiadb.net.ServerAddress
 
ServerAddress(String, int) - 类 的构造器com.sequoiadb.net.ServerAddress
 
ServerAddress(String) - 类 的构造器com.sequoiadb.net.ServerAddress
 
ServerAddress(InetAddress) - 类 的构造器com.sequoiadb.net.ServerAddress
 
ServerAddress(InetAddress, int) - 类 的构造器com.sequoiadb.net.ServerAddress
 
ServerAddress(InetSocketAddress) - 类 的构造器com.sequoiadb.net.ServerAddress
 
SESSIONS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
SESSIONS_CUR - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
set(OutputBuffer) - 类 中的方法org.bson.BasicBSONEncoder
 
set(OutputBuffer) - 接口 中的方法org.bson.BSONEncoder
 
setAbandonTime(int) - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
setAllocator(IoBufferAllocator) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Sets the allocator used by existing and new buffers
setAutoExpand(boolean) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Turns on or off autoExpand.
setAutoExpand(boolean) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Turns on or off autoExpand.
setAutoExpand(boolean) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
setAutoShrink(boolean) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Turns on or off autoShrink.
setAutoShrink(boolean) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Turns on or off autoShrink.
setAutoShrink(boolean) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
setCollectionFullName(String) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setCollectionFullNameLength(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setConnection(IConnection) - 类 中的方法com.sequoiadb.base.DBCollection
 
setConnectTimeout(int) - 类 中的方法com.sequoiadb.net.ConfigOptions
 
setContextIDList(List<Long>) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setCursor(DBCursor) - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
 
setDateFormat(String) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to serialize Date objects according to the pattern provided.
setDateFormat(int) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to to serialize Date objects according to the style value provided.
setDateFormat(int, int) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to to serialize Date objects according to the style value provided.
setDeltaIncCount(int) - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
setEndianConvert(boolean) - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
setEndianConvert(boolean) - 接口 中的方法com.sequoiadb.net.IConnection
 
setErrMsg(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
 
setErrorCode(int) - 类 中的方法com.sequoiadb.exception.SDBError
 
setErrorDescription(String) - 类 中的方法com.sequoiadb.exception.SDBError
 
setErrorType(String) - 类 中的方法com.sequoiadb.exception.SDBError
 
setExclusionStrategies(ExclusionStrategy...) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to apply a set of exclusion strategies during both serialization and deserialization.
setFieldNamingPolicy(FieldNamingPolicy) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to apply a specific naming policy to an object's field during serialization and deserialization.
setFieldNamingStrategy(FieldNamingStrategy) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to apply a specific naming policy strategy to an object's field during serialization and deserialization.
setFlag(int) - 类 中的方法com.sequoiadb.base.DBQuery
 
setFlags(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setHint(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
 
setHint(BSONObject) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setHtmlSafe(boolean) - 类 中的方法com.google.gson.stream.JsonWriter
Configure this writer to emit JSON that's safe for direct inclusion in HTML and XML documents.
setIndent(String) - 类 中的方法com.google.gson.stream.JsonWriter
Sets the indentation string to be repeated for each level of indentation in the encoded document.
setInitConnectionNum(int) - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
setInsertor(BSONObject) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setKillCount(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setLenient(boolean) - 类 中的方法com.google.gson.stream.JsonReader
Configure this parser to be be liberal in what it accepts.
setLenient(boolean) - 类 中的方法com.google.gson.stream.JsonWriter
Configure this writer to relax its syntax rules.
setLobBuff(byte[]) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setLobLen(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setLobOffset(long) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setLobSequence(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setLongSerializationPolicy(LongSerializationPolicy) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to apply a specific serialization policy for Long and long objects.
setMainKeys(String[]) - 类 中的方法com.sequoiadb.base.DBCollection
 
setMatcher(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
 
setMatcher(BSONObject) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setMax(int) - 类 中的方法org.bson.BasicBSONDecoder.BSONInput
 
setMaxAutoConnectRetryTime(long) - 类 中的方法com.sequoiadb.net.ConfigOptions
 
setMaxConnectionNum(int) - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
setMaxIdeNum(int) - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
setMessageText(String) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setModifier(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
 
setModifier(BSONObject) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setNodeID(byte[]) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setNumReturned(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setObjectList(List<BSONObject>) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setObjectListRaw(List<byte[]>) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setOperationCode(SequoiadbConstants.Operation) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setOrderBy(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
 
setOrderBy(BSONObject) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setPadding(short) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setPosition(int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
setPosition(int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
setPosition(int) - 类 中的方法org.bson.io.BasicOutputBuffer
 
setPosition(int) - 类 中的方法org.bson.io.OutputBuffer
 
setPosition(int) - 类 中的方法org.bson.io.PoolOutputBuffer
 
setPrettyPrinting() - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to output Json that fits in a page for pretty printing.
setRc(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setRecaptureConnPeriod(int) - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
setRecheckCyclePeriod(int) - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
setRequestID(long) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setRequestLength(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setResponseTo(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setReturnRowsCount(Long) - 类 中的方法com.sequoiadb.base.DBQuery
 
setReturnRowsCount(long) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setReturnType(Sequoiadb.SptReturnType) - 类 中的方法com.sequoiadb.base.Sequoiadb.SptEvalResult
 
setRoot(Object) - 类 中的方法org.bson.BasicBSONCallback
 
setSelector(BSONObject) - 类 中的方法com.sequoiadb.base.DBQuery
 
setSelector(BSONObject) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setSerializeNulls(boolean) - 类 中的方法com.google.gson.stream.JsonWriter
Sets whether object members are serialized when their value is null.
setServerAddress(ServerAddress) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
setSessionAttr(BSONObject) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
setSkipRowsCount(Long) - 类 中的方法com.sequoiadb.base.DBQuery
 
setSkipRowsCount(long) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setSocketKeepAlive(boolean) - 类 中的方法com.sequoiadb.net.ConfigOptions
 
setSocketTimeout(int) - 类 中的方法com.sequoiadb.net.ConfigOptions
 
setStartFrom(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setTimeout(int) - 类 中的方法com.sequoiadb.base.SequoiadbOption
 
setUseDirectBuffer(boolean) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Sets if a direct buffer should be allocated by default when the type of the new buffer is not specified.
setUseNagle(boolean) - 类 中的方法com.sequoiadb.net.ConfigOptions
 
setUseSSL(boolean) - 类 中的方法com.sequoiadb.net.ConfigOptions
 
setVersion(double) - 类 中的方法com.google.gson.GsonBuilder
Configures Gson to enable versioning support.
setVersion(int) - 类 中的方法com.sequoiadb.base.SDBMessage
 
setW(short) - 类 中的方法com.sequoiadb.base.SDBMessage
 
SHORT - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
SHORT_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
shouldSkipClass(Class<?>) - 接口 中的方法com.google.gson.ExclusionStrategy
 
shouldSkipField(FieldAttributes) - 接口 中的方法com.google.gson.ExclusionStrategy
 
shrink() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Changes the capacity of this buffer so this buffer occupies as less memory as possible while retaining the position, limit and the buffer content between the position and limit.
shrink() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Changes the capacity of this buffer so this buffer occupies as less memory as possible while retaining the position, limit and the buffer content between the position and limit.
shrink() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
shrinkBuffer() - 类 中的方法com.sequoiadb.net.ConnectionTCPImpl
 
shrinkBuffer() - 接口 中的方法com.sequoiadb.net.IConnection
 
SHUTDOWN_CMD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
SimpleBufferAllocator - org.apache.mina.core.buffer中的类
A simplistic IoBufferAllocator which simply allocates a new buffer every time.
SimpleBufferAllocator() - 类 的构造器org.apache.mina.core.buffer.SimpleBufferAllocator
 
SimplePool<T> - org.bson.util中的类
 
SimplePool(int) - 类 的构造器org.bson.util.SimplePool
 
SimplePool() - 类 的构造器org.bson.util.SimplePool
 
Since - com.google.gson.annotations中的注释类型
An annotation that indicates the version number since a member or a type has been present.
size() - 类 中的方法com.google.gson.internal.StringMap
 
size() - 类 中的方法com.google.gson.JsonArray
Returns the number of elements in the array.
size() - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
size() - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
size() - 类 中的方法org.bson.BasicBSONObject
 
size() - 类 中的方法org.bson.io.BasicOutputBuffer
 
size() - 类 中的方法org.bson.io.BSONByteBuffer
 
size() - 类 中的方法org.bson.io.OutputBuffer
 
size() - 类 中的方法org.bson.io.PoolOutputBuffer
 
size() - 类 中的方法org.bson.util.ClassMap
 
size() - 类 中的方法org.bson.util.StringRangeSet
 
skip(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Forwards the position of this buffer as the specified size bytes.
skip(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Forwards the position of this buffer as the specified size bytes.
skip(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
skipValue() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
skipValue() - 类 中的方法com.google.gson.stream.JsonReader
Skips the next value recursively.
slice() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
slice() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
slice() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
slice0() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Implement this method to return the unexpandable slice of this buffer.
SNAP_CMD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
split(String, String, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
split(String, String, double) - 类 中的方法com.sequoiadb.base.DBCollection
 
splitAsync(String, String, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
splitAsync(String, String, double) - 类 中的方法com.sequoiadb.base.DBCollection
 
splitByteArray(byte[], int) - 类 中的静态方法com.sequoiadb.util.Helper
 
SqlDateTypeAdapter - com.google.gson.internal.bind中的类
Adapter for java.sql.Date.
SqlDateTypeAdapter() - 类 的构造器com.google.gson.internal.bind.SqlDateTypeAdapter
 
start() - 类 中的方法com.sequoiadb.base.Node
 
start() - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
start() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
stop() - 类 中的方法com.sequoiadb.base.Node
 
stop() - 类 中的方法com.sequoiadb.base.ReplicaGroup
 
stop() - 类 中的方法com.sequoiadb.base.ReplicaNode
已过时。
 
STOREUNITS - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
Streams - com.google.gson.internal中的类
Reads and writes GSON parse trees over streams.
Streams() - 类 的构造器com.google.gson.internal.Streams
 
STRING - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
STRING - 类 中的静态变量org.bson.BSON
 
STRING_BUFFER - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
STRING_BUFFER_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
STRING_BUILDER - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
STRING_BUILDER_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
STRING_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
StringMap<V> - com.google.gson.internal中的类
A map of strings to values.
StringMap() - 类 的构造器com.google.gson.internal.StringMap
 
StringRangeSet - org.bson.util中的类
 
StringRangeSet(int) - 类 的构造器org.bson.util.StringRangeSet
 
subtypeOf(Type) - 类 中的静态方法com.google.gson.internal.$Gson$Types
Returns a type that represents an unknown type that extends bound.
supertypeOf(Type) - 类 中的静态方法com.google.gson.internal.$Gson$Types
Returns a type that represents an unknown supertype of bound.
sweep() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Clears this buffer and fills its content with NUL.
sweep(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
double Clears this buffer and fills its content with value.
sweep() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Clears this buffer and fills its content with NUL.
sweep(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
double Clears this buffer and fills its content with value.
sweep() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
sweep(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
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
 
SYSTEM - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
SYSTEM_ENDIAN - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 

T

TEST_CMD - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
ThreadSafe - org.bson.util.annotations中的注释类型
The class to which this annotation is applied is thread-safe.
TIMESTAMP - 类 中的静态变量org.bson.BSON
 
TIMESTAMP_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
TimeTypeAdapter - com.google.gson.internal.bind中的类
Adapter for Time.
TimeTypeAdapter() - 类 的构造器com.google.gson.internal.bind.TimeTypeAdapter
 
toArray() - 类 中的方法org.bson.util.StringRangeSet
 
toArray(T[]) - 类 中的方法org.bson.util.StringRangeSet
 
toByteArray() - 类 中的方法org.bson.io.OutputBuffer
mostly for testing
toByteArray() - 类 中的方法org.bson.types.ObjectId
 
toInt(Object) - 类 中的静态方法org.bson.BSON
 
toJson(Object) - 类 中的方法com.google.gson.Gson
This method serializes the specified object into its equivalent Json representation.
toJson(Object, Type) - 类 中的方法com.google.gson.Gson
This method serializes the specified object, including those of generic types, into its equivalent Json representation.
toJson(Object, Appendable) - 类 中的方法com.google.gson.Gson
This method serializes the specified object into its equivalent Json representation.
toJson(Object, Type, Appendable) - 类 中的方法com.google.gson.Gson
This method serializes the specified object, including those of generic types, into its equivalent Json representation.
toJson(Object, Type, JsonWriter) - 类 中的方法com.google.gson.Gson
Writes the JSON representation of src of type typeOfSrc to writer.
toJson(JsonElement) - 类 中的方法com.google.gson.Gson
Converts a tree of JsonElements into its equivalent JSON representation.
toJson(JsonElement, Appendable) - 类 中的方法com.google.gson.Gson
Writes out the equivalent JSON for a tree of JsonElements.
toJson(JsonElement, JsonWriter) - 类 中的方法com.google.gson.Gson
Writes the JSON for jsonElement to writer.
toJson(Writer, T) - 类 中的方法com.google.gson.TypeAdapter
Converts value to a JSON document and writes it to out.
toJson(T) - 类 中的方法com.google.gson.TypeAdapter
Converts value to a JSON document.
toJsonTree(Object) - 类 中的方法com.google.gson.Gson
This method serializes the specified object into its equivalent representation as a tree of JsonElements.
toJsonTree(Object, Type) - 类 中的方法com.google.gson.Gson
This method serializes the specified object, including those of generic types, into its equivalent representation as a tree of JsonElements.
toJsonTree(T) - 类 中的方法com.google.gson.TypeAdapter
Converts value to a JSON tree.
toMap() - 类 中的方法org.bson.BasicBSONObject
Converts a DBObject to a map.
toMap() - 接口 中的方法org.bson.BSONObject
Returns a map representing this BSONObject.
toMap() - 类 中的方法org.bson.types.BasicBSONList
 
toString() - 类 中的方法com.google.gson.Gson
 
toString() - 类 中的方法com.google.gson.internal.bind.JsonTreeReader
 
toString() - 类 中的方法com.google.gson.internal.ConstructorConstructor
 
toString() - 类 中的方法com.google.gson.internal.LazilyParsedNumber
 
toString() - 类 中的方法com.google.gson.JsonElement
Returns a String representation of this element.
toString() - 类 中的方法com.google.gson.reflect.TypeToken
 
toString() - 类 中的方法com.google.gson.stream.JsonReader
 
toString() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
toString() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
toString() - 类 中的方法org.bson.BasicBSONObject
Returns a JSON serialization of this object
toString() - 类 中的方法org.bson.io.BSONByteBuffer
 
toString() - 类 中的方法org.bson.io.OutputBuffer
 
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
 
transform(Object) - 接口 中的方法org.bson.Transformer
 
Transformer - org.bson中的接口
 
translateName(Field) - 接口 中的方法com.google.gson.FieldNamingStrategy
Translates the field name into its JSON field name representation.
TypeAdapter<T> - com.google.gson中的类
Converts Java objects to and from JSON.
TypeAdapter() - 类 的构造器com.google.gson.TypeAdapter
 
TypeAdapterFactory - com.google.gson中的接口
Creates type adapters for set of related types.
TypeAdapters - com.google.gson.internal.bind中的类
Type adapters for basic types.
typeToBson(Object) - 类 中的静态方法org.bson.BasicBSONObject
 
TypeToken<T> - com.google.gson.reflect中的类
Represents a generic type T.
TypeToken() - 类 的构造器com.google.gson.reflect.TypeToken
Constructs a new type literal.
typeToString(Type) - 类 中的静态方法com.google.gson.internal.$Gson$Types
 

U

UNDEFINED - 类 中的静态变量org.bson.BSON
 
UNKNOWN_CODE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
UNKNOWN_DESC - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
UNKNOWN_TYPE - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 
UnsafeAllocator - com.google.gson.internal中的类
Do sneaky things to allocate objects without invoking their constructors.
UnsafeAllocator() - 类 的构造器com.google.gson.internal.UnsafeAllocator
 
Until - com.google.gson.annotations中的注释类型
An annotation that indicates the version number until a member or a type should be present.
unwrap(Class<T>) - 类 中的静态方法com.google.gson.internal.Primitives
Returns the corresponding primitive type of type if it is a wrapper type; otherwise returns type itself.
update(DBQuery) - 类 中的方法com.sequoiadb.base.DBCollection
 
update(BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
update(String, String, String) - 类 中的方法com.sequoiadb.base.DBCollection
 
upsert(BSONObject, BSONObject, BSONObject) - 类 中的方法com.sequoiadb.base.DBCollection
 
URI - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
URI_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
URL - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
URL_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
UUID - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 
UUID_FACTORY - 类 中的静态变量com.google.gson.internal.bind.TypeAdapters
 

V

value(String) - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
value(boolean) - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
value(double) - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
value(long) - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
value(Number) - 类 中的方法com.google.gson.internal.bind.JsonTreeWriter
 
value(String) - 类 中的方法com.google.gson.stream.JsonWriter
Encodes value.
value(boolean) - 类 中的方法com.google.gson.stream.JsonWriter
Encodes value.
value(double) - 类 中的方法com.google.gson.stream.JsonWriter
Encodes value.
value(long) - 类 中的方法com.google.gson.stream.JsonWriter
Encodes value.
value(Number) - 类 中的方法com.google.gson.stream.JsonWriter
Encodes value.
valueOf(String) - 枚举 中的静态方法com.google.gson.FieldNamingPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.gson.LongSerializationPolicy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.google.gson.stream.JsonToken
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.sequoiadb.base.Node.NodeStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.sequoiadb.base.ReplicaNode.NodeStatus
已过时。
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.sequoiadb.base.Sequoiadb.SptReturnType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.sequoiadb.base.SequoiadbConstants.Operation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.sequoiadb.base.SequoiadbConstants.PreferInstanceType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.google.gson.FieldNamingPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法com.google.gson.internal.StringMap
 
values() - 枚举 中的静态方法com.google.gson.LongSerializationPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.google.gson.stream.JsonToken
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.sequoiadb.base.Node.NodeStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.sequoiadb.base.ReplicaNode.NodeStatus
已过时。
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.sequoiadb.base.Sequoiadb.SptReturnType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.sequoiadb.base.SequoiadbConstants.Operation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.sequoiadb.base.SequoiadbConstants.PreferInstanceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.bson.BasicBSONObject
 

W

waitTasks(long[]) - 类 中的方法com.sequoiadb.base.Sequoiadb
 
warn(String) - 类 中的方法com.sequoiadb.util.logger
 
withExclusionStrategy(ExclusionStrategy, boolean, boolean) - 类 中的方法com.google.gson.internal.Excluder
 
withModifiers(int...) - 类 中的方法com.google.gson.internal.Excluder
 
withVersion(double) - 类 中的方法com.google.gson.internal.Excluder
 
wrap(Class<T>) - 类 中的静态方法com.google.gson.internal.Primitives
Returns the corresponding wrapper type of type if it is a primitive type; otherwise returns type itself.
wrap(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.CachedBufferAllocator
 
wrap(ByteBuffer) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Wraps the specified NIO ByteBuffer into MINA buffer.
wrap(byte[]) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Wraps the specified byte array into MINA heap buffer.
wrap(byte[], int, int) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Wraps the specified byte array into MINA heap buffer.
wrap(ByteBuffer) - 接口 中的方法org.apache.mina.core.buffer.IoBufferAllocator
Wraps the specified NIO ByteBuffer into MINA buffer.
wrap(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.SimpleBufferAllocator
 
wrap(byte[], int, int) - 类 中的静态方法org.bson.io.BSONByteBuffer
 
wrap(byte[]) - 类 中的静态方法org.bson.io.BSONByteBuffer
 
write(JsonWriter, Object) - 类 中的方法com.google.gson.internal.bind.ArrayTypeAdapter
 
write(JsonWriter, Date) - 类 中的方法com.google.gson.internal.bind.DateTypeAdapter
 
write(JsonWriter, Object) - 类 中的方法com.google.gson.internal.bind.ObjectTypeAdapter
 
write(JsonWriter, T) - 类 中的方法com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.Adapter
 
write(JsonWriter, Date) - 类 中的方法com.google.gson.internal.bind.SqlDateTypeAdapter
 
write(JsonWriter, Time) - 类 中的方法com.google.gson.internal.bind.TimeTypeAdapter
 
write(JsonElement, JsonWriter) - 类 中的静态方法com.google.gson.internal.Streams
Writes the JSON element to the writer, recursively.
write(JsonWriter, T) - 类 中的方法com.google.gson.TypeAdapter
Writes one JSON value (an array, object, string, number, boolean or null) for value.
write(byte[]) - 接口 中的方法com.sequoiadb.base.DBLob
 
write(byte[]) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
write(byte[], int, int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
write(int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
write(byte[]) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
write(byte[], int, int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
write(int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
write(byte[]) - 类 中的方法org.bson.io.BasicOutputBuffer
 
write(byte[], int, int) - 类 中的方法org.bson.io.BasicOutputBuffer
 
write(int) - 类 中的方法org.bson.io.BasicOutputBuffer
 
write(byte[]) - 类 中的方法org.bson.io.OutputBuffer
 
write(byte[], int, int) - 类 中的方法org.bson.io.OutputBuffer
 
write(int) - 类 中的方法org.bson.io.OutputBuffer
 
write(byte[]) - 类 中的方法org.bson.io.PoolOutputBuffer
 
write(byte[], int, int) - 类 中的方法org.bson.io.PoolOutputBuffer
 
write(int) - 类 中的方法org.bson.io.PoolOutputBuffer
 
writeCString(String) - 类 中的方法org.bson.BasicBSONEncoder
 
writeDouble(double) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
writeDouble(double) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
writeDouble(double) - 类 中的方法org.bson.io.OutputBuffer
 
writeInt(int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
writeInt(int, int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
writeInt(int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
writeInt(int, int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
writeInt(int) - 类 中的方法org.bson.BasicBSONEncoder
 
writeInt(int) - 类 中的方法org.bson.io.OutputBuffer
 
writeInt(int, int) - 类 中的方法org.bson.io.OutputBuffer
 
writeIntBE(int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
writeIntBE(int) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
writeIntBE(int) - 类 中的方法org.bson.io.OutputBuffer
 
writeLong(long) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer
 
writeLong(long) - 类 中的方法com.sequoiadb.util.ByteOutputBuffer1
 
writeLong(long) - 类 中的方法org.bson.BasicBSONEncoder
 
writeLong(long) - 类 中的方法org.bson.io.OutputBuffer
 
writerForAppendable(Appendable) - 类 中的静态方法com.google.gson.internal.Streams
 

Z

ZERO_NODEID - 类 中的静态变量com.sequoiadb.base.SequoiadbConstants
 

_

_binary(String) - 类 中的方法org.bson.BasicBSONDecoder
 
_buf - 类 中的变量org.bson.BasicBSONEncoder
 
_callback - 类 中的变量org.bson.BasicBSONDecoder
 
_dayDateFormat - 类 中的静态变量org.bson.util.JSONCallback
 
_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
 
_msDateFormat - 类 中的静态变量org.bson.util.JSONCallback
 
_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
 
_secDateFormat - 类 中的静态变量org.bson.util.JSONCallback
 
_secTSFormat - 类 中的静态变量org.bson.util.JSONCallback
 
_time() - 类 中的方法org.bson.types.ObjectId
 
_utf8 - 类 中的静态变量org.bson.BSON
 
$ A B C D E F G H I J K L M N O P Q R S T U V W Z _ 

Copyright © 2015. All Rights Reserved.