Class BlockfileEndingsListener
java.lang.Object
io.datarouter.bytes.blockfile.listener.BlockfileEndingsListener
- All Implemented Interfaces:
BlockfileListener
Note this does not record endings for the footer or trailer since those can be computed separately.
They complicate the process of storing endings in the footer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(BlockfileTokens tokens) voidcomplete()io.datarouter.scanner.Scanner<Long>
-
Constructor Details
-
BlockfileEndingsListener
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBlockfileListener
-
allEndings
-
scanAllEndings
-
lastEnding
-
complete
public void complete()- Specified by:
completein interfaceBlockfileListener
-