Class CosmosChangeFeedFindTokenFactory

  • All Implemented Interfaces:
    com.github.ambry.replication.FindTokenFactory

    public class CosmosChangeFeedFindTokenFactory
    extends java.lang.Object
    implements com.github.ambry.replication.FindTokenFactory
    Factory that creates CosmosChangeFeedFindToken objects.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.ambry.replication.FindToken getFindToken​(java.io.DataInputStream stream)  
      com.github.ambry.replication.FindToken getNewFindToken()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CosmosChangeFeedFindTokenFactory

        public CosmosChangeFeedFindTokenFactory()
    • Method Detail

      • getFindToken

        public com.github.ambry.replication.FindToken getFindToken​(java.io.DataInputStream stream)
                                                            throws java.io.IOException
        Specified by:
        getFindToken in interface com.github.ambry.replication.FindTokenFactory
        Throws:
        java.io.IOException
      • getNewFindToken

        public com.github.ambry.replication.FindToken getNewFindToken()
        Specified by:
        getNewFindToken in interface com.github.ambry.replication.FindTokenFactory