| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
ExpectedPartitionValuesInformation |
ObjectFactory.createExpectedPartitionValuesInformation()
Create an instance of
ExpectedPartitionValuesInformation |
| Modifier and Type | Method and Description |
|---|---|
ExpectedPartitionValuesInformation |
ExpectedPartitionValueRestController.createExpectedPartitionValues(ExpectedPartitionValuesCreateRequest request)
Creates a list of expected partition values for an existing partition key group.
|
ExpectedPartitionValuesInformation |
ExpectedPartitionValueRestController.deleteExpectedPartitionValues(ExpectedPartitionValuesDeleteRequest request)
Deletes specified expected partition values from an existing partition key group which is identified by name.
|
ExpectedPartitionValuesInformation |
ExpectedPartitionValueRestController.getExpectedPartitionValues(String partitionKeyGroupName,
String startExpectedPartitionValue,
String endExpectedPartitionValue)
Retrieves a range of existing expected partition values.
|
| Modifier and Type | Method and Description |
|---|---|
ExpectedPartitionValuesInformation |
ExpectedPartitionValueService.createExpectedPartitionValues(ExpectedPartitionValuesCreateRequest expectedPartitionValuesCreateRequest) |
ExpectedPartitionValuesInformation |
ExpectedPartitionValueService.deleteExpectedPartitionValues(ExpectedPartitionValuesDeleteRequest expectedPartitionValuesCreateRequest) |
ExpectedPartitionValuesInformation |
ExpectedPartitionValueService.getExpectedPartitionValues(PartitionKeyGroupKey partitionKeyGroupKey,
PartitionValueRange partitionValueRange) |
| Modifier and Type | Method and Description |
|---|---|
ExpectedPartitionValuesInformation |
ExpectedPartitionValueServiceImpl.createExpectedPartitionValues(ExpectedPartitionValuesCreateRequest expectedPartitionValuesCreateRequest)
Creates a list of expected partition values for an existing partition key group.
|
ExpectedPartitionValuesInformation |
ExpectedPartitionValueServiceImpl.deleteExpectedPartitionValues(ExpectedPartitionValuesDeleteRequest expectedPartitionValuesDeleteRequest)
Deletes specified expected partition values from an existing partition key group which is identified by name.
|
ExpectedPartitionValuesInformation |
ExpectedPartitionValueServiceImpl.getExpectedPartitionValues(PartitionKeyGroupKey partitionKeyGroupKey,
PartitionValueRange partitionValueRange)
Retrieves a range of existing expected partition values.
|
Copyright © 2021. All rights reserved.