| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionKeyGroupKey> |
PartitionKeyGroupDao.getPartitionKeyGroups()
Gets a list of all existing partition key groups.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionKeyGroupEntity |
PartitionKeyGroupDao.getPartitionKeyGroupByKey(PartitionKeyGroupKey partitionKeyGroupKey)
Gets a partition key group entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartitionKeyGroupKey> |
PartitionKeyGroupDaoImpl.getPartitionKeyGroups() |
| Modifier and Type | Method and Description |
|---|---|
PartitionKeyGroupEntity |
PartitionKeyGroupDaoImpl.getPartitionKeyGroupByKey(PartitionKeyGroupKey partitionKeyGroupKey) |
| Modifier and Type | Field and Description |
|---|---|
protected PartitionKeyGroupKey |
PartitionKeyGroup.partitionKeyGroupKey |
protected PartitionKeyGroupKey |
ExpectedPartitionValuesDeleteRequest.partitionKeyGroupKey |
protected PartitionKeyGroupKey |
PartitionKeyGroupCreateRequest.partitionKeyGroupKey |
protected PartitionKeyGroupKey |
ExpectedPartitionValuesCreateRequest.partitionKeyGroupKey |
protected PartitionKeyGroupKey |
ExpectedPartitionValuesInformation.partitionKeyGroupKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<PartitionKeyGroupKey> |
PartitionKeyGroupKeys.partitionKeyGroupKeys |
| Modifier and Type | Method and Description |
|---|---|
PartitionKeyGroupKey |
ObjectFactory.createPartitionKeyGroupKey()
Create an instance of
PartitionKeyGroupKey |
PartitionKeyGroupKey |
PartitionKeyGroup.getPartitionKeyGroupKey()
Gets the value of the partitionKeyGroupKey property.
|
PartitionKeyGroupKey |
ExpectedPartitionValuesDeleteRequest.getPartitionKeyGroupKey()
Gets the value of the partitionKeyGroupKey property.
|
PartitionKeyGroupKey |
PartitionKeyGroupCreateRequest.getPartitionKeyGroupKey()
Gets the value of the partitionKeyGroupKey property.
|
PartitionKeyGroupKey |
ExpectedPartitionValuesCreateRequest.getPartitionKeyGroupKey()
Gets the value of the partitionKeyGroupKey property.
|
PartitionKeyGroupKey |
ExpectedPartitionValuesInformation.getPartitionKeyGroupKey()
Gets the value of the partitionKeyGroupKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartitionKeyGroupKey> |
PartitionKeyGroupKeys.getPartitionKeyGroupKeys()
Gets the value of the partitionKeyGroupKeys property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionKeyGroup.setPartitionKeyGroupKey(PartitionKeyGroupKey value)
Sets the value of the partitionKeyGroupKey property.
|
void |
ExpectedPartitionValuesDeleteRequest.setPartitionKeyGroupKey(PartitionKeyGroupKey value)
Sets the value of the partitionKeyGroupKey property.
|
void |
PartitionKeyGroupCreateRequest.setPartitionKeyGroupKey(PartitionKeyGroupKey value)
Sets the value of the partitionKeyGroupKey property.
|
void |
ExpectedPartitionValuesCreateRequest.setPartitionKeyGroupKey(PartitionKeyGroupKey value)
Sets the value of the partitionKeyGroupKey property.
|
void |
ExpectedPartitionValuesInformation.setPartitionKeyGroupKey(PartitionKeyGroupKey value)
Sets the value of the partitionKeyGroupKey property.
|
| Constructor and Description |
|---|
ExpectedPartitionValuesCreateRequest(PartitionKeyGroupKey partitionKeyGroupKey,
List<String> expectedPartitionValues)
Fully-initialising value constructor
|
ExpectedPartitionValuesDeleteRequest(PartitionKeyGroupKey partitionKeyGroupKey,
List<String> expectedPartitionValues)
Fully-initialising value constructor
|
ExpectedPartitionValuesInformation(PartitionKeyGroupKey partitionKeyGroupKey,
List<String> expectedPartitionValues)
Fully-initialising value constructor
|
PartitionKeyGroup(PartitionKeyGroupKey partitionKeyGroupKey)
Fully-initialising value constructor
|
PartitionKeyGroupCreateRequest(PartitionKeyGroupKey partitionKeyGroupKey)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
PartitionKeyGroupKeys(List<PartitionKeyGroupKey> partitionKeyGroupKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
PartitionKeyGroup |
PartitionKeyGroupService.deletePartitionKeyGroup(PartitionKeyGroupKey partitionKeyGroupKey) |
ExpectedPartitionValuesInformation |
ExpectedPartitionValueService.getExpectedPartitionValues(PartitionKeyGroupKey partitionKeyGroupKey,
PartitionValueRange partitionValueRange) |
PartitionKeyGroup |
PartitionKeyGroupService.getPartitionKeyGroup(PartitionKeyGroupKey partitionKeyGroupKey) |
| Modifier and Type | Method and Description |
|---|---|
PartitionKeyGroupEntity |
PartitionKeyGroupDaoHelper.getPartitionKeyGroupEntity(PartitionKeyGroupKey partitionKeyGroupKey)
Gets the partition key group entity and ensure it exists.
|
void |
PartitionKeyGroupHelper.validatePartitionKeyGroupKey(PartitionKeyGroupKey key)
Validates the partition key group key.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionKeyGroup |
PartitionKeyGroupServiceImpl.deletePartitionKeyGroup(PartitionKeyGroupKey partitionKeyGroupKey)
Deletes an existing partition key group by key.
|
ExpectedPartitionValuesInformation |
ExpectedPartitionValueServiceImpl.getExpectedPartitionValues(PartitionKeyGroupKey partitionKeyGroupKey,
PartitionValueRange partitionValueRange)
Retrieves a range of existing expected partition values.
|
PartitionKeyGroup |
PartitionKeyGroupServiceImpl.getPartitionKeyGroup(PartitionKeyGroupKey partitionKeyGroupKey)
Gets an existing partition key group by key.
|
Copyright © 2019. All rights reserved.