Package com.netcracker.profiler.agent
Interface DumperCollectorClient
- All Superinterfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()createRollingChunk(String streamName, int requestedRollingSequenceId, boolean resetRequired) voidflush()booleanisOnline()voidrequestAckFlush(boolean doFlush) booleanvalidateWriteDataAcks(boolean sync) void
-
Method Details
-
createRollingChunk
DumperRemoteControlledStream createRollingChunk(String streamName, int requestedRollingSequenceId, boolean resetRequired) throws IOException - Throws:
IOException
-
write
- Throws:
IOException
-
flush
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
isOnline
boolean isOnline() -
getPodName
String getPodName() -
requestAckFlush
- Throws:
IOException
-
validateWriteDataAcks
- Throws:
IOException
-