- BadNumberException - Exception in com.couchbase.mock.subdoc
-
- BadNumberException(Throwable) - Constructor for exception com.couchbase.mock.subdoc.BadNumberException
-
- bailResponse(HttpContext, HttpResponse) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Send and flush the response object over the current connection and close the connection
- Base64 - Class in com.couchbase.mock.util
-
Utility class to perform base64 encoding / decoding
- BasicVBucketCoordinates - Class in com.couchbase.mock.memcached
-
- BasicVBucketCoordinates(long, long) - Constructor for class com.couchbase.mock.memcached.BasicVBucketCoordinates
-
- BinaryArithmeticCommand - Class in com.couchbase.mock.memcached.protocol
-
- BinaryArithmeticCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryArithmeticCommand
-
- BinaryArithmeticResponse - Class in com.couchbase.mock.memcached.protocol
-
- BinaryArithmeticResponse(BinaryArithmeticCommand, long, long, MutationStatus, MutationInfoWriter) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryArithmeticResponse
-
- BinaryCommand - Class in com.couchbase.mock.memcached.protocol
-
- BinaryConfigResponse - Class in com.couchbase.mock.memcached.protocol
-
- BinaryGetCommand - Class in com.couchbase.mock.memcached.protocol
-
- BinaryGetCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryGetCommand
-
- BinaryGetErrmapCommand - Class in com.couchbase.mock.memcached.protocol
-
Created by mnunberg on 12/9/16.
- BinaryGetErrmapResponse - Class in com.couchbase.mock.memcached.protocol
-
Created by mnunberg on 12/9/16.
- BinaryGetErrmapResponse(BinaryCommand, String) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryGetErrmapResponse
-
- BinaryGetResponse - Class in com.couchbase.mock.memcached.protocol
-
- BinaryGetResponse(BinaryCommand, ErrorCode) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryGetResponse
-
- BinaryGetResponse(BinaryCommand, ErrorCode, String) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryGetResponse
-
- BinaryGetResponse(BinaryCommand, Item) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryGetResponse
-
- BinaryGetResponse(BinaryGetCommand, Item, long) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryGetResponse
-
- BinaryHelloCommand - Class in com.couchbase.mock.memcached.protocol
-
Created by mnunberg on 2/4/15.
- BinaryHelloCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryHelloCommand
-
- BinaryHelloCommand.Feature - Enum in com.couchbase.mock.memcached.protocol
-
- BinaryHelloResponse - Class in com.couchbase.mock.memcached.protocol
-
Created by mnunberg on 2/4/15.
- BinaryHelloResponse(BinaryHelloCommand, int[]) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryHelloResponse
-
- BinaryObserveCommand - Class in com.couchbase.mock.memcached.protocol
-
This implements the OBSERVE request.
- BinaryObserveCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryObserveCommand
-
- BinaryObserveResponse - Class in com.couchbase.mock.memcached.protocol
-
This contains the response for the OBSERVE command.
- BinaryObserveResponse(BinaryCommand, List<ObsKeyState>) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryObserveResponse
-
- BinaryObserveSeqnoCommand - Class in com.couchbase.mock.memcached.protocol
-
Created by mnunberg on 2/4/15.
- BinaryObserveSeqnoCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryObserveSeqnoCommand
-
- BinaryObserveSeqnoResponse - Class in com.couchbase.mock.memcached.protocol
-
Created by mnunberg on 2/4/15.
- BinaryObserveSeqnoResponse(BinaryObserveSeqnoCommand, long, long) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryObserveSeqnoResponse
-
Construct a "Normal" response
- BinaryObserveSeqnoResponse(BinaryObserveSeqnoCommand, VBucketCoordinates, VBucketCoordinates, long) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryObserveSeqnoResponse
-
Construct a "Failover" response.
- BinaryProtocolHandler - Interface in com.couchbase.mock.memcached
-
- BinaryResponse - Class in com.couchbase.mock.memcached.protocol
-
- BinaryResponse(BinaryCommand, ErrorCode, String) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryResponse
-
- BinaryResponse(BinaryCommand, ErrorCode) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryResponse
-
- BinaryResponse(BinaryCommand, MutationStatus, MutationInfoWriter, long) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryResponse
-
- BinaryResponse(BinaryCommand, MutationStatus, MutationInfoWriter, long, byte[]) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryResponse
-
- BinarySaslResponse - Class in com.couchbase.mock.memcached.protocol
-
- BinarySaslResponse(BinaryCommand) - Constructor for class com.couchbase.mock.memcached.protocol.BinarySaslResponse
-
- BinarySaslResponse(BinaryCommand, String) - Constructor for class com.couchbase.mock.memcached.protocol.BinarySaslResponse
-
- BinarySelectBucketCommand - Class in com.couchbase.mock.memcached.protocol
-
Created by mnunberg on 3/3/17.
- BinarySelectBucketCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinarySelectBucketCommand
-
- BinaryStatResponse - Class in com.couchbase.mock.memcached.protocol
-
- BinaryStatResponse(BinaryCommand, String, String) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryStatResponse
-
- BinaryStoreCommand - Class in com.couchbase.mock.memcached.protocol
-
- BinaryStoreCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryStoreCommand
-
- BinaryStoreResponse - Class in com.couchbase.mock.memcached.protocol
-
- BinaryStoreResponse(BinaryCommand, ErrorCode, long) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryStoreResponse
-
- BinaryStoreResponse(BinaryCommand, MutationStatus, MutationInfoWriter, long) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryStoreResponse
-
- BinarySubdocCommand - Class in com.couchbase.mock.memcached.protocol
-
- BinarySubdocMultiCommand - Class in com.couchbase.mock.memcached.protocol
-
- BinarySubdocMultiCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand
-
- BinarySubdocMultiCommand.MultiSpec - Class in com.couchbase.mock.memcached.protocol
-
- BinarySubdocMultiLookupCommand - Class in com.couchbase.mock.memcached.protocol
-
- BinarySubdocMultiLookupCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinarySubdocMultiLookupCommand
-
- BinarySubdocMultiMutationCommand - Class in com.couchbase.mock.memcached.protocol
-
Created by mnunberg on 10/9/15.
- BinarySubdocMultiMutationCommand(ByteBuffer) - Constructor for class com.couchbase.mock.memcached.protocol.BinarySubdocMultiMutationCommand
-
- BinaryVersionResponse - Class in com.couchbase.mock.memcached.protocol
-
- BinaryVersionResponse(BinaryCommand, String) - Constructor for class com.couchbase.mock.memcached.protocol.BinaryVersionResponse
-
- bind(InetSocketAddress) - Method in class com.couchbase.mock.httpio.HttpServer
-
Set the server's listening address.
- bind(ServerSocketChannel) - Method in class com.couchbase.mock.httpio.HttpServer
-
Set the server's listening socket.
- bodyLength - Variable in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- borrowOutputContext() - Method in class com.couchbase.mock.memcached.MemcachedConnection
-
Temporarily borrow the head chunk of the output buffers.
- Bucket - Class in com.couchbase.mock
-
Abstract class for all bucket types in Couchbase.
- Bucket(CouchbaseMock, BucketConfiguration) - Constructor for class com.couchbase.mock.Bucket
-
- Bucket.BucketType - Enum in com.couchbase.mock
-
- BucketAdminServer - Class in com.couchbase.mock.http
-
- BucketAdminServer(Bucket, HttpServer, CouchbaseMock) - Constructor for class com.couchbase.mock.http.BucketAdminServer
-
- BucketAlreadyExistsException - Exception in com.couchbase.mock
-
Created by mnunberg on 12/24/14.
- BucketAlreadyExistsException(String) - Constructor for exception com.couchbase.mock.BucketAlreadyExistsException
-
- BucketCommandHandler - Class in com.couchbase.mock.control.handlers
-
This is an abstract class which operates on a specific
server on a specific bucket.
- BucketCommandHandler() - Constructor for class com.couchbase.mock.control.handlers.BucketCommandHandler
-
- BucketConfiguration - Class in com.couchbase.mock
-
- BucketConfiguration() - Constructor for class com.couchbase.mock.BucketConfiguration
-
Creates an empty configuration with the default options
- BucketConfiguration(BucketConfiguration) - Constructor for class com.couchbase.mock.BucketConfiguration
-
Copies settings from the configuration other to a new object.
- bucketStartPort - Variable in class com.couchbase.mock.BucketConfiguration
-
The port number the nodes should begin at.
- build(String, Object...) - Static method in class com.couchbase.mock.client.MockRequest
-
- build() - Method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- buildHello(String, BinaryHelloCommand.Feature...) - Static method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- buildPlainAuth(String, String) - Static method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- buildStore(String, short, String) - Static method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- buildSubdocGet(String, short, String) - Static method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- CacheRequest - Class in com.couchbase.mock.client
-
- CacheRequest(String, String, long, boolean, int) - Constructor for class com.couchbase.mock.client.CacheRequest
-
- CacheRequest(String, String, long, boolean, List<Integer>) - Constructor for class com.couchbase.mock.client.CacheRequest
-
- CacheRequest(String, String, long, boolean, int, String) - Constructor for class com.couchbase.mock.client.CacheRequest
-
- CacheRequest(String, String, long, boolean, List<Integer>, String) - Constructor for class com.couchbase.mock.client.CacheRequest
-
- CannotInsertException - Exception in com.couchbase.mock.subdoc
-
Created by mnunberg on 10/1/15.
- CannotInsertException(String) - Constructor for exception com.couchbase.mock.subdoc.CannotInsertException
-
- CannotInsertException(Throwable) - Constructor for exception com.couchbase.mock.subdoc.CannotInsertException
-
- CAPIServer - Class in com.couchbase.mock.http.capi
-
- CAPIServer(Bucket, HttpAuthVerifier) - Constructor for class com.couchbase.mock.http.capi.CAPIServer
-
- cas(long) - Method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- cas - Variable in class com.couchbase.mock.memcached.ObsKeyState
-
- cc() - Method in enum com.couchbase.mock.memcached.protocol.CommandCode
-
- CCCPCommandHandler - Class in com.couchbase.mock.control.handlers
-
- CCCPCommandHandler() - Constructor for class com.couchbase.mock.control.handlers.CCCPCommandHandler
-
- CheckRetryVerifyCommandHandler - Class in com.couchbase.mock.control.handlers
-
Created by mnunberg on 4/20/17.
- CheckRetryVerifyCommandHandler() - Constructor for class com.couchbase.mock.control.handlers.CheckRetryVerifyCommandHandler
-
- CheckRetryVerifyRequest - Class in com.couchbase.mock.client
-
Created by mnunberg on 4/24/17.
- CheckRetryVerifyRequest(int, String, CommandCode, ErrorCode) - Constructor for class com.couchbase.mock.client.CheckRetryVerifyRequest
-
- clearInitialConfigs() - Method in class com.couchbase.mock.CouchbaseMock
-
Clear the initial bucket configurations which were added during construction.
- ClientResponse - Class in com.couchbase.mock.memcached.client
-
Created by mnunberg on 1/15/14.
- ClientResponse() - Constructor for class com.couchbase.mock.memcached.client.ClientResponse
-
- close() - Method in class com.couchbase.mock.memcached.client.MemcachedClient
-
- cluster - Variable in class com.couchbase.mock.Bucket
-
- CmdLogCommandHandler - Class in com.couchbase.mock.control.handlers
-
Created by mnunberg on 4/12/17.
- CmdLogCommandHandler() - Constructor for class com.couchbase.mock.control.handlers.CmdLogCommandHandler
-
- code() - Method in enum com.couchbase.mock.subdoc.Operation
-
- com.couchbase.mock - package com.couchbase.mock
-
- com.couchbase.mock.client - package com.couchbase.mock.client
-
- com.couchbase.mock.control - package com.couchbase.mock.control
-
- com.couchbase.mock.control.handlers - package com.couchbase.mock.control.handlers
-
- com.couchbase.mock.harakiri - package com.couchbase.mock.harakiri
-
- com.couchbase.mock.http - package com.couchbase.mock.http
-
- com.couchbase.mock.http.capi - package com.couchbase.mock.http.capi
-
- com.couchbase.mock.http.query - package com.couchbase.mock.http.query
-
- com.couchbase.mock.httpio - package com.couchbase.mock.httpio
-
- com.couchbase.mock.memcached - package com.couchbase.mock.memcached
-
- com.couchbase.mock.memcached.client - package com.couchbase.mock.memcached.client
-
- com.couchbase.mock.memcached.errormap - package com.couchbase.mock.memcached.errormap
-
- com.couchbase.mock.memcached.protocol - package com.couchbase.mock.memcached.protocol
-
- com.couchbase.mock.subdoc - package com.couchbase.mock.subdoc
-
- com.couchbase.mock.util - package com.couchbase.mock.util
-
- com.couchbase.mock.views - package com.couchbase.mock.views
-
- CommandBuilder - Class in com.couchbase.mock.memcached.client
-
Created by mnunberg on 1/15/14.
- CommandBuilder(CommandCode) - Constructor for class com.couchbase.mock.memcached.client.CommandBuilder
-
- CommandBuilder.MultiLookupSpec - Class in com.couchbase.mock.memcached.client
-
- CommandBuilder.MultiMutationSpec - Class in com.couchbase.mock.memcached.client
-
- CommandCode - Enum in com.couchbase.mock.memcached.protocol
-
- CommandFactory - Class in com.couchbase.mock.memcached.protocol
-
Helper class to create the correct sort of object
- CommandLineOption(char, String, boolean) - Constructor for class com.couchbase.mock.util.Getopt.CommandLineOption
-
Create a new instance of the command line option
- CommandLogEntry(int, long) - Constructor for class com.couchbase.mock.memcached.MemcachedServer.CommandLogEntry
-
- commandMap - Static variable in class com.couchbase.mock.control.MockCommandDispatcher
-
- CommandNotFoundException - Exception in com.couchbase.mock.control
-
- CommandNotFoundException(String, Throwable) - Constructor for exception com.couchbase.mock.control.CommandNotFoundException
-
- CommandNotFoundException(String) - Constructor for exception com.couchbase.mock.control.CommandNotFoundException
-
- CommandStatus - Class in com.couchbase.mock.control
-
- CommandStatus() - Constructor for class com.couchbase.mock.control.CommandStatus
-
- complete() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- ConfigCommandExecutor - Class in com.couchbase.mock.memcached
-
Created by mnunberg on 1/15/14.
- ConfigCommandExecutor() - Constructor for class com.couchbase.mock.memcached.ConfigCommandExecutor
-
- configReadLock() - Method in class com.couchbase.mock.Bucket
-
Lock the current configuration for reading.
- configReadUnlock() - Method in class com.couchbase.mock.Bucket
-
Unlock the configuration read lock.
- Configuration - Class in com.couchbase.mock.views
-
- Configuration() - Constructor for class com.couchbase.mock.views.Configuration
-
- Configuration(Map<String, String>) - Constructor for class com.couchbase.mock.views.Configuration
-
- configurationRwLock - Variable in class com.couchbase.mock.Bucket
-
- connect(String, int) - Method in class com.couchbase.mock.harakiri.HarakiriMonitor
-
- CONSTANT - Static variable in class com.couchbase.mock.memcached.errormap.RetrySpec
-
- ConstantVerifier() - Constructor for class com.couchbase.mock.memcached.errormap.Verifier.ConstantVerifier
-
- ControlHandler - Class in com.couchbase.mock.http
-
- ControlHandler(MockCommandDispatcher) - Constructor for class com.couchbase.mock.http.ControlHandler
-
- convertExpiryTime(int) - Static method in class com.couchbase.mock.memcached.VBucketStore
-
Converts an expiration value to an absolute Unix timestamp.
- CoordKey - Class in com.couchbase.mock.memcached
-
- CoordKey(int, long) - Constructor for class com.couchbase.mock.memcached.CoordKey
-
- CouchbaseBucket - Class in com.couchbase.mock
-
Representation of a membase bucket
- CouchbaseBucket(CouchbaseMock, BucketConfiguration) - Constructor for class com.couchbase.mock.CouchbaseBucket
-
- CouchbaseMock - Class in com.couchbase.mock
-
This class is the main entry point to the Mock cluster.
- CouchbaseMock(String, int, int, int, int, String, int) - Constructor for class com.couchbase.mock.CouchbaseMock
-
- CouchbaseMock(String, int, int, int, int) - Constructor for class com.couchbase.mock.CouchbaseMock
-
- CouchbaseMock(String, int, int, int) - Constructor for class com.couchbase.mock.CouchbaseMock
-
- CouchbaseMock(String, int, int, int, String) - Constructor for class com.couchbase.mock.CouchbaseMock
-
- CouchbaseMock(int, List<BucketConfiguration>) - Constructor for class com.couchbase.mock.CouchbaseMock
-
Create a new CouchbaseMock object.
- create(CouchbaseMock, BucketConfiguration) - Static method in class com.couchbase.mock.Bucket
-
Create a bucket.
- create() - Method in class com.couchbase.mock.memcached.protocol.BinaryArithmeticCommand
-
- create(BinaryCommand, MemcachedServer, ErrorCode, ErrorCode) - Static method in class com.couchbase.mock.memcached.protocol.BinaryConfigResponse
-
Create a new response which contains a cluster configuration, if supported
- create(ByteBuffer) - Static method in class com.couchbase.mock.memcached.protocol.CommandFactory
-
- create(String, String) - Static method in class com.couchbase.mock.views.DesignDocument
-
Create a new design document
- create(String) - Static method in class com.couchbase.mock.views.Indexer
-
Create a new indexer object
- create(String) - Static method in class com.couchbase.mock.views.Reducer
-
Create a new Reducer object
- createBucket(BucketConfiguration) - Method in class com.couchbase.mock.CouchbaseMock
-
Create a new bucket, and start it.
- createGetConfig(BinaryCommand, MemcachedServer) - Static method in class com.couchbase.mock.memcached.protocol.BinaryConfigResponse
-
Creates a response for CMD_GET_CONFIG
- createNotMyVbucket(BinaryCommand, MemcachedServer) - Static method in class com.couchbase.mock.memcached.protocol.BinaryConfigResponse
-
Creates a response for NOT_MY_VBUCKET conditions
- createWithValue(BinaryCommand, byte[], long) - Static method in class com.couchbase.mock.memcached.protocol.BinaryResponse
-
- createWithValue(ErrorCode, BinaryCommand, byte[], long) - Static method in class com.couchbase.mock.memcached.protocol.BinaryResponse
-
- CX_AUTH - Static variable in class com.couchbase.mock.httpio.HttpServer
-
- CX_SOCKET - Static variable in class com.couchbase.mock.httpio.HttpServer
-
- generateEventId() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- get(String) - Static method in class com.couchbase.mock.memcached.client.CommandBuilder.MultiLookupSpec
-
- get(KeySpec) - Method in class com.couchbase.mock.memcached.VBucketStore
-
- get(int) - Method in class com.couchbase.mock.subdoc.Path
-
- getAdminName() - Method in class com.couchbase.mock.http.Authenticator
-
Get the administrative username
- getAdminPass() - Method in class com.couchbase.mock.http.Authenticator
-
Get the administrative password
- getAdminServer() - Method in class com.couchbase.mock.Bucket
-
Get the object used for handling configuration changes
- getAfter() - Method in class com.couchbase.mock.memcached.errormap.RetrySpec
-
- getAllServers() - Method in class com.couchbase.mock.memcached.VBucketInfo
-
- getAttrs() - Method in class com.couchbase.mock.memcached.errormap.ErrorMapEntry
-
- getAuth(HttpContext, HttpRequest) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Get any authorization credentials supplied over the connection.
- getAuthenticator() - Method in class com.couchbase.mock.CouchbaseMock
-
Get the authenticator object which can be used to verify credentials for access to the cluster
- getBase64() - Method in class com.couchbase.mock.memcached.Item
-
- getBody() - Method in class com.couchbase.mock.views.DesignDocument
-
- getBucket() - Method in class com.couchbase.mock.memcached.MemcachedServer
-
- getBucketName() - Method in class com.couchbase.mock.http.Role
-
- getBucketName() - Method in class com.couchbase.mock.memcached.protocol.BinarySelectBucketCommand
-
- getBuckets() - Method in class com.couchbase.mock.CouchbaseMock
-
Return the list of active buckets for inspection.
- getBuffer() - Method in class com.couchbase.mock.memcached.protocol.BinaryResponse
-
- getCache(BinaryCommand) - Method in class com.couchbase.mock.memcached.MemcachedServer
-
- getCache(MemcachedServer, short) - Method in class com.couchbase.mock.memcached.Storage
-
- getCache(short) - Method in class com.couchbase.mock.memcached.Storage
-
- getCached(KeySpec) - Method in class com.couchbase.mock.memcached.Storage
-
- getCAPIServer() - Method in class com.couchbase.mock.Bucket
-
Get the
CAPIServer object used for managing views.
- getCas() - Method in class com.couchbase.mock.memcached.client.ClientResponse
-
- getCas() - Method in class com.couchbase.mock.memcached.Item
-
- getCas() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- getCasReal() - Method in class com.couchbase.mock.memcached.Item
-
- getCeil() - Method in class com.couchbase.mock.memcached.errormap.RetrySpec
-
- getClockOffset() - Static method in class com.couchbase.mock.Info
-
- getCluster() - Method in class com.couchbase.mock.Bucket
-
- GetCmdLogCommandHandler - Class in com.couchbase.mock.control.handlers
-
Created by mnunberg on 4/12/17.
- GetCmdLogCommandHandler() - Constructor for class com.couchbase.mock.control.handlers.GetCmdLogCommandHandler
-
- getCollateJS() - Static method in class com.couchbase.mock.views.JavascriptRun
-
- getComCode() - Method in class com.couchbase.mock.memcached.client.ClientResponse
-
- getComCode() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- GetCommandExecutor - Class in com.couchbase.mock.memcached
-
- GetCommandExecutor() - Constructor for class com.couchbase.mock.memcached.GetCommandExecutor
-
- getCommonConfig() - Method in class com.couchbase.mock.Bucket
-
Returns configuration information common to both Couchbase and Memcached buckets
- getConfigMap() - Method in class com.couchbase.mock.Bucket
-
Gets a map of the current bucket configuration which can be JSON-serialized
as a valid "Cluster configuration".
- getConfigMap() - Method in class com.couchbase.mock.CouchbaseBucket
-
- getConfigMap() - Method in class com.couchbase.mock.MemcachedBucket
-
- getConnection(HttpContext) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Get the raw httpcomponents ServerConnection object
- getConnection(MemcachedServer) - Method in class com.couchbase.mock.memcached.client.MemcachedClient
-
- getCoords() - Method in class com.couchbase.mock.memcached.MutationStatus
-
- getCurrentCoords(int) - Method in class com.couchbase.mock.memcached.VBucketStore
-
- getDddocApiInfo() - Method in class com.couchbase.mock.http.capi.CAPIServer
-
- getDefaultConfig() - Method in class com.couchbase.mock.CouchbaseMock
-
Get the default configuration for buckets.
- getDelta() - Method in class com.couchbase.mock.memcached.protocol.BinaryArithmeticCommand
-
- getDescription() - Method in class com.couchbase.mock.memcached.errormap.ErrorMapEntry
-
- getDesignId() - Method in class com.couchbase.mock.http.capi.PathInfo
-
- getDesignName() - Method in class com.couchbase.mock.http.capi.PathInfo
-
- getDispatcher() - Method in class com.couchbase.mock.CouchbaseMock
-
- getDomain() - Method in class com.couchbase.mock.http.User
-
- GetErrmapCommandExecutor - Class in com.couchbase.mock.memcached
-
Created by mnunberg on 12/9/16.
- GetErrmapCommandExecutor() - Constructor for class com.couchbase.mock.memcached.GetErrmapCommandExecutor
-
- getErrorEntry(int) - Method in class com.couchbase.mock.memcached.errormap.ErrorMap
-
- getErrorEntry(ErrorCode) - Method in class com.couchbase.mock.memcached.errormap.ErrorMap
-
- getErrorMessage() - Method in class com.couchbase.mock.client.MockResponse
-
- getEventId() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- getExpiration() - Method in class com.couchbase.mock.memcached.protocol.BinaryArithmeticCommand
-
- getExpiration() - Method in class com.couchbase.mock.memcached.protocol.BinaryGetCommand
-
- getExpiryTime() - Method in class com.couchbase.mock.memcached.Item
-
- getExpiryTimeInMillis() - Method in class com.couchbase.mock.memcached.Item
-
- getExtras() - Method in class com.couchbase.mock.memcached.client.ClientResponse
-
- getFailCode() - Method in class com.couchbase.mock.memcached.MemcachedServer.FailMaker
-
- getFeatures() - Method in class com.couchbase.mock.memcached.protocol.BinaryHelloCommand
-
- getFilteredRowCount() - Method in class com.couchbase.mock.views.QueryResult
-
- getFlags() - Method in class com.couchbase.mock.memcached.Item
-
- getFlags() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand.MultiSpec
-
- getFullVersion() - Static method in class com.couchbase.mock.Info
-
get full version (product vMajor revMinor)
- getFunction() - Method in class com.couchbase.mock.views.Reducer
-
Get the actual compiled Rhino function, suitable for execution
- getHostname() - Method in class com.couchbase.mock.memcached.MemcachedServer
-
- getHttpHost() - Method in class com.couchbase.mock.CouchbaseMock
-
Get the name of the host to which the REST API is bound
- getHttpPort() - Method in class com.couchbase.mock.CouchbaseMock
-
Get The port of the http server providing the REST interface.
- getId() - Method in class com.couchbase.mock.http.User
-
- getId() - Method in class com.couchbase.mock.views.DesignDocument
-
Get the name of the design document
- getIndentedHelp() - Static method in class com.couchbase.mock.control.handlers.MockHelpCommandHandler
-
- getIndex() - Method in class com.couchbase.mock.memcached.client.MultiMutationResult
-
- getInitial() - Method in class com.couchbase.mock.memcached.protocol.BinaryArithmeticCommand
-
- getInputBuffer() - Method in class com.couchbase.mock.memcached.MemcachedConnection
-
Gets the raw input buffer.
- getInputBuffer() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- getInterval() - Method in class com.couchbase.mock.memcached.errormap.RetrySpec
-
- getIov() - Method in class com.couchbase.mock.memcached.OutputContext
-
Get an array of buffers representing all the active chunks
- getItem() - Method in class com.couchbase.mock.memcached.protocol.BinaryStoreCommand
-
- getItem() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocCommand
-
- getJSON() - Method in class com.couchbase.mock.Bucket
-
- getJsonQuery(URL) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Parses a url-encoded query string and
- getJsonString() - Method in exception com.couchbase.mock.views.QueryExecutionException
-
- getKey() - Method in class com.couchbase.mock.memcached.client.ClientResponse
-
- getKey() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- getKeySpec() - Method in class com.couchbase.mock.memcached.Item
-
- getKeySpec() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- getKeySpecs() - Method in class com.couchbase.mock.memcached.protocol.BinaryObserveCommand
-
- getLast() - Method in class com.couchbase.mock.subdoc.Path
-
- getListeningAddress() - Method in class com.couchbase.mock.client.MockClient
-
- getLogs() - Method in class com.couchbase.mock.memcached.MemcachedServer
-
- getLookupSpecs() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand
-
- getMap() - Method in class com.couchbase.mock.memcached.VBucketStore
-
- getMapSource() - Method in class com.couchbase.mock.views.View
-
Gets the JavaScript source code for the map function
- getMasterItems(Storage.StorageType) - Method in class com.couchbase.mock.Bucket
-
Returns an iterable over all the items in this bucket
- getMasterStore(Storage.StorageType) - Method in class com.couchbase.mock.memcached.Storage
-
- getMatch() - Method in class com.couchbase.mock.subdoc.Result
-
- getMatchString() - Method in class com.couchbase.mock.memcached.SubdocCommandExecutor.ResultInfo
-
- getMatchString() - Method in class com.couchbase.mock.subdoc.Result
-
- getMaxDuration() - Method in class com.couchbase.mock.memcached.errormap.RetrySpec
-
- GetMCPortsHandler - Class in com.couchbase.mock.control.handlers
-
Needed to get a list of numeric ports for a given
- GetMCPortsHandler() - Constructor for class com.couchbase.mock.control.handlers.GetMCPortsHandler
-
- GetMCPortsRequest - Class in com.couchbase.mock.client
-
- GetMCPortsRequest(String) - Constructor for class com.couchbase.mock.client.GetMCPortsRequest
-
- GetMCPortsRequest() - Constructor for class com.couchbase.mock.client.GetMCPortsRequest
-
- getMock() - Method in class com.couchbase.mock.control.MockCommandDispatcher
-
- getModificationTime() - Method in class com.couchbase.mock.memcached.Item
-
- getMonitor() - Method in class com.couchbase.mock.CouchbaseMock
-
- getMsTimestamp() - Method in class com.couchbase.mock.memcached.MemcachedServer.CommandLogEntry
-
- getMutinfoWriter() - Method in class com.couchbase.mock.memcached.MemcachedConnection
-
- getName() - Method in class com.couchbase.mock.Bucket
-
Get the name of the bucket
- getName() - Method in class com.couchbase.mock.BucketConfiguration
-
- getName() - Method in class com.couchbase.mock.client.MockRequest
-
- getName() - Method in class com.couchbase.mock.http.User
-
- getName() - Method in class com.couchbase.mock.memcached.errormap.ErrorMapEntry
-
- getName() - Method in class com.couchbase.mock.views.View
-
Gets the name of the view
- getNewDocString() - Method in class com.couchbase.mock.memcached.SubdocCommandExecutor.ResultInfo
-
- getNewDocString() - Method in class com.couchbase.mock.subdoc.Result
-
- getNewDocument() - Method in class com.couchbase.mock.subdoc.Result
-
- getNewExpiry(int) - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand
-
- getOp() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand.MultiSpec
-
- getOpaque() - Method in class com.couchbase.mock.memcached.client.ClientResponse
-
- getOpaque() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- getOpcode() - Method in class com.couchbase.mock.memcached.client.ClientResponse
-
- getOpcode() - Method in class com.couchbase.mock.memcached.MemcachedServer.CommandLogEntry
-
- getOpcode() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- Getopt - Class in com.couchbase.mock.util
-
Small class to ease command line parsing.
- Getopt() - Constructor for class com.couchbase.mock.util.Getopt
-
Create a new instance of the option parser
- Getopt.CommandLineOption - Class in com.couchbase.mock.util
-
The command line options must be specified with a short and a long option
(note that you may specify null for the short option and the long option
to disable it).
- Getopt.Entry - Class in com.couchbase.mock.util
-
- getOptind() - Method in class com.couchbase.mock.util.Getopt
-
Get the index of the first non-argument option.
- getOwner() - Method in class com.couchbase.mock.memcached.VBucketInfo
-
- getPassword() - Method in class com.couchbase.mock.Bucket
-
Get the password for this bucket.
- getPassword() - Method in class com.couchbase.mock.BucketConfiguration
-
- getPassword() - Method in class com.couchbase.mock.http.AuthContext
-
- getPath() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand.MultiSpec
-
- getPath() - Method in class com.couchbase.mock.memcached.SubdocItem
-
- getPayload() - Method in class com.couchbase.mock.client.MockResponse
-
- getPersisted(KeySpec) - Method in class com.couchbase.mock.memcached.Storage
-
- getPersistedSeqno(short) - Method in class com.couchbase.mock.memcached.Storage
-
- getPoolName() - Method in class com.couchbase.mock.CouchbaseMock
-
- getPoolsHandler() - Method in class com.couchbase.mock.CouchbaseMock
-
- getPort() - Method in class com.couchbase.mock.client.MockClient
-
- getPort() - Method in class com.couchbase.mock.memcached.MemcachedServer
-
- getQueryParams(String) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Get traditional query parameters as a Java map
- getRandom() - Method in class com.couchbase.mock.memcached.VBucketStore
-
- GetRandomCommandExecutor - Class in com.couchbase.mock.memcached
-
- GetRandomCommandExecutor() - Constructor for class com.couchbase.mock.memcached.GetRandomCommandExecutor
-
- getRandomItem() - Method in class com.couchbase.mock.memcached.Storage
-
- getRawJson() - Method in class com.couchbase.mock.client.MockResponse
-
- getRawValue() - Method in class com.couchbase.mock.memcached.client.ClientResponse
-
- getReduceSource() - Method in class com.couchbase.mock.views.View
-
Gets the JavaScript source code for the reduce function
- getReplicas() - Method in class com.couchbase.mock.memcached.VBucketInfo
-
- getResponse() - Method in class com.couchbase.mock.control.handlers.PersistenceCommandHandler
-
- getResponse() - Method in class com.couchbase.mock.control.MockCommand
-
Get the response to send to the client.
- getRestAddress() - Method in class com.couchbase.mock.client.MockClient
-
- getRestPort() - Method in class com.couchbase.mock.client.MockClient
-
- getRetrySpec() - Method in class com.couchbase.mock.memcached.errormap.ErrorMapEntry
-
- getRevision() - Method in class com.couchbase.mock.memcached.errormap.ErrorMap
-
- getRole() - Method in class com.couchbase.mock.http.Role
-
- getRoles() - Method in class com.couchbase.mock.http.User
-
- getRoot() - Method in class com.couchbase.mock.subdoc.Match
-
- getRootType() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocMultiMutationCommand
-
- getRootType(String, Operation) - Static method in class com.couchbase.mock.subdoc.Executor
-
- getSeqno() - Method in class com.couchbase.mock.memcached.BasicVBucketCoordinates
-
- getSeqno() - Method in class com.couchbase.mock.memcached.StorageVBucketCoordinates
-
- getSeqno() - Method in interface com.couchbase.mock.memcached.VBucketCoordinates
-
- getServers() - Method in class com.couchbase.mock.Bucket
-
Get the list of servers allocated for this bucket.
- getSlice(int) - Method in class com.couchbase.mock.memcached.OutputContext
-
Get an OutputBuffer containing a subset of the current one
- getSocket(HttpContext) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Get the underlying raw Socket for this request
- getSocketName() - Method in class com.couchbase.mock.memcached.MemcachedServer
-
- getStats(String) - Method in class com.couchbase.mock.memcached.MemcachedServer
-
- getStatus() - Method in class com.couchbase.mock.memcached.client.ClientResponse
-
- getStatus() - Method in class com.couchbase.mock.memcached.client.MultiLookupResult
-
- getStatus() - Method in class com.couchbase.mock.memcached.client.MultiMutationResult
-
- getStatus() - Method in class com.couchbase.mock.memcached.MutationStatus
-
- getStatus() - Method in class com.couchbase.mock.memcached.SubdocCommandExecutor.ResultInfo
-
- getStorage() - Method in class com.couchbase.mock.memcached.MemcachedServer
-
- getStrategy() - Method in class com.couchbase.mock.memcached.errormap.RetrySpec
-
- getSubdocDocFlags() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocCommand
-
- getSubdocDocFlags() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand
-
- getSubdocOp() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocCommand
-
- getSubdocPathFlags() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocCommand
-
- getSupportedFeatures() - Method in class com.couchbase.mock.memcached.MemcachedConnection
-
- getTotalRowCount() - Method in class com.couchbase.mock.views.QueryResult
-
- getType() - Method in class com.couchbase.mock.Bucket
-
Gets the type of the bucket
- getType() - Method in class com.couchbase.mock.BucketConfiguration
-
- getType() - Method in class com.couchbase.mock.CouchbaseBucket
-
- getType() - Method in class com.couchbase.mock.memcached.MemcachedServer
-
- getType() - Method in class com.couchbase.mock.MemcachedBucket
-
- getUrl(HttpRequest) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
- getUsername() - Method in class com.couchbase.mock.http.AuthContext
-
- getUsers() - Method in class com.couchbase.mock.CouchbaseMock
-
- getUtf8() - Method in class com.couchbase.mock.memcached.Item
-
- getUUID() - Method in class com.couchbase.mock.Bucket
-
Gets the UUID for the bucket.
- getUuid() - Method in class com.couchbase.mock.memcached.BasicVBucketCoordinates
-
- getUuid() - Method in class com.couchbase.mock.memcached.protocol.BinaryObserveSeqnoCommand
-
- getUuid() - Method in class com.couchbase.mock.memcached.StorageVBucketCoordinates
-
- getUuid() - Method in interface com.couchbase.mock.memcached.VBucketCoordinates
-
- getUuid() - Method in class com.couchbase.mock.memcached.VBucketInfo
-
- getValue() - Method in class com.couchbase.mock.memcached.client.ClientResponse
-
- getValue() - Method in class com.couchbase.mock.memcached.client.MultiLookupResult
-
- getValue() - Method in class com.couchbase.mock.memcached.client.MultiMutationResult
-
- getValue() - Method in class com.couchbase.mock.memcached.Item
-
- getValue() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- getValue() - Method in enum com.couchbase.mock.memcached.protocol.BinaryHelloCommand.Feature
-
- getValue() - Method in class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand.MultiSpec
-
- getValue() - Method in enum com.couchbase.mock.memcached.protocol.ObserveCode
-
- getVbIndexForKey(String) - Method in class com.couchbase.mock.Bucket
-
Get the server index for a given key
- getVbIndexForKey(String) - Method in class com.couchbase.mock.CouchbaseBucket
-
- getVBucketId() - Method in class com.couchbase.mock.memcached.protocol.BinaryCommand
-
- getVBucketInfo() - Method in class com.couchbase.mock.Bucket
-
Returns the vBucket map for the given bucket.
- getVBucketInfo(short) - Method in class com.couchbase.mock.memcached.Storage
-
- getVersion() - Static method in class com.couchbase.mock.Info
-
get major version
- getVersion() - Method in class com.couchbase.mock.memcached.errormap.ErrorMap
-
- getVersion() - Method in class com.couchbase.mock.memcached.protocol.BinaryGetErrmapCommand
-
- getViewName() - Method in class com.couchbase.mock.http.capi.PathInfo
-
- getViews() - Method in class com.couchbase.mock.views.DesignDocument
-
Get a list of views contained within this design document
- getXattr() - Method in class com.couchbase.mock.memcached.Item
-
- gs - Static variable in class com.couchbase.mock.subdoc.Executor
-
- GSON - Static variable in class com.couchbase.mock.JsonUtils
-
- main(String[]) - Static method in class com.couchbase.mock.CouchbaseMock
-
- main(String[]) - Static method in class com.couchbase.mock.DocumentLoader
-
Converts a zip file into a serialized compress resource.
- main(String[]) - Static method in class com.couchbase.mock.memcached.MemcachedServer
-
Program entry point that runs the memcached server as a standalone
server just like any other memcached server...
- make400Response(HttpResponse, String) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Sets a 404 not found response with a message
- makeError(String, String) - Static method in class com.couchbase.mock.http.capi.CAPIServer
-
- makeError(String) - Static method in class com.couchbase.mock.http.capi.CAPIServer
-
- makeJsonResponse(HttpResponse, String) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Sets a JSON encoded response.
- makeNotFoundError(HttpResponse) - Static method in class com.couchbase.mock.http.capi.CAPIServer
-
- makeNotFoundError(HttpResponse, String) - Static method in class com.couchbase.mock.http.capi.CAPIServer
-
- makeResponse(HttpResponse, String, int) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Sets the response body and status
- makeStringResponse(HttpResponse, String) - Static method in class com.couchbase.mock.httpio.HandlerUtil
-
Sets a string as the response
- Match - Class in com.couchbase.mock.subdoc
-
This class is responsible for actually matching the path against the JSON document
and determining if
- Match(JsonElement, Path) - Constructor for class com.couchbase.mock.subdoc.Match
-
- match(String, String) - Static method in class com.couchbase.mock.subdoc.Match
-
- match(JsonElement, Path) - Static method in class com.couchbase.mock.subdoc.Match
-
- MAX_DEPTH - Static variable in class com.couchbase.mock.subdoc.Path
-
- MemcachedBucket - Class in com.couchbase.mock
-
Representation of a CacheBucket (aka memcached)
- MemcachedBucket(CouchbaseMock, BucketConfiguration) - Constructor for class com.couchbase.mock.MemcachedBucket
-
- MemcachedClient - Class in com.couchbase.mock.memcached.client
-
Created by mnunberg on 1/15/14.
- MemcachedClient(Socket) - Constructor for class com.couchbase.mock.memcached.client.MemcachedClient
-
- MemcachedConnection - Class in com.couchbase.mock.memcached
-
Class representing a single client connection to the server
- MemcachedConnection(MemcachedServer) - Constructor for class com.couchbase.mock.memcached.MemcachedConnection
-
- MemcachedServer - Class in com.couchbase.mock.memcached
-
This is a small implementation of a Memcached server.
- MemcachedServer(Bucket, String, int, VBucketInfo[], boolean) - Constructor for class com.couchbase.mock.memcached.MemcachedServer
-
Create a new new memcached server.
- MemcachedServer.CommandLogEntry - Class in com.couchbase.mock.memcached
-
- MemcachedServer.FailMaker - Class in com.couchbase.mock.memcached
-
- MissingRequiredFieldException - Exception in com.couchbase.mock.control
-
- MissingRequiredFieldException(String) - Constructor for exception com.couchbase.mock.control.MissingRequiredFieldException
-
- MockClient - Class in com.couchbase.mock.client
-
The MockClient utilize a dedicated connection to
perform all of the interaction to the mock server.
- MockClient(InetSocketAddress) - Constructor for class com.couchbase.mock.client.MockClient
-
- MockCommand - Class in com.couchbase.mock.control
-
The MockCommand class is the base class for all commands
that the client may send to the mock to instruct it to
do certain actions.
- MockCommand() - Constructor for class com.couchbase.mock.control.MockCommand
-
- MockCommand.Command - Enum in com.couchbase.mock.control
-
- MockCommandDispatcher - Class in com.couchbase.mock.control
-
- MockCommandDispatcher(CouchbaseMock) - Constructor for class com.couchbase.mock.control.MockCommandDispatcher
-
- MockHelpCommandHandler - Class in com.couchbase.mock.control.handlers
-
- MockHelpCommandHandler() - Constructor for class com.couchbase.mock.control.handlers.MockHelpCommandHandler
-
- MockHttpClient - Class in com.couchbase.mock.client
-
The MockHttpClient is an implementation of the AbstractMockClient that
communicates with the Mock server over HTTP.
- MockHttpClient(InetSocketAddress) - Constructor for class com.couchbase.mock.client.MockHttpClient
-
Create a new HTTP Mock command client.
- MockInfoCommandHandler - Class in com.couchbase.mock.control.handlers
-
This returns information about the current mock's supported
command set.
- MockInfoCommandHandler() - Constructor for class com.couchbase.mock.control.handlers.MockInfoCommandHandler
-
- MockRequest - Class in com.couchbase.mock.client
-
- MockResponse - Class in com.couchbase.mock.client
-
- MockResponse(String) - Constructor for class com.couchbase.mock.client.MockResponse
-
- MultiLookupResult - Class in com.couchbase.mock.memcached.client
-
Created by mnunberg on 10/9/15.
- MultiLookupSpec(CommandCode, String) - Constructor for class com.couchbase.mock.memcached.client.CommandBuilder.MultiLookupSpec
-
- MultiLookupSpec(CommandCode, String, int) - Constructor for class com.couchbase.mock.memcached.client.CommandBuilder.MultiLookupSpec
-
- MultiMutationResult - Class in com.couchbase.mock.memcached.client
-
Created by mnunberg on 10/12/15.
- MultiMutationSpec(CommandCode, String, String, int) - Constructor for class com.couchbase.mock.memcached.client.CommandBuilder.MultiMutationSpec
-
- MultiMutationSpec(CommandCode, String, String, boolean) - Constructor for class com.couchbase.mock.memcached.client.CommandBuilder.MultiMutationSpec
-
- MultiMutationSpec(CommandCode, String, String) - Constructor for class com.couchbase.mock.memcached.client.CommandBuilder.MultiMutationSpec
-
- MultiMutationSpec(CommandCode, String) - Constructor for class com.couchbase.mock.memcached.client.CommandBuilder.MultiMutationSpec
-
- MultiSpec(Operation, String, String, byte) - Constructor for class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand.MultiSpec
-
- MultiSpec(Operation, String, byte) - Constructor for class com.couchbase.mock.memcached.protocol.BinarySubdocMultiCommand.MultiSpec
-
- MutationInfoWriter - Class in com.couchbase.mock.memcached
-
- MutationInfoWriter() - Constructor for class com.couchbase.mock.memcached.MutationInfoWriter
-
- MutationStatus - Class in com.couchbase.mock.memcached
-
- MutationStatus(VBucketCoordinates) - Constructor for class com.couchbase.mock.memcached.MutationStatus
-
Create a successful status object.
- MutationStatus(ErrorCode) - Constructor for class com.couchbase.mock.memcached.MutationStatus
-
Create a failed status object
- validate() - Method in class com.couchbase.mock.BucketConfiguration
-
- validateComponentType(int, JsonElement) - Method in class com.couchbase.mock.subdoc.Path
-
- value(String) - Method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- value(byte[]) - Method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- value(byte[], int) - Method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- value() - Method in enum com.couchbase.mock.memcached.protocol.ErrorCode
-
- value - Variable in class com.couchbase.mock.util.Getopt.Entry
-
- valueAt(int) - Method in class com.couchbase.mock.views.QueryResult
-
Returns the raw value for the row
- valueOf(String) - Static method in enum com.couchbase.mock.Bucket.BucketType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.mock.control.MockCommand.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.mock.memcached.protocol.BinaryHelloCommand.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.couchbase.mock.memcached.protocol.BinaryHelloCommand.Feature
-
- valueOf(String) - Static method in enum com.couchbase.mock.memcached.protocol.CommandCode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.couchbase.mock.memcached.protocol.CommandCode
-
- valueOf(String) - Static method in enum com.couchbase.mock.memcached.protocol.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(short) - Static method in enum com.couchbase.mock.memcached.protocol.ErrorCode
-
- valueOf(String) - Static method in enum com.couchbase.mock.memcached.protocol.ObserveCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.mock.memcached.Storage.StorageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.mock.subdoc.Operation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.couchbase.mock.Bucket.BucketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.mock.control.MockCommand.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.mock.memcached.protocol.BinaryHelloCommand.Feature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.mock.memcached.protocol.CommandCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.mock.memcached.protocol.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.mock.memcached.protocol.ObserveCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.mock.memcached.Storage.StorageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.mock.subdoc.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vbId - Variable in class com.couchbase.mock.memcached.KeySpec
-
- vbInfo - Variable in class com.couchbase.mock.Bucket
-
- vBucket(short) - Method in class com.couchbase.mock.memcached.client.CommandBuilder
-
- VBucketCoordinates - Interface in com.couchbase.mock.memcached
-
- VBucketInfo - Class in com.couchbase.mock.memcached
-
- VBucketInfo(MemcachedServer) - Constructor for class com.couchbase.mock.memcached.VBucketInfo
-
- VBucketInfo() - Constructor for class com.couchbase.mock.memcached.VBucketInfo
-
- VBucketStore - Class in com.couchbase.mock.memcached
-
Storage operations representing a single vBucket.
- VBucketStore(VBucketInfo[]) - Constructor for class com.couchbase.mock.memcached.VBucketStore
-
- VBucketStore.ItemAction - Interface in com.couchbase.mock.memcached
-
- VerificationException(String) - Constructor for exception com.couchbase.mock.memcached.errormap.Verifier.VerificationException
-
- Verifier - Class in com.couchbase.mock.memcached.errormap
-
Created by mnunberg on 4/12/17.
- Verifier() - Constructor for class com.couchbase.mock.memcached.errormap.Verifier
-
- Verifier.ConstantVerifier - Class in com.couchbase.mock.memcached.errormap
-
- Verifier.ExponentialVerifier - Class in com.couchbase.mock.memcached.errormap
-
- Verifier.LinearVerifier - Class in com.couchbase.mock.memcached.errormap
-
- Verifier.VerificationException - Exception in com.couchbase.mock.memcached.errormap
-
- verify(HttpRequest, HttpResponse, HttpContext) - Method in class com.couchbase.mock.http.HttpAuthVerifier
-
- verify(List<MemcachedServer.CommandLogEntry>, RetrySpec) - Method in class com.couchbase.mock.memcached.errormap.Verifier
-
- verify(List<MemcachedServer.CommandLogEntry>, RetrySpec, int) - Static method in class com.couchbase.mock.memcached.errormap.Verifier
-
- verifyImpl(List<MemcachedServer.CommandLogEntry>, RetrySpec) - Method in class com.couchbase.mock.memcached.errormap.Verifier.ConstantVerifier
-
- verifyImpl(List<MemcachedServer.CommandLogEntry>, RetrySpec) - Method in class com.couchbase.mock.memcached.errormap.Verifier.ExponentialVerifier
-
- verifyImpl(List<MemcachedServer.CommandLogEntry>, RetrySpec) - Method in class com.couchbase.mock.memcached.errormap.Verifier.LinearVerifier
-
- verifyImpl(List<MemcachedServer.CommandLogEntry>, RetrySpec) - Method in class com.couchbase.mock.memcached.errormap.Verifier
-
- verifyThrow(List<MemcachedServer.CommandLogEntry>, RetrySpec, int) - Static method in class com.couchbase.mock.memcached.errormap.Verifier
-
- verifyThrow(List<MemcachedServer.CommandLogEntry>, RetrySpec, int, long) - Static method in class com.couchbase.mock.memcached.errormap.Verifier
-
- View - Class in com.couchbase.mock.views
-
This represents a compiled Couchbase View that is part of the bucket.
- View(String, String) - Constructor for class com.couchbase.mock.views.View
-
- View(String, String, String) - Constructor for class com.couchbase.mock.views.View
-
Create a new view
- ViewHandler - Class in com.couchbase.mock.http.capi
-
- ViewHandler(View, Bucket) - Constructor for class com.couchbase.mock.http.capi.ViewHandler
-