Uses of Interface
com.loomcache.server.transaction.twopc.PeerMessageDispatch
Packages that use PeerMessageDispatch
-
Uses of PeerMessageDispatch in com.loomcache.server.transaction.twopc
Constructors in com.loomcache.server.transaction.twopc with parameters of type PeerMessageDispatchModifierConstructorDescriptionTwoPhaseCoordinator(@NonNull String nodeId, @NonNull RaftGroupManagerApi raftGroupManager, @NonNull PartitionRouter partitionRouter, @NonNull PeerMessageDispatch dispatch, @NonNull ScheduledExecutorService scheduler) TwoPhaseCoordinator(@NonNull String nodeId, @NonNull RaftGroupManagerApi raftGroupManager, @NonNull PartitionRouter partitionRouter, @NonNull PeerMessageDispatch dispatch, @NonNull ScheduledExecutorService scheduler, @NonNull Duration prepareTimeout, @NonNull Duration decideTimeout, @NonNull Duration decidedRetention) TwoPhaseCoordinator(@NonNull String nodeId, @NonNull RaftGroupManagerApi raftGroupManager, @NonNull PartitionRouter partitionRouter, @NonNull PeerMessageDispatch dispatch, @NonNull ScheduledExecutorService scheduler, @NonNull Duration prepareTimeout, @NonNull Duration decideTimeout, @NonNull Duration decidedRetention, @NonNull Duration dispatchRetryDelay, int dispatchMaxAttempts) TwoPhaseParticipant(@NonNull String nodeId, @NonNull RaftGroupManagerApi raftGroupManager, @NonNull PeerMessageDispatch dispatch, @NonNull CrossGroupTransactionExecutor applyExecutor, @NonNull Function<Integer, @Nullable DataStructureRegistry> registryResolver, @NonNull ScheduledExecutorService scheduler) TwoPhaseParticipant(@NonNull String nodeId, @NonNull RaftGroupManagerApi raftGroupManager, @NonNull PeerMessageDispatch dispatch, @NonNull CrossGroupTransactionExecutor applyExecutor, @NonNull Function<Integer, @Nullable DataStructureRegistry> registryResolver, @NonNull ScheduledExecutorService scheduler, @NonNull Duration orphanedIntentTimeout, @NonNull Duration unilateralAbortGrace) TwoPhaseParticipant(@NonNull String nodeId, @NonNull RaftGroupManagerApi raftGroupManager, @NonNull PeerMessageDispatch dispatch, @NonNull CrossGroupTransactionExecutor applyExecutor, @NonNull Function<Integer, @Nullable DataStructureRegistry> registryResolver, @NonNull ScheduledExecutorService scheduler, @NonNull Duration orphanedIntentTimeout, @NonNull Duration unilateralAbortGrace, @NonNull Duration completedDecisionRetention)