Interface FileAppender
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
TargetedDataFileAppender
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()storeItem(ByteSequence data, byte type, boolean sync) storeItem(ByteSequence data, byte type, Runnable onComplete)
-
Field Details
-
PROPERTY_LOG_WRITE_STAT_WINDOW
- See Also:
-
maxStat
static final int maxStat
-
-
Method Details
-
storeItem
- Throws:
IOException
-
storeItem
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-