Modifier and Type | Method and Description |
---|---|
HttpMethods |
ScriptedPatchCommandData.getMethod()
Returns operation method.
|
HttpMethods |
DeleteCommandData.getMethod()
Returns operation method.
|
HttpMethods |
PatchCommandData.getMethod()
Returns operation method.
|
HttpMethods |
ICommandData.getMethod()
Returns operation method.
|
HttpMethods |
PutCommandData.getMethod()
Returns operation method.
|
Modifier and Type | Method and Description |
---|---|
HttpMethods |
GetRequest.getMethod() |
static HttpMethods |
HttpMethods.valueOf(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 |
---|---|
void |
GetRequest.setMethod(HttpMethods method) |
Modifier and Type | Method and Description |
---|---|
HttpMethods |
CreateHttpJsonRequestParams.getMethod() |
Modifier and Type | Method and Description |
---|---|
HttpJsonRequest |
ServerClient.createReplicationAwareRequest(String currentServerUrl,
String requestUrl,
HttpMethods method) |
HttpJsonRequest |
ServerClient.createReplicationAwareRequest(String currentServerUrl,
String requestUrl,
HttpMethods method,
boolean disableRequestCompression) |
HttpJsonRequest |
IDatabaseCommands.createRequest(HttpMethods method,
String requestUrl)
Internal use
|
HttpJsonRequest |
ServerClient.createRequest(HttpMethods method,
String requestUrl) |
HttpJsonRequest |
IDatabaseCommands.createRequest(HttpMethods method,
String requestUrl,
boolean disableRequestCompression,
boolean disableAuthentication,
Long timeout) |
HttpJsonRequest |
ServerClient.createRequest(HttpMethods method,
String requestUrl,
boolean disableRequestCompression,
boolean disableAuthentication,
Long timeout) |
protected Attachment |
ServerClient.directGetAttachment(HttpMethods method,
String key,
OperationMetadata operationMetadata)
Deprecated.
|
protected List<Attachment> |
ServerClient.directGetAttachmentHeadersStartingWith(HttpMethods method,
String idPrefix,
int start,
int pageSize,
OperationMetadata operationMetadata)
Deprecated.
|
protected FacetResults |
ServerClient.directGetFacets(OperationMetadata operationMetadata,
String index,
IndexQuery query,
String facetsJson,
int start,
Integer pageSize,
HttpMethods method) |
protected Operation |
ServerClient.directUpdateByIndexImpl(OperationMetadata operationMetadata,
String indexName,
IndexQuery queryToUpdate,
BulkOperationOptions options,
String requestData,
HttpMethods method) |
<S> S |
ServerClient.executeWithReplication(HttpMethods method,
Function1<OperationMetadata,S> operation) |
<S> S |
IReplicationInformerBase.executeWithReplication(HttpMethods method,
String primaryUrl,
OperationCredentials primaryCredentials,
int currentRequest,
int currentReadStripingBase,
Function1<OperationMetadata,S> operation) |
<S> S |
ReplicationInformerBase.executeWithReplication(HttpMethods method,
String primaryUrl,
OperationCredentials primaryCredentials,
int currentRequest,
int currentReadStripingBase,
Function1<OperationMetadata,S> operation) |
void |
CreateHttpJsonRequestParams.setMethod(HttpMethods method) |
protected boolean |
ReplicationInformerBase.shouldExecuteUsing(OperationMetadata operationMetadata,
OperationMetadata primaryOperation,
int currentRequest,
HttpMethods method,
boolean primary,
Exception error) |
Constructor and Description |
---|
CreateHttpJsonRequestParams(IHoldProfilingInformation owner,
String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention) |
CreateHttpJsonRequestParams(IHoldProfilingInformation owner,
String url,
HttpMethods method,
RavenJObject metadata,
OperationCredentials credentials,
Convention convention,
Long timeout) |
Constructor and Description |
---|
AdminRequestCreator(Function2<String,HttpMethods,HttpJsonRequest> createRequestForSystemDatabase,
Function2<String,HttpMethods,HttpJsonRequest> createRequest,
Function3<String,String,HttpMethods,HttpJsonRequest> createReplicationAwareRequest) |
AdminRequestCreator(Function2<String,HttpMethods,HttpJsonRequest> createRequestForSystemDatabase,
Function2<String,HttpMethods,HttpJsonRequest> createRequest,
Function3<String,String,HttpMethods,HttpJsonRequest> createReplicationAwareRequest) |
AdminRequestCreator(Function2<String,HttpMethods,HttpJsonRequest> createRequestForSystemDatabase,
Function2<String,HttpMethods,HttpJsonRequest> createRequest,
Function3<String,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 © 2016. All Rights Reserved.