Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.DataStoreType
-
-
Uses of DataStoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 that return DataStoreType Modifier and Type Method Description static DataStoreTypeDataStoreType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.@Nullable DataStoreTypeAddPrefixShardReplicaInput. getDataStoreType()The type of the data store to which the replica belongsDataStoreTypeAddPrefixShardReplicaInputBuilder. getDataStoreType()DataStoreTypeAddShardReplicaInputBuilder. getDataStoreType()DataStoreTypeChangeMemberVotingStatesForShardInputBuilder. getDataStoreType()@Nullable DataStoreTypeDatastoreShardId. getDataStoreType()The type of the data store to which the shard belongs@Nullable DataStoreTypeGetPrefixShardRoleInput. getDataStoreType()The type of the data store to which the replica belongsDataStoreTypeGetPrefixShardRoleInputBuilder. getDataStoreType()DataStoreTypeGetShardRoleInputBuilder. getDataStoreType()DataStoreTypeLocateShardInputBuilder. getDataStoreType()DataStoreTypeMakeLeaderLocalInputBuilder. getDataStoreType()@Nullable DataStoreTypeRemovePrefixShardReplicaInput. getDataStoreType()The type of the data store to which the replica belongsDataStoreTypeRemovePrefixShardReplicaInputBuilder. getDataStoreType()DataStoreTypeRemoveShardReplicaInputBuilder. getDataStoreType()static DataStoreTypeDataStoreType. 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013 that return types with arguments of type DataStoreType Modifier and Type Method Description static Optional<DataStoreType>DataStoreType. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of DataStoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.shard.result.output
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.shard.result.output that return DataStoreType Modifier and Type Method Description DataStoreTypeShardResultBuilder. getDataStoreType()DataStoreTypeShardResultKey. getDataStoreType()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.shard.result.output with parameters of type DataStoreType Modifier and Type Method Description ShardResultBuilderShardResultBuilder. setDataStoreType(DataStoreType value)Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.shard.result.output with parameters of type DataStoreType Constructor Description ShardResultKey(DataStoreType _dataStoreType, String _shardName)
-