public static final class DeadlockGrpc.DeadlockFutureStub extends io.grpc.stub.AbstractFutureStub<DeadlockGrpc.DeadlockFutureStub>
Modifier and Type | Method and Description |
---|---|
protected DeadlockGrpc.DeadlockFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<DeadlockOuterClass.WaitForEntriesResponse> |
getWaitForEntries(DeadlockOuterClass.WaitForEntriesRequest request)
Get local wait for entries, should be handle by every node.
|
protected DeadlockGrpc.DeadlockFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<DeadlockGrpc.DeadlockFutureStub>
public com.google.common.util.concurrent.ListenableFuture<DeadlockOuterClass.WaitForEntriesResponse> getWaitForEntries(DeadlockOuterClass.WaitForEntriesRequest request)
Get local wait for entries, should be handle by every node. The owner should sent this request to all members to build the complete wait for graph.
Copyright © 2024 PingCAP. All rights reserved.