@InterfaceAudience.Private @InterfaceStability.Evolving public interface PositionTracker extends Closeable
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| long | getPosition() | 
| String | getTarget() | 
| void | storePosition(long position) | 
void storePosition(long position)
            throws IOException
IOExceptionlong getPosition()
String getTarget()
void close()
    throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2009-2017 Apache Software Foundation. All Rights Reserved.