Move JournalWriter.getLastIndex()
[controller.git] / atomix-storage / src / main / java / io / atomix / storage / journal / JournalWriter.java
index ae6577818594229f9c394fbf06018269fea318be..0561c99fe04579a713b12af38cdec7b2b94971e1 100644 (file)
@@ -23,13 +23,6 @@ import org.eclipse.jdt.annotation.NonNull;
  * @author <a href="http://github.com/kuujo">Jordan Halterman</a>
  */
 public interface JournalWriter<E> {
-    /**
-     * Returns the last written index.
-     *
-     * @return The last written index.
-     */
-    long getLastIndex();
-
     /**
      * Returns the next index to be written.
      *