| Modifier and Type | Method and Description |
|---|---|
static DataStoreType |
DataStoreType.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
@Nullable DataStoreType |
ShardOperationResult.getDataStoreType() |
DataStoreType |
AddShardReplicaInputBuilder.getDataStoreType() |
@Nullable DataStoreType |
AddShardReplicaInput.getDataStoreType()
The type of the data store to which the replica belongs
|
DataStoreType |
RemoveShardReplicaInputBuilder.getDataStoreType() |
@Nullable DataStoreType |
RemoveShardReplicaInput.getDataStoreType()
The type of the data store to which the replica belongs
|
DataStoreType |
GetPrefixShardRoleInputBuilder.getDataStoreType() |
@Nullable DataStoreType |
GetPrefixShardRoleInput.getDataStoreType()
The type of the data store to which the replica belongs
|
DataStoreType |
RemovePrefixShardReplicaInputBuilder.getDataStoreType() |
@Nullable DataStoreType |
RemovePrefixShardReplicaInput.getDataStoreType()
The type of the data store to which the replica belongs
|
DataStoreType |
GetShardRoleInputBuilder.getDataStoreType() |
@Nullable DataStoreType |
GetShardRoleInput.getDataStoreType()
The type of the data store to which the replica belongs
|
DataStoreType |
AddPrefixShardReplicaInputBuilder.getDataStoreType() |
@Nullable DataStoreType |
AddPrefixShardReplicaInput.getDataStoreType()
The type of the data store to which the replica belongs
|
DataStoreType |
MakeLeaderLocalInputBuilder.getDataStoreType() |
@Nullable DataStoreType |
MakeLeaderLocalInput.getDataStoreType()
The type of the data store to which the shard belongs
|
DataStoreType |
ChangeMemberVotingStatesForShardInputBuilder.getDataStoreType() |
@Nullable DataStoreType |
ChangeMemberVotingStatesForShardInput.getDataStoreType()
The type of the data store to which the shard belongs
|
static DataStoreType |
DataStoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataStoreType[] |
DataStoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<DataStoreType> |
DataStoreType.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
| Modifier and Type | Method and Description |
|---|---|
DataStoreType |
ShardResultBuilder.getDataStoreType() |
DataStoreType |
ShardResultKey.getDataStoreType() |
| Modifier and Type | Method and Description |
|---|---|
ShardResultBuilder |
ShardResultBuilder.setDataStoreType(DataStoreType value) |
| Constructor and Description |
|---|
ShardResultKey(DataStoreType _dataStoreType,
String _shardName) |
Copyright © 2019 OpenDaylight. All rights reserved.