Uses of Enum Class
org.apache.pulsar.broker.service.AbstractReplicator.State
Packages that use AbstractReplicator.State
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of AbstractReplicator.State in org.apache.pulsar.broker.service
Fields in org.apache.pulsar.broker.service with type parameters of type AbstractReplicator.StateModifier and TypeFieldDescriptionprotected static final AtomicReferenceFieldUpdater<AbstractReplicator,AbstractReplicator.State> AbstractReplicator.STATE_UPDATERMethods in org.apache.pulsar.broker.service that return AbstractReplicator.StateModifier and TypeMethodDescriptionAbstractReplicator.getState()static AbstractReplicator.StateReturns the enum constant of this class with the specified name.static AbstractReplicator.State[]AbstractReplicator.State.values()Returns an array containing the constants of this enum class, in the order they are declared.