Constant Field Values
Contents
com.couchbase.*
-
com.couchbase.client.core.cnc.Event Modifier and Type Constant Field Value public static final StringCATEGORY_PREFIX"com.couchbase." -
com.couchbase.client.core.cnc.RequestTracer Modifier and Type Constant Field Value public static final StringDISPATCH_SPAN_NAME"dispatch_to_server"public static final StringPAYLOAD_ENCODING_SPAN_NAME"request_encoding"public static final StringSERVICE_IDENTIFIER_ANALYTICS"analytics"public static final StringSERVICE_IDENTIFIER_KV"kv"public static final StringSERVICE_IDENTIFIER_QUERY"query"public static final StringSERVICE_IDENTIFIER_SEARCH"search"public static final StringSERVICE_IDENTIFIER_VIEW"view"
-
com.couchbase.client.core.config.CouchbaseBucketConfig Modifier and Type Constant Field Value public static final intPARTITION_NOT_EXISTENT-2
-
com.couchbase.client.core.encryption.CryptoManager Modifier and Type Constant Field Value public static final StringDEFAULT_ENCRYPTED_FIELD_NAME_PREFIX"encrypted$"public static final StringDEFAULT_ENCRYPTER_ALIAS"__DEFAULT__"
-
com.couchbase.client.core.endpoint.CircuitBreakerConfig Modifier and Type Constant Field Value public static final booleanDEFAULT_ENABLEDtruepublic static final intDEFAULT_ERROR_THRESHOLD_PERCENTAGE50public static final intDEFAULT_VOLUME_THRESHOLD20
-
com.couchbase.client.core.env.CompressionConfig Modifier and Type Constant Field Value public static final booleanDEFAULT_ENABLEDtruepublic static final doubleDEFAULT_MIN_RATIO0.83public static final intDEFAULT_MIN_SIZE32 -
com.couchbase.client.core.env.CoreEnvironment Modifier and Type Constant Field Value public static final longDEFAULT_MAX_NUM_REQUESTS_IN_RETRY32768L -
com.couchbase.client.core.env.IoConfig Modifier and Type Constant Field Value public static final booleanDEFAULT_DNS_SRV_ENABLEDtruepublic static final intDEFAULT_MAX_HTTP_CONNECTIONS12public static final booleanDEFAULT_MUTATION_TOKENS_ENABLEDtruepublic static final intDEFAULT_NUM_KV_CONNECTIONS1public static final booleanDEFAULT_TCP_KEEPALIVE_ENABLEDtrue -
com.couchbase.client.core.env.IoEnvironment Modifier and Type Constant Field Value public static final booleanDEFAULT_NATIVE_IO_ENABLEDtrue
-
com.couchbase.client.core.io.CollectionIdentifier Modifier and Type Constant Field Value public static final StringDEFAULT_COLLECTION"_default"public static final StringDEFAULT_SCOPE"_default"
-
com.couchbase.client.core.io.netty.kv.MemcacheProtocol Modifier and Type Constant Field Value public static final byteFRAMING_EXTRAS_TRACING0public static final byteSYNC_REPLICATION_FLEXIBLE_IDENT16public static final shortSYNC_REPLICATION_TIMEOUT_FLOOR_MS1500public static final intUNSIGNED_SHORT_MAX65535
-
com.couchbase.client.core.msg.analytics.AnalyticsRequest Modifier and Type Constant Field Value public static final intNO_PRIORITY0public static final StringOPERATION_NAME"analytics"
-
com.couchbase.client.core.msg.kv.AppendRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"append" -
com.couchbase.client.core.msg.kv.CodecFlags Modifier and Type Constant Field Value public static final intBINARY_LEGACY_FLAGS2048public static final intBOOLEAN_LEGACY_FLAGS0public static final intCOMMON_FORMAT_MASK251658240public static final intDOUBLE_LEGACY_FLAGS0public static final intJSON_LEGACY_FLAGS0public static final intLONG_LEGACY_FLAGS0public static final intSERIALIZED_LEGACY_FLAGS1public static final intSTRING_LEGACY_FLAGS0 -
com.couchbase.client.core.msg.kv.DecrementRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"decrement" -
com.couchbase.client.core.msg.kv.GetAndLockRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"get_and_lock" -
com.couchbase.client.core.msg.kv.GetAndTouchRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"get_and_touch" -
com.couchbase.client.core.msg.kv.GetMetaRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME_EXISTS"exists" -
com.couchbase.client.core.msg.kv.GetRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"get" -
com.couchbase.client.core.msg.kv.IncrementRequest Modifier and Type Constant Field Value public static final intCOUNTER_NOT_EXISTS_EXPIRY-1public static final StringOPERATION_NAME"increment" -
com.couchbase.client.core.msg.kv.InsertRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"insert" -
com.couchbase.client.core.msg.kv.ObserveViaSeqnoRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"observe_seqno" -
com.couchbase.client.core.msg.kv.PrependRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"prepend" -
com.couchbase.client.core.msg.kv.RemoveRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"remove" -
com.couchbase.client.core.msg.kv.ReplaceRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"replace" -
com.couchbase.client.core.msg.kv.ReplicaGetRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"replica_get" -
com.couchbase.client.core.msg.kv.SubdocGetRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"subdoc_get" -
com.couchbase.client.core.msg.kv.SubdocMutateRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"subdoc_mutate"public static final byteSUBDOC_DOC_FLAG_ACCESS_DELETED4public static final byteSUBDOC_DOC_FLAG_CREATE_AS_DELETED8public static final intSUBDOC_MAX_FIELDS16 -
com.couchbase.client.core.msg.kv.TouchRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"touch" -
com.couchbase.client.core.msg.kv.UnlockRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"unlock" -
com.couchbase.client.core.msg.kv.UpsertRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"upsert"
-
com.couchbase.client.core.msg.query.QueryRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"query"
-
com.couchbase.client.core.msg.search.SearchRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"search"
-
com.couchbase.client.core.msg.view.ViewRequest Modifier and Type Constant Field Value public static final StringOPERATION_NAME"view"
-
com.couchbase.client.core.service.AbstractPooledEndpointServiceConfig Modifier and Type Constant Field Value public static final intDEFAULT_MAX_ENDPOINTS12public static final intDEFAULT_MIN_ENDPOINTS0 -
com.couchbase.client.core.service.KeyValueServiceConfig Modifier and Type Constant Field Value public static final intDEFAULT_ENDPOINTS1
-
com.couchbase.client.core.util.ConnectionString Modifier and Type Constant Field Value public static final StringDEFAULT_SCHEME"couchbase://" -
com.couchbase.client.core.util.DnsSrv Modifier and Type Constant Field Value public static final StringDEFAULT_DNS_SECURE_SERVICE"_couchbases._tcp."public static final StringDEFAULT_DNS_SERVICE"_couchbase._tcp."