Class AbstractDbLeader

java.lang.Object
org.teamapps.protocol.service.AbstractClusterService
org.teamapps.cluster.model.cluster.AbstractDbLeader

public abstract class AbstractDbLeader
extends org.teamapps.protocol.service.AbstractClusterService
  • Constructor Summary

    Constructors
    Constructor Description
    AbstractDbLeader​(org.teamapps.protocol.service.ServiceRegistry registry)  
  • Method Summary

    Modifier and Type Method Description
    byte[] handleMessage​(java.lang.String method, byte[] bytes, org.teamapps.protocol.file.FileProvider fileProvider, org.teamapps.protocol.file.FileSink fileSink)  
    abstract DbTransactionList requestMissingTransactions​(DbTransactionListRequest value)  

    Methods inherited from class org.teamapps.protocol.service.AbstractClusterService

    getServiceName

    Methods inherited from class java.lang.Object

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

    • AbstractDbLeader

      public AbstractDbLeader​(org.teamapps.protocol.service.ServiceRegistry registry)
  • Method Details

    • requestMissingTransactions

      public abstract DbTransactionList requestMissingTransactions​(DbTransactionListRequest value)
    • handleMessage

      public byte[] handleMessage​(java.lang.String method, byte[] bytes, org.teamapps.protocol.file.FileProvider fileProvider, org.teamapps.protocol.file.FileSink fileSink) throws java.io.IOException
      Specified by:
      handleMessage in class org.teamapps.protocol.service.AbstractClusterService
      Throws:
      java.io.IOException