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 DbTransactionListrequestMissingTransactions(DbTransactionListRequest value)Methods inherited from class org.teamapps.protocol.service.AbstractClusterService
getServiceNameMethods 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
-
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:
handleMessagein classorg.teamapps.protocol.service.AbstractClusterService- Throws:
java.io.IOException
-