Modifier and Type | Method and Description |
---|---|
HttpMethods |
PatchCommandData.getMethod() |
HttpMethods |
PutCommandData.getMethod() |
HttpMethods |
DeleteCommandData.getMethod() |
HttpMethods |
ScriptedPatchCommandData.getMethod() |
HttpMethods |
ICommandData.getMethod() |
Modifier and Type | Method and Description |
---|---|
static HttpMethods |
HttpMethods.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethods[] |
HttpMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpMethods |
CreateHttpJsonRequestParams.getMethod() |
Modifier and Type | Method and Description |
---|---|
protected void |
ReplicationInformerBase.assertValidOperation(HttpMethods method,
java.lang.Exception error) |
HttpJsonRequest |
ServerClient.createReplicationAwareRequest(java.lang.String currentServerUrl,
java.lang.String requestUrl,
HttpMethods method) |
HttpJsonRequest |
ServerClient.createReplicationAwareRequest(java.lang.String currentServerUrl,
java.lang.String requestUrl,
HttpMethods method,
boolean disableRequestCompression) |
HttpJsonRequest |
ServerClient.createRequest(HttpMethods method,
java.lang.String requestUrl) |
HttpJsonRequest |
ServerClient.createRequest(HttpMethods method,
java.lang.String requestUrl,
boolean disableRequestCompression,
boolean disableAuthentication,
java.lang.Long timeout) |
protected Attachment |
ServerClient.directGetAttachment(HttpMethods method,
java.lang.String key,
OperationMetadata operationMetadata)
Deprecated.
|
protected java.util.List<Attachment> |
ServerClient.directGetAttachmentHeadersStartingWith(HttpMethods method,
java.lang.String idPrefix,
int start,
int pageSize,
OperationMetadata operationMetadata)
Deprecated.
|
protected FacetResults |
ServerClient.directGetFacets(OperationMetadata operationMetadata,
java.lang.String index,
IndexQuery query,
java.lang.String facetsJson,
int start,
java.lang.Integer pageSize,
HttpMethods method) |
protected QueryResult |
ServerClient.directQuery(HttpMethods method,
java.lang.String index,
IndexQuery query,
OperationMetadata operationMetadata,
java.lang.String[] includes,
boolean metadataOnly,
boolean includeEntries) |
protected Operation |
ServerClient.directUpdateByIndexImpl(OperationMetadata operationMetadata,
java.lang.String indexName,
IndexQuery queryToUpdate,
BulkOperationOptions options,
java.lang.String requestData,
HttpMethods method) |
<S> S |
ServerClient.executeWithReplication(HttpMethods method,
Function1<OperationMetadata,S> operation) |
<S> S |
ReplicationInformerBase.executeWithReplication(HttpMethods method,
java.lang.String primaryUrl,
OperationCredentials primaryCredentials,
int currentRequest,
int currentReadStripingBase,
Function1<OperationMetadata,S> operation) |
<S> S |
IReplicationInformerBase.executeWithReplication(HttpMethods method,
java.lang.String primaryUrl,
OperationCredentials primaryCredentials,
int currentRequest,
int currentReadStripingBase,
Function1<OperationMetadata,S> operation) |
void |
CreateHttpJsonRequestParams.setMethod(HttpMethods method) |
boolean |
ReplicationInformerBase.shouldExecuteUsing(OperationMetadata operationMetadata,
OperationMetadata primaryOperation,
int currentRequest,
HttpMethods method,
boolean primary,
java.lang.Exception error) |
Constructor and Description |
---|
CreateHttpJsonRequestParams(IHoldProfilingInformation owner,
java.lang.String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention) |
CreateHttpJsonRequestParams(IHoldProfilingInformation owner,
java.lang.String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention,
java.lang.Long timeout) |
Constructor and Description |
---|
AdminRequestCreator(Function2<java.lang.String,HttpMethods,HttpJsonRequest> createRequestForSystemDatabase,
Function2<java.lang.String,HttpMethods,HttpJsonRequest> createRequest,
Function3<java.lang.String,java.lang.String,HttpMethods,HttpJsonRequest> createReplicationAwareRequest) |
AdminRequestCreator(Function2<java.lang.String,HttpMethods,HttpJsonRequest> createRequestForSystemDatabase,
Function2<java.lang.String,HttpMethods,HttpJsonRequest> createRequest,
Function3<java.lang.String,java.lang.String,HttpMethods,HttpJsonRequest> createReplicationAwareRequest) |
AdminRequestCreator(Function2<java.lang.String,HttpMethods,HttpJsonRequest> createRequestForSystemDatabase,
Function2<java.lang.String,HttpMethods,HttpJsonRequest> createRequest,
Function3<java.lang.String,java.lang.String,HttpMethods,HttpJsonRequest> createReplicationAwareRequest) |
Modifier and Type | Method and Description |
---|---|
HttpMethods |
HttpJsonRequest.getMethod() |
Modifier and Type | Method and Description |
---|---|
HttpMethods |
RequestResultArgs.getMethod()
The request method
|
Modifier and Type | Method and Description |
---|---|
void |
RequestResultArgs.setMethod(HttpMethods method) |
Copyright © 2014. All Rights Reserved.