Uses of Class
com.exonum.messages.core.runtime.Base.CallInfo
Package | Description |
---|---|
com.exonum.messages.core.runtime |
-
Uses of Base.CallInfo in com.exonum.messages.core.runtime
Methods in com.exonum.messages.core.runtime that return Base.CallInfo Modifier and Type Method Description Base.CallInfo
Base.CallInfo.Builder. build()
Base.CallInfo
Base.CallInfo.Builder. buildPartial()
Base.CallInfo
Base.AnyTx.Builder. getCallInfo()
Information required for the call of the corresponding executor.Base.CallInfo
Base.AnyTx. getCallInfo()
Information required for the call of the corresponding executor.Base.CallInfo
Base.AnyTxOrBuilder. getCallInfo()
Information required for the call of the corresponding executor.static Base.CallInfo
Base.CallInfo. getDefaultInstance()
Base.CallInfo
Base.CallInfo.Builder. getDefaultInstanceForType()
Base.CallInfo
Base.CallInfo. getDefaultInstanceForType()
static Base.CallInfo
Base.CallInfo. parseDelimitedFrom(java.io.InputStream input)
static Base.CallInfo
Base.CallInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.CallInfo
Base.CallInfo. parseFrom(byte[] data)
static Base.CallInfo
Base.CallInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.CallInfo
Base.CallInfo. parseFrom(com.google.protobuf.ByteString data)
static Base.CallInfo
Base.CallInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.CallInfo
Base.CallInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static Base.CallInfo
Base.CallInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.CallInfo
Base.CallInfo. parseFrom(java.io.InputStream input)
static Base.CallInfo
Base.CallInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Base.CallInfo
Base.CallInfo. parseFrom(java.nio.ByteBuffer data)
static Base.CallInfo
Base.CallInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.exonum.messages.core.runtime that return types with arguments of type Base.CallInfo Modifier and Type Method Description com.google.protobuf.Parser<Base.CallInfo>
Base.CallInfo. getParserForType()
static com.google.protobuf.Parser<Base.CallInfo>
Base.CallInfo. parser()
Methods in com.exonum.messages.core.runtime with parameters of type Base.CallInfo Modifier and Type Method Description Base.AnyTx.Builder
Base.AnyTx.Builder. mergeCallInfo(Base.CallInfo value)
Information required for the call of the corresponding executor.Base.CallInfo.Builder
Base.CallInfo.Builder. mergeFrom(Base.CallInfo other)
static Base.CallInfo.Builder
Base.CallInfo. newBuilder(Base.CallInfo prototype)
Base.AnyTx.Builder
Base.AnyTx.Builder. setCallInfo(Base.CallInfo value)
Information required for the call of the corresponding executor.