Uses of Enum Class
org.apache.hadoop.hbase.replication.ReplicationPeerStorageType
Packages that use ReplicationPeerStorageType
-
Uses of ReplicationPeerStorageType in org.apache.hadoop.hbase.replication
Fields in org.apache.hadoop.hbase.replication declared as ReplicationPeerStorageTypeModifier and TypeFieldDescriptionstatic final ReplicationPeerStorageType
ReplicationStorageFactory.DEFAULT_REPLICATION_PEER_STORAGE_IMPL
Methods in org.apache.hadoop.hbase.replication that return ReplicationPeerStorageTypeModifier and TypeMethodDescriptionstatic ReplicationPeerStorageType
Returns the enum constant of this class with the specified name.static ReplicationPeerStorageType[]
ReplicationPeerStorageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.