Uses of Enum
org.apache.druid.server.coordinator.ServerCloneStatus.State
Packages that use ServerCloneStatus.State
-
Uses of ServerCloneStatus.State in org.apache.druid.server.coordinator
Methods in org.apache.druid.server.coordinator that return ServerCloneStatus.StateModifier and TypeMethodDescriptionServerCloneStatus.getState()static ServerCloneStatus.StateReturns the enum constant of this type with the specified name.static ServerCloneStatus.State[]ServerCloneStatus.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.server.coordinator with parameters of type ServerCloneStatus.StateModifierConstructorDescriptionServerCloneStatus(String sourceServer, String targetServer, ServerCloneStatus.State state, long segmentLoadsRemaining, long segmentDropsRemaining, long bytesToLoad)