Package tendermint.abci
Class ABCIApplicationGrpc.ABCIApplicationFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ABCIApplicationGrpc.ABCIApplicationFutureStub>
-
- tendermint.abci.ABCIApplicationGrpc.ABCIApplicationFutureStub
-
- Enclosing class:
- ABCIApplicationGrpc
public static final class ABCIApplicationGrpc.ABCIApplicationFutureStub extends io.grpc.stub.AbstractFutureStub<ABCIApplicationGrpc.ABCIApplicationFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseApplySnapshotChunk>applySnapshotChunk(tendermint.abci.Types.RequestApplySnapshotChunk request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseBeginBlock>beginBlock(tendermint.abci.Types.RequestBeginBlock request)protected ABCIApplicationGrpc.ABCIApplicationFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseCheckTx>checkTx(tendermint.abci.Types.RequestCheckTx request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseCommit>commit(tendermint.abci.Types.RequestCommit request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseDeliverTx>deliverTx(tendermint.abci.Types.RequestDeliverTx request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseEcho>echo(tendermint.abci.Types.RequestEcho request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseEndBlock>endBlock(tendermint.abci.Types.RequestEndBlock request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseFlush>flush(tendermint.abci.Types.RequestFlush request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseInfo>info(tendermint.abci.Types.RequestInfo request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseInitChain>initChain(tendermint.abci.Types.RequestInitChain request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseListSnapshots>listSnapshots(tendermint.abci.Types.RequestListSnapshots request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseLoadSnapshotChunk>loadSnapshotChunk(tendermint.abci.Types.RequestLoadSnapshotChunk request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseOfferSnapshot>offerSnapshot(tendermint.abci.Types.RequestOfferSnapshot request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseQuery>query(tendermint.abci.Types.RequestQuery request)com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseSetOption>setOption(tendermint.abci.Types.RequestSetOption request)
-
-
-
Method Detail
-
build
protected ABCIApplicationGrpc.ABCIApplicationFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ABCIApplicationGrpc.ABCIApplicationFutureStub>
-
echo
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseEcho> echo(tendermint.abci.Types.RequestEcho request)
-
flush
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseFlush> flush(tendermint.abci.Types.RequestFlush request)
-
info
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseInfo> info(tendermint.abci.Types.RequestInfo request)
-
setOption
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseSetOption> setOption(tendermint.abci.Types.RequestSetOption request)
-
deliverTx
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseDeliverTx> deliverTx(tendermint.abci.Types.RequestDeliverTx request)
-
checkTx
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseCheckTx> checkTx(tendermint.abci.Types.RequestCheckTx request)
-
query
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseQuery> query(tendermint.abci.Types.RequestQuery request)
-
commit
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseCommit> commit(tendermint.abci.Types.RequestCommit request)
-
initChain
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseInitChain> initChain(tendermint.abci.Types.RequestInitChain request)
-
beginBlock
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseBeginBlock> beginBlock(tendermint.abci.Types.RequestBeginBlock request)
-
endBlock
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseEndBlock> endBlock(tendermint.abci.Types.RequestEndBlock request)
-
listSnapshots
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseListSnapshots> listSnapshots(tendermint.abci.Types.RequestListSnapshots request)
-
offerSnapshot
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseOfferSnapshot> offerSnapshot(tendermint.abci.Types.RequestOfferSnapshot request)
-
loadSnapshotChunk
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseLoadSnapshotChunk> loadSnapshotChunk(tendermint.abci.Types.RequestLoadSnapshotChunk request)
-
applySnapshotChunk
public com.google.common.util.concurrent.ListenableFuture<tendermint.abci.Types.ResponseApplySnapshotChunk> applySnapshotChunk(tendermint.abci.Types.RequestApplySnapshotChunk request)
-
-