@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class ExpectedPartitionValueApi extends Object
| Constructor and Description |
|---|
ExpectedPartitionValueApi() |
ExpectedPartitionValueApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ExpectedPartitionValuesInformation |
expectedPartitionValueCreateExpectedPartitionValues(ExpectedPartitionValuesCreateRequest expectedPartitionValuesCreateRequest)
createExpectedPartitionValues
Creates a list of expected partition values for an existing partition key group.
|
ExpectedPartitionValuesInformation |
expectedPartitionValueDeleteExpectedPartitionValues(ExpectedPartitionValuesDeleteRequest expectedPartitionValuesDeleteRequest)
deleteExpectedPartitionValues
Deletes specified expected partition values from an existing partition key group which is identified by name.
|
ExpectedPartitionValueInformation |
expectedPartitionValueGetExpectedPartitionValue(String partitionKeyGroupName,
String expectedPartitionValue,
Integer offset)
getExpectedPartitionValue
Retrieves an existing expected partition value plus/minus an optional offset.
|
ExpectedPartitionValuesInformation |
expectedPartitionValueGetExpectedPartitionValues(String partitionKeyGroupName,
String startExpectedPartitionValue,
String endExpectedPartitionValue)
getExpectedPartitionValues
Retrieves a range of existing expected partition values.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ExpectedPartitionValueApi()
public ExpectedPartitionValueApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ExpectedPartitionValuesInformation expectedPartitionValueCreateExpectedPartitionValues(ExpectedPartitionValuesCreateRequest expectedPartitionValuesCreateRequest) throws ApiException
expectedPartitionValuesCreateRequest - the information needed to create the expected partition valuesApiExceptionpublic ExpectedPartitionValuesInformation expectedPartitionValueDeleteExpectedPartitionValues(ExpectedPartitionValuesDeleteRequest expectedPartitionValuesDeleteRequest) throws ApiException
expectedPartitionValuesDeleteRequest - the information needed to delete the expected partition valuesApiExceptionpublic ExpectedPartitionValuesInformation expectedPartitionValueGetExpectedPartitionValues(String partitionKeyGroupName, String startExpectedPartitionValue, String endExpectedPartitionValue) throws ApiException
partitionKeyGroupName - the partition key group namestartExpectedPartitionValue - the start expected partition value for the expected partition value rangeendExpectedPartitionValue - the end expected partition value for the expected partition value rangeApiExceptionpublic ExpectedPartitionValueInformation expectedPartitionValueGetExpectedPartitionValue(String partitionKeyGroupName, String expectedPartitionValue, Integer offset) throws ApiException
partitionKeyGroupName - the partition key group nameexpectedPartitionValue - the expected partition value to retrieve plus/minus an optional offsetoffset - the optional positive or negative offsetApiExceptionCopyright © 2017. All rights reserved.