@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
IOException
long getPosition()
String getTarget()
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.