Constructor and Description |
---|
SecuredAuthenticator(java.lang.String apiKey,
HttpJsonRequestFactory jsonRequestFactory) |
Modifier and Type | Method and Description |
---|---|
HttpJsonRequestFactory |
IDocumentStore.getJsonRequestFactory()
Get the
HttpJsonRequestFactory for this store |
Constructor and Description |
---|
RemoteChangesClientBase(java.lang.String url,
java.lang.String apiKey,
HttpJsonRequestFactory jsonRequestFactory,
Convention conventions,
IReplicationInformerBase replicationInformer,
Action0 onDispose) |
RemoteDatabaseChanges(java.lang.String url,
java.lang.String apiKey,
HttpJsonRequestFactory jsonRequestFactory,
DocumentConvention conventions,
IDocumentStoreReplicationInformer replicationInformer,
Action0 onDispose,
Function4<java.lang.String,Etag,java.lang.String[],OperationMetadata,java.lang.Boolean> tryResolveConflictByUsingRegisteredConflictListeners) |
Modifier and Type | Field and Description |
---|---|
protected HttpJsonRequestFactory |
ServerClient.jsonRequestFactory |
Modifier and Type | Method and Description |
---|---|
HttpJsonRequestFactory |
ServerClient.getJsonRequestFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
MultiGetOperation.canFullyCache(HttpJsonRequestFactory jsonRequestFactory,
HttpJsonRequest httpJsonRequest,
java.lang.String postedData) |
GetResponse[] |
MultiGetOperation.handleCachingResponse(GetResponse[] responses,
HttpJsonRequestFactory jsonRequestFactory) |
GetRequest[] |
MultiGetOperation.preparingForCachingRequest(HttpJsonRequestFactory jsonRequestFactory) |
Constructor and Description |
---|
ReplicationInformer(Convention conventions,
HttpJsonRequestFactory jsonRequestFactory) |
ReplicationInformerBase(Convention conventions,
HttpJsonRequestFactory requestFactory,
int delayTime) |
ServerClient(java.lang.String url,
DocumentConvention convention,
OperationCredentials credentials,
Function1<java.lang.String,IDocumentStoreReplicationInformer> replicationInformerGetter,
java.lang.String databaseName,
HttpJsonRequestFactory httpJsonRequestFactory,
java.util.UUID sessionId,
IDocumentConflictListener[] conflictListeners) |
Constructor and Description |
---|
HttpJsonRequest(CreateHttpJsonRequestParams requestParams,
HttpJsonRequestFactory factory) |
Modifier and Type | Method and Description |
---|---|
IDocumentStoreReplicationInformer |
ReplicationInformerFactory.create(java.lang.String url,
HttpJsonRequestFactory jsonRequestFactory) |
Modifier and Type | Field and Description |
---|---|
protected HttpJsonRequestFactory |
DocumentStore.jsonRequestFactory |
Modifier and Type | Method and Description |
---|---|
HttpJsonRequestFactory |
DocumentStore.getJsonRequestFactory() |
Copyright © 2014. All Rights Reserved.