public static final class DeadlockGrpc.DeadlockBlockingStub extends io.grpc.stub.AbstractBlockingStub<DeadlockGrpc.DeadlockBlockingStub>
Modifier and Type | Method and Description |
---|---|
protected DeadlockGrpc.DeadlockBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
DeadlockOuterClass.WaitForEntriesResponse |
getWaitForEntries(DeadlockOuterClass.WaitForEntriesRequest request)
Get local wait for entries, should be handle by every node.
|
protected DeadlockGrpc.DeadlockBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<DeadlockGrpc.DeadlockBlockingStub>
public 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.