| Package | Description |
|---|---|
| com.github.iotexproject.antenna.rpc | |
| com.github.iotexproject.grpc.api |
| Modifier and Type | Method and Description |
|---|---|
GetBlockMetasResponse |
RPCMethod.getBlockMetas(GetBlockMetasRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetBlockMetasRequest |
GetBlockMetasRequest.Builder.build() |
GetBlockMetasRequest |
GetBlockMetasRequest.Builder.buildPartial() |
static GetBlockMetasRequest |
GetBlockMetasRequest.getDefaultInstance() |
GetBlockMetasRequest |
GetBlockMetasRequest.getDefaultInstanceForType() |
GetBlockMetasRequest |
GetBlockMetasRequest.Builder.getDefaultInstanceForType() |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseDelimitedFrom(InputStream input) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(byte[] data) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(ByteBuffer data) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(InputStream input) |
static GetBlockMetasRequest |
GetBlockMetasRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<GetBlockMetasRequest,GetBlockMetasResponse> |
APIServiceGrpc.getGetBlockMetasMethod() |
com.google.protobuf.Parser<GetBlockMetasRequest> |
GetBlockMetasRequest.getParserForType() |
static com.google.protobuf.Parser<GetBlockMetasRequest> |
GetBlockMetasRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
GetBlockMetasResponse |
APIServiceGrpc.APIServiceBlockingStub.getBlockMetas(GetBlockMetasRequest request)
get block metadata(s) by:
1.
|
com.google.common.util.concurrent.ListenableFuture<GetBlockMetasResponse> |
APIServiceGrpc.APIServiceFutureStub.getBlockMetas(GetBlockMetasRequest request)
get block metadata(s) by:
1.
|
void |
APIServiceGrpc.APIServiceImplBase.getBlockMetas(GetBlockMetasRequest request,
io.grpc.stub.StreamObserver<GetBlockMetasResponse> responseObserver)
get block metadata(s) by:
1.
|
void |
APIServiceGrpc.APIServiceStub.getBlockMetas(GetBlockMetasRequest request,
io.grpc.stub.StreamObserver<GetBlockMetasResponse> responseObserver)
get block metadata(s) by:
1.
|
GetBlockMetasRequest.Builder |
GetBlockMetasRequest.Builder.mergeFrom(GetBlockMetasRequest other) |
static GetBlockMetasRequest.Builder |
GetBlockMetasRequest.newBuilder(GetBlockMetasRequest prototype) |
Copyright © 2022 IoTeX Group. All rights reserved.