Package org.apache.druid.server.http
Class BrokerSyncStatus
java.lang.Object
org.apache.druid.server.http.BrokerSyncStatus
Immutable class which represents the status of a dynamic configuration sync with a specific broker.
-
Constructor Summary
ConstructorsConstructorDescriptionBrokerSyncStatus(String host, int port, long lastSyncTimestampMillis) BrokerSyncStatus(ServiceLocation broker, long lastSyncTimestampMillis) -
Method Summary
-
Constructor Details
-
BrokerSyncStatus
-
BrokerSyncStatus
-
-
Method Details