Class AbstractDbLeader
java.lang.Object
org.teamapps.cluster.service.AbstractClusterService
org.teamapps.cluster.model.cluster.AbstractDbLeader
public abstract class AbstractDbLeader extends AbstractClusterService
-
Constructor Summary
Constructors Constructor Description AbstractDbLeader(ServiceRegistry registry) -
Method Summary
Modifier and Type Method Description byte[]handleMessage(java.lang.String method, byte[] bytes, FileProvider fileProvider, FileSink fileSink)abstract DbTransactionListrequestMissingTransactions(DbTransactionListRequest value)Methods inherited from class org.teamapps.cluster.service.AbstractClusterService
getServiceNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractDbLeader
-
-
Method Details
-
requestMissingTransactions
-
handleMessage
public byte[] handleMessage(java.lang.String method, byte[] bytes, FileProvider fileProvider, FileSink fileSink) throws java.io.IOException- Specified by:
handleMessagein classAbstractClusterService- Throws:
java.io.IOException
-