Package io.confluent.rest
Class InternalRestServer
java.lang.Object
io.confluent.rest.InternalRestServer
Binds a Rest Server to the provided port, serving the RollHandler API.
-
Constructor Summary
ConstructorsConstructorDescriptionInternalRestServer(Map<?, ?> originals, BeginShutdownBrokerHandle beginShutdownBrokerHandle, KafkaRestorePartitionHandle kafkaRestorePartitionHandle, AuditJobHandle auditJobHandle, TierMetadataRecoveryHandle tierMetadataRecoveryHandle, ForceRollSegmentsHandle forceRollSegmentsHandle, BrokerStartupStatusHandle brokerStartupStatusHandle) -
Method Summary
-
Constructor Details
-
InternalRestServer
public InternalRestServer(Map<?, ?> originals, BeginShutdownBrokerHandle beginShutdownBrokerHandle, KafkaRestorePartitionHandle kafkaRestorePartitionHandle, AuditJobHandle auditJobHandle, TierMetadataRecoveryHandle tierMetadataRecoveryHandle, ForceRollSegmentsHandle forceRollSegmentsHandle, BrokerStartupStatusHandle brokerStartupStatusHandle)
-
-
Method Details