Package com.netcracker.profiler.agent
Interface DumperCollectorClientFactory
public interface DumperCollectorClientFactory
-
Method Summary
Modifier and TypeMethodDescriptionnewClient(String host, int port, boolean ssl, String cloudNamespace, String microserviceName, String podName) wrapOutputStream(int rollingSequenceId, String streamName, long rotationPeriod, long requiredRotationSize, DumperCollectorClient collectorClient)
-
Method Details
-
newClient
DumperCollectorClient newClient(String host, int port, boolean ssl, String cloudNamespace, String microserviceName, String podName) -
wrapOutputStream
DumperRemoteControlledStream wrapOutputStream(int rollingSequenceId, String streamName, long rotationPeriod, long requiredRotationSize, DumperCollectorClient collectorClient)
-