Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages

A

AbstractAccess - Class in com.exonum.binding.core.storage.database
Represents an access to the database.
AbstractCloseableNativeProxy - Class in com.exonum.binding.core.proxy
A proxy of a native object.
AbstractCloseableNativeProxy(long, boolean) - Constructor for class com.exonum.binding.core.proxy.AbstractCloseableNativeProxy
Creates a native proxy.
AbstractCloseableNativeProxy(long, boolean, AbstractCloseableNativeProxy) - Constructor for class com.exonum.binding.core.proxy.AbstractCloseableNativeProxy
Creates a native proxy.
AbstractCloseableNativeProxy(long, boolean, Collection<AbstractCloseableNativeProxy>) - Constructor for class com.exonum.binding.core.proxy.AbstractCloseableNativeProxy
Creates a native proxy.
AbstractKey - Class in com.exonum.binding.common.crypto
Represent either a private or public key in a digital signature system.
AbstractNativeProxy - Class in com.exonum.binding.core.proxy
A base class of a native proxy.
AbstractNativeProxy(NativeHandle) - Constructor for class com.exonum.binding.core.proxy.AbstractNativeProxy
 
AbstractService - Class in com.exonum.binding.core.service
A base class for user services.
AbstractService(ServiceInstanceSpec) - Constructor for class com.exonum.binding.core.service.AbstractService
 
AbstractServiceModule - Class in com.exonum.binding.core.service
A base class for ServiceModule implementations provided for convenience.
AbstractServiceModule() - Constructor for class com.exonum.binding.core.service.AbstractServiceModule
 
Access - Interface in com.exonum.binding.core.storage.database
Provides access to Exonum MerkleDB indexes.
AccessFactory - Interface in com.exonum.binding.core.runtime
A factory of database accesses.
AccessProxyFactory - Enum in com.exonum.binding.core.runtime
A factory of Access proxies.
ACTIVE - com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
The artifact has been successfully deployed.
ACTIVE - com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
The service instance is active.
ACTIVE_VALUE - Static variable in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
The artifact has been successfully deployed.
ACTIVE_VALUE - Static variable in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
The service instance is active.
add(CleanAction<?>) - Method in class com.exonum.binding.core.proxy.Cleaner
Registers a new clean action with this context.
add(E) - Method in class com.exonum.binding.core.storage.indices.KeySetIndexProxy
Adds a new element to the set.
add(E) - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Adds a new element to the set.
add(T) - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Adds a new element to the end of the list.
addAll(Collection<? extends T>) - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Adds all elements from the specified collection to this list.
addAllArtifacts(Iterable<? extends Base.ArtifactSpec>) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
addAllBuiltinInstances(Iterable<? extends Lifecycle.InstanceInitParams>) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
addAllEntries(Iterable<? extends KeyValueSequenceOuterClass.KeyValue>) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
addAllEntries(Iterable<? extends ListProofOuterClass.ListProofEntry>) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
addAllEntries(Iterable<? extends MapProofOuterClass.OptionalEntry>) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
addAllPrecommits(Iterable<? extends Messages.SignedMessage>) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
addAllProof(Iterable<? extends ListProofOuterClass.HashedEntry>) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
addAllProof(Iterable<? extends MapProofOuterClass.MapProofEntry>) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
addAllServices(Iterable<? extends TestKitProtos.TestKitService>) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
addAllServiceSpecs(Iterable<? extends Lifecycle.InstanceInitParams>) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
addAllValidatorKeys(Iterable<? extends Blockchain.ValidatorKeys>) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
addArtifacts(int, Base.ArtifactSpec) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
addArtifacts(int, Base.ArtifactSpec.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
addArtifacts(Base.ArtifactSpec) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
addArtifacts(Base.ArtifactSpec.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
addArtifactsBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
addArtifactsBuilder(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
addBuiltinInstances(int, Lifecycle.InstanceInitParams) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
addBuiltinInstances(int, Lifecycle.InstanceInitParams.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
addBuiltinInstances(Lifecycle.InstanceInitParams) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
addBuiltinInstances(Lifecycle.InstanceInitParams.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
addBuiltinInstancesBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
addBuiltinInstancesBuilder(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
addEntries(int, KeyValueSequenceOuterClass.KeyValue) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
addEntries(int, KeyValueSequenceOuterClass.KeyValue.Builder) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
addEntries(int, ListProofOuterClass.ListProofEntry) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
addEntries(int, ListProofOuterClass.ListProofEntry.Builder) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
addEntries(int, MapProofOuterClass.OptionalEntry) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
addEntries(int, MapProofOuterClass.OptionalEntry.Builder) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
addEntries(KeyValueSequenceOuterClass.KeyValue) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
addEntries(KeyValueSequenceOuterClass.KeyValue.Builder) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
addEntries(ListProofOuterClass.ListProofEntry) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
addEntries(ListProofOuterClass.ListProofEntry.Builder) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
addEntries(MapProofOuterClass.OptionalEntry) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
addEntries(MapProofOuterClass.OptionalEntry.Builder) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
addEntriesBuilder() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
addEntriesBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
addEntriesBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
addEntriesBuilder(int) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
addEntriesBuilder(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
addEntriesBuilder(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
ADDITIONAL_HEADERS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Block
 
additionalHeaders(ImmutableMap<String, ByteString>) - Method in class com.exonum.binding.core.blockchain.Block.Builder
Sets additional block headers.
addPrecommits(int, Messages.SignedMessage) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
addPrecommits(int, Messages.SignedMessage.Builder) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
addPrecommits(Messages.SignedMessage) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
addPrecommits(Messages.SignedMessage.Builder) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
addPrecommitsBuilder() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
addPrecommitsBuilder(int) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
addProof(int, ListProofOuterClass.HashedEntry) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
addProof(int, ListProofOuterClass.HashedEntry.Builder) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
addProof(int, MapProofOuterClass.MapProofEntry) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
addProof(int, MapProofOuterClass.MapProofEntry.Builder) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
addProof(ListProofOuterClass.HashedEntry) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
addProof(ListProofOuterClass.HashedEntry.Builder) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
addProof(MapProofOuterClass.MapProofEntry) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
addProof(MapProofOuterClass.MapProofEntry.Builder) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
addProofBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
addProofBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
addProofBuilder(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
addProofBuilder(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
addServices(int, TestKitProtos.TestKitService) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
addServices(int, TestKitProtos.TestKitService.Builder) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
addServices(TestKitProtos.TestKitService) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
addServices(TestKitProtos.TestKitService.Builder) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
addServicesBuilder() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
addServicesBuilder(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
addServiceSpecs(int, Lifecycle.InstanceInitParams) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
addServiceSpecs(int, Lifecycle.InstanceInitParams.Builder) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
addServiceSpecs(Lifecycle.InstanceInitParams) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
addServiceSpecs(Lifecycle.InstanceInitParams.Builder) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
addServiceSpecsBuilder() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
addServiceSpecsBuilder(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
addTime(TemporalAmount) - Method in class com.exonum.binding.testkit.FakeTimeProvider
Increases stored time by given amount.
addValidatorKeys(int, Blockchain.ValidatorKeys) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
addValidatorKeys(int, Blockchain.ValidatorKeys.Builder) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
addValidatorKeys(Blockchain.ValidatorKeys) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
addValidatorKeys(Blockchain.ValidatorKeys.Builder) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
addValidatorKeysBuilder() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
addValidatorKeysBuilder(int) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
AFTER_TRANSACTIONS - com.exonum.messages.core.Blockchain.CallInBlock.CallCase
 
AFTER_TRANSACTIONS - com.exonum.messages.core.runtime.Errors.CallSite.Type
Hook executing after processing transactions in a block.
AFTER_TRANSACTIONS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.CallInBlock
 
AFTER_TRANSACTIONS_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
Hook executing after processing transactions in a block.
afterCommit(BlockCommittedEvent) - Method in interface com.exonum.binding.core.service.Service
Handles read-only block commit event.
afterCommit(Snapshot, OptionalInt, long) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Notifies the services in the runtime of the block commit event.
afterTransactions(int) - Static method in class com.exonum.binding.common.blockchain.CallInBlocks
Creates a call id corresponding to a Service#afterTransactions handler call.
afterTransactions(int, BlockchainData) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Performs the after transactions operation on the specified service in this runtime.
afterTransactions(ExecutionContext) - Method in interface com.exonum.binding.core.service.Service
Handles the changes made by all transactions included in the upcoming block.
ANY_TX - com.exonum.messages.core.Messages.CoreMessage.KindCase
 
ANY_TX_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.CoreMessage
 
applyConfiguration(ExecutionContext, Configuration) - Method in interface com.exonum.binding.core.service.Configurable
Applies the given configuration to this service.
applySnapshot(Function<Snapshot, ResultT>) - Method in class com.exonum.binding.testkit.TestKit
Performs the given function with a snapshot of the current database state (i.e., the one that corresponds to the latest committed block) and returns a result of its execution.
ARGUMENTS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.AnyTx
 
ARTIFACT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
ARTIFACT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
ARTIFACT_FILENAME_FIELD_NUMBER - Static variable in class com.exonum.binding.common.messages.DeployArguments
 
ARTIFACT_SPEC_FIELD_NUMBER - Static variable in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
ARTIFACTS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
asBytes() - Method in class com.exonum.binding.common.hash.HashCode
Returns the value of this hash code as a byte array.
asInt() - Method in class com.exonum.binding.common.hash.HashCode
Returns the first four bytes of this hashcode's bytes, converted to an int value in little-endian order.
asLong() - Method in class com.exonum.binding.common.hash.HashCode
Returns the first eight bytes of this hashcode's bytes, converted to a long value in little-endian order.
asOutputStream(PrimitiveSink) - Static method in class com.exonum.binding.common.hash.Funnels
Wraps a PrimitiveSink as an OutputStream, so it is easy to funnel an object to a PrimitiveSink if there is already a way to write the contents of the object to an OutputStream.
assignee() - Method in annotation type com.exonum.binding.core.annotations.ImproveDocs
Whom this item is assigned to.
Auditor - Annotation Type in com.exonum.binding.testkit
Changes main TestKit node type to auditor for injected TestKit.
AUDITOR - com.exonum.binding.testkit.EmulatedNodeType
 
Auth - Class in com.exonum.messages.core.runtime
 
Auth.Caller - Class in com.exonum.messages.core.runtime
The authorization information for a call to the service.
Auth.Caller.Builder - Class in com.exonum.messages.core.runtime
The authorization information for a call to the service.
Auth.Caller.CallerCase - Enum in com.exonum.messages.core.runtime
 
Auth.CallerOrBuilder - Interface in com.exonum.messages.core.runtime
 
AUTHOR_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.SignedMessage
 
authorPk(PublicKey) - Method in class com.exonum.binding.core.service.ExecutionContext.Builder
Sets transaction author public key for the context.
AutoGenerationCandidate - Annotation Type in com.exonum.binding.core.annotations
An annotation intended to mark APIs that are good candidates to be generated auto-magically.

B

Base - Class in com.exonum.messages.core.runtime
 
Base.AnyTx - Class in com.exonum.messages.core.runtime
Transaction with the information required to dispatch it to a service.
Base.AnyTx.Builder - Class in com.exonum.messages.core.runtime
Transaction with the information required to dispatch it to a service.
Base.AnyTxOrBuilder - Interface in com.exonum.messages.core.runtime
 
Base.ArtifactId - Class in com.exonum.messages.core.runtime
The artifact identifier is required to construct service instances.
Base.ArtifactId.Builder - Class in com.exonum.messages.core.runtime
The artifact identifier is required to construct service instances.
Base.ArtifactIdOrBuilder - Interface in com.exonum.messages.core.runtime
 
Base.ArtifactSpec - Class in com.exonum.messages.core.runtime
Exhaustive artifact specification.
Base.ArtifactSpec.Builder - Class in com.exonum.messages.core.runtime
Exhaustive artifact specification.
Base.ArtifactSpecOrBuilder - Interface in com.exonum.messages.core.runtime
 
Base.CallInfo - Class in com.exonum.messages.core.runtime
Unique service transaction identifier.
Base.CallInfo.Builder - Class in com.exonum.messages.core.runtime
Unique service transaction identifier.
Base.CallInfoOrBuilder - Interface in com.exonum.messages.core.runtime
 
Base.InstanceSpec - Class in com.exonum.messages.core.runtime
Exhaustive service instance specification.
Base.InstanceSpec.Builder - Class in com.exonum.messages.core.runtime
Exhaustive service instance specification.
Base.InstanceSpecOrBuilder - Interface in com.exonum.messages.core.runtime
 
BEFORE_TRANSACTIONS - com.exonum.messages.core.Blockchain.CallInBlock.CallCase
 
BEFORE_TRANSACTIONS - com.exonum.messages.core.runtime.Errors.CallSite.Type
Hook executing before processing transactions in a block.
BEFORE_TRANSACTIONS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.CallInBlock
 
BEFORE_TRANSACTIONS_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
Hook executing before processing transactions in a block.
beforeTransactions(int) - Static method in class com.exonum.binding.common.blockchain.CallInBlocks
Creates a call id corresponding to a Service#beforeTransactions handler call.
beforeTransactions(int, BlockchainData) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Performs the before transactions operation on the specified service in this runtime.
beforeTransactions(ExecutionContext) - Method in interface com.exonum.binding.core.service.Service
An optional callback method invoked by the blockchain before any transactions in a block are executed.
bits() - Method in class com.exonum.binding.common.hash.HashCode
Returns the number of bits in this hash code; a positive multiple of 8.
bits() - Method in interface com.exonum.binding.common.hash.HashFunction
Returns the number of bits (a multiple of 32) that each hash code produced by this hash function has.
BitVecOuterClass - Class in com.exonum.messages.common
 
BitVecOuterClass.BitVec - Class in com.exonum.messages.common
Vector of bits.
BitVecOuterClass.BitVec.Builder - Class in com.exonum.messages.common
Vector of bits.
BitVecOuterClass.BitVecOrBuilder - Interface in com.exonum.messages.common
 
Block - Class in com.exonum.binding.core.blockchain
Exonum block header data structure.
Block() - Constructor for class com.exonum.binding.core.blockchain.Block
 
BLOCK_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Proofs.BlockProof
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.Precommit
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.TxLocation
 
BLOCK_PROOF_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Proofs.CallProof
 
BLOCK_PROOF_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Proofs.IndexProof
 
Block.Builder - Class in com.exonum.binding.core.blockchain
 
Blockchain - Class in com.exonum.binding.core.blockchain
Provides read-only access to the subset of blockchain::Schema features in the Core API: blocks, transaction messages, execution results.
Blockchain - Class in com.exonum.messages.core
 
BLOCKCHAIN - com.exonum.messages.core.runtime.Auth.Caller.CallerCase
 
BLOCKCHAIN_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Auth.Caller
 
Blockchain.AdditionalHeaders - Class in com.exonum.messages.core
Extensible set of additional headers, represented as a sequence of key-value pairs.
Blockchain.AdditionalHeaders.Builder - Class in com.exonum.messages.core
Extensible set of additional headers, represented as a sequence of key-value pairs.
Blockchain.AdditionalHeadersOrBuilder - Interface in com.exonum.messages.core
 
Blockchain.Block - Class in com.exonum.messages.core
Protobuf type exonum.Block
Blockchain.Block.Builder - Class in com.exonum.messages.core
Protobuf type exonum.Block
Blockchain.BlockOrBuilder - Interface in com.exonum.messages.core
 
Blockchain.CallInBlock - Class in com.exonum.messages.core
Location of an isolated call within a block.
Blockchain.CallInBlock.Builder - Class in com.exonum.messages.core
Location of an isolated call within a block.
Blockchain.CallInBlock.CallCase - Enum in com.exonum.messages.core
 
Blockchain.CallInBlockOrBuilder - Interface in com.exonum.messages.core
 
Blockchain.Config - Class in com.exonum.messages.core
Consensus algorithm parameters.
Blockchain.Config.Builder - Class in com.exonum.messages.core
Consensus algorithm parameters.
Blockchain.ConfigOrBuilder - Interface in com.exonum.messages.core
 
Blockchain.TxLocation - Class in com.exonum.messages.core
Protobuf type exonum.TxLocation
Blockchain.TxLocation.Builder - Class in com.exonum.messages.core
Protobuf type exonum.TxLocation
Blockchain.TxLocationOrBuilder - Interface in com.exonum.messages.core
 
Blockchain.ValidatorKeys - Class in com.exonum.messages.core
Public keys of a validator.
Blockchain.ValidatorKeys.Builder - Class in com.exonum.messages.core
Public keys of a validator.
Blockchain.ValidatorKeysOrBuilder - Interface in com.exonum.messages.core
 
blockchainData(BlockchainData) - Method in class com.exonum.binding.core.service.ExecutionContext.Builder
Sets the blockchain data for the context.
BlockchainData - Class in com.exonum.binding.core.blockchain
Provides access to blockchain data of a particular service instance.
BlockCommittedEvent - Interface in com.exonum.binding.core.service
The blockchain state just after the corresponding block is committed.
BlockCommittedEventImpl - Class in com.exonum.binding.core.service
 
BlockCommittedEventImpl() - Constructor for class com.exonum.binding.core.service.BlockCommittedEventImpl
 
blockHash(HashCode) - Method in class com.exonum.binding.core.blockchain.Block.Builder
Sets the hash of the block binary representation.
BlockProof - Class in com.exonum.binding.core.blockchain.proofs
A block with a proof.
BlockProof() - Constructor for class com.exonum.binding.core.blockchain.proofs.BlockProof
 
BlockSerializer - Enum in com.exonum.binding.core.blockchain.serialization
 
bool() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of booleans.
BRANCH - com.exonum.binding.common.proofs.map.DbKey.Type
 
build() - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Signs the message, creating a new signed binary transaction message.
build() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
build() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
build() - Method in class com.exonum.binding.core.blockchain.Block.Builder
Creates a new block with the set arguments.
build() - Method in class com.exonum.binding.core.service.ExecutionContext.Builder
Creates the transaction context instance.
build() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
build() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
build() - Method in class com.exonum.binding.core.transaction.RawTransaction.Builder
Creates the RawTransaction instance with specified parameters.
build() - Method in class com.exonum.binding.testkit.TestKit.Builder
Creates the TestKit instance.
build() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
build() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
build() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
build() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
build() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
build() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
build() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
build() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
build() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
build() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
build() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
build() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
build() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
build() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
build() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
build() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
build() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
build() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
build() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
build() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
build() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
build() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
build() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
build() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
build() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
build() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
builder() - Static method in interface com.exonum.binding.common.message.TransactionMessage
Creates a new builder for the transaction message.
builder() - Static method in class com.exonum.binding.common.serialization.json.JsonSerializer
Returns preconfigured Gson builder instance.
builder() - Static method in class com.exonum.binding.core.blockchain.Block
Creates a new block builder.
builder() - Static method in interface com.exonum.binding.core.service.ExecutionContext
Returns the builder of the transaction context.
builder() - Static method in class com.exonum.binding.testkit.TestKit
Creates a new builder for the TestKit.
Builder() - Constructor for class com.exonum.binding.core.blockchain.Block.Builder
 
Builder() - Constructor for class com.exonum.binding.core.transaction.RawTransaction.Builder
 
buildPartial() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
buildPartial() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
buildPartial() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
buildPartial() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
buildPartial() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
buildPartial() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
buildPartial() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
buildPartial() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
buildPartial() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
buildPartial() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
buildPartial() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
buildPartial() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
buildPartial() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
buildPartial() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
buildPartial() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
buildPartial() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
buildPartial() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
buildPartial() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
buildPartial() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
BUILTIN_INSTANCES_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
byteArrayFunnel() - Static method in class com.exonum.binding.common.hash.Funnels
Returns a funnel that extracts the bytes from a byte array.
bytes() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of byte arrays, which passes them as is.

C

CALL_INFO_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.AnyTx
 
CALL_NOT_SET - com.exonum.messages.core.Blockchain.CallInBlock.CallCase
 
CALL_PROOF_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Proofs.CallProof
 
CALL_SITE - com.exonum.messages.core.runtime.Errors.ExecutionError.CallInfoCase
 
CALL_SITE_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
CALL_TYPE_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.CallSite
 
CALLER_NOT_SET - com.exonum.messages.core.runtime.Auth.Caller.CallerCase
 
CallInBlocks - Class in com.exonum.binding.common.blockchain
Provides factory methods to concisely create Blockchain.CallInBlocks.
CALLINFO_NOT_SET - com.exonum.messages.core.runtime.Errors.ExecutionError.CallInfoCase
 
CallRecords - Class in com.exonum.binding.core.blockchain
Provides information about call errors within a specific block.
cancel() - Method in interface com.exonum.binding.core.proxy.CancellableCleanAction
Cancels this clean action, making CleanAction.clean() a no-op.
cancel() - Method in class com.exonum.binding.core.proxy.ProxyDestructor
 
CancellableCleanAction<ResourceDescriptionT> - Interface in com.exonum.binding.core.proxy
A cancellable clean action can be cancelled.
canModify() - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
canModify() - Method in interface com.exonum.binding.core.storage.database.Access
Returns true if this access allows modifications to the database state; false if it is immutable.
check() - Method in class com.exonum.binding.common.proofs.map.UncheckedFlatMapProof
 
check() - Method in interface com.exonum.binding.common.proofs.map.UncheckedMapProof
Checks that a proof has either correct or incorrect structure and returns a CheckedMapProof.
CheckedFlatMapProof - Class in com.exonum.binding.common.proofs.map
A checked flat map proof, which does not include any intermediate nodes.
CheckedListProof<E> - Interface in com.exonum.binding.common.proofs.list
A proof that some elements exist in a proof list.
CheckedListProofImpl<E> - Class in com.exonum.binding.common.proofs.list
A checked list proof includes list proof verification results.
CheckedListProofImpl(long, HashCode, NavigableMap<Long, E>, ListProofStatus) - Constructor for class com.exonum.binding.common.proofs.list.CheckedListProofImpl
Creates checked list proof.
CheckedMapProof - Interface in com.exonum.binding.common.proofs.map
A checked map proof.
CheckedProof - Interface in com.exonum.binding.common.proofs
A checked proof is a result of proof verification operation.
checkExecution(boolean, byte) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, Object) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, int) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, int, int) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, int, long) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, int, Object) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, long) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, long, int) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, long, long) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, long, Object) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, Object) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, Object...) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, Object, int) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, Object, long) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, Object, Object) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
checkExecution(boolean, byte, String, Object, Object, Object) - Static method in class com.exonum.binding.core.service.ExecutionPreconditions
Verifies the truth of the given expression.
CheckingSerializerDecorator<T> - Class in com.exonum.binding.common.serialization
A serializer decorator, that performs some extra checks to ensure that a user-supplied serializer adheres to Serializer contract.
checkSha256Hash(HashCode) - Static method in class com.exonum.binding.common.proofs.ProofHashes
Checks that the given hash is a SHA-256 hash.
clean() - Method in interface com.exonum.binding.core.proxy.CleanAction
A clean operation to perform.
clean() - Method in class com.exonum.binding.core.proxy.ProxyDestructor
Closes the native handle, so that it can no longer be accessed, and performs a clean action, passing the native handle value.
CleanAction<ResourceDescriptionT> - Interface in com.exonum.binding.core.proxy
A clean action is an operation that is performed to release some resources.
Cleaner - Class in com.exonum.binding.core.proxy
A context controlling lifecycle of native proxies.
Cleaner() - Constructor for class com.exonum.binding.core.proxy.Cleaner
Creates a new cleaner with no (an empty) description.
Cleaner(String) - Constructor for class com.exonum.binding.core.proxy.Cleaner
Creates a new cleaner.
clear() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
clear() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
clear() - Method in class com.exonum.binding.core.storage.indices.KeySetIndexProxy
Removes all of the elements from this set.
clear() - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Clears the list.
clear() - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Removes all of the key-value pairs from the map.
clear() - Method in class com.exonum.binding.core.storage.indices.MapIndexProxy
 
clear() - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
 
clear() - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Removes all of the elements from this set.
clear() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
clear() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
clear() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
clear() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
clear() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
clear() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
clear() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
clear() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
clear() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
clear() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
clear() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
clear() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
clear() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
clear() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
clear() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
clear() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
clear() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
clear() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
clear() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
clear() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
clear() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
clear() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
clear() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
clear() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
clear() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
clear() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
clear() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
clear() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
clearAdditionalHeaders() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.AdditionalHeaders additional_headers = 8;
clearAfterTransactions() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
Call of `after_transactions` hook in a service.
clearAnyTx() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Transaction message.
clearArguments() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Serialized transaction arguments.
clearArtifact() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Information uniquely identifying the artifact.
clearArtifact() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Identifier of the corresponding artifact.
clearArtifactFilename() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
A name of the service artifact file located in the directory for storing Java service artifacts.
clearArtifacts() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
clearArtifactSpec() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Artifact description.
clearAuthor() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Public key of the author of the message.
clearBeforeTransactions() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
Call of `before_transactions` hook in a service.
clearBlock() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
clearBlockchain() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked by one of the blockchain lifecycle events.
clearBlockHash() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the new block.
clearBlockHeight() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
uint64 block_height = 1;
clearBlockProof() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof of authenticity for the block header.
clearBlockProof() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the block header.
clearBuiltinInstances() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
clearCall() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
clearCaller() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
clearCallInfo() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Information required for the call of the corresponding executor.
clearCallInfo() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
clearCallProof() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
clearCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Information about service call associated with the error.
clearCallType() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Type of the call.
clearCode() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
User defined error code that can have different meanings for the different error kinds.
clearCompletedHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
clearConsensusConfig() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Blockchain configuration used to create the genesis block.
clearConsensusKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Consensus key is used for messages related to the consensus algorithm.
clearConstructor() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Constructor argument for the instance.
clearData() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
Buffer containing the bits.
clearData() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
bytes data = 1;
clearData() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
bytes data = 1;
clearData() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
bytes data = 1;
clearDataVersion() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Version of the service data.
clearDeploySpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
Runtime-specific artifact specification.
clearDescription() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Optional error description.
clearDescription() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
Human-readable error description.
clearEndVersion() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Version of the instance data after the migration is completed.
clearEntries() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
clearEntries() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
clearEntries() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
clearEpoch() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
The consensus algorithm epoch to which the message is related.
clearError() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Execution ended with an error.
clearError() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Human-readable description of an error that has occurred during migration.
clearErrorDescription() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Human-readable description of an error if the call status is erroneous.
clearErrorHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash error_hash = 7;
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
clearFirstRoundTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Interval between first two rounds.
clearFormat() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
.exonum.java.ServiceConfiguration.Format format = 1;
clearHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Hash of the successfully migrated data.
clearHash() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Hash associated with the node.
clearHash() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Hash associated with the node.
clearHeaders() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
.exonum.KeyValueSequence headers = 1;
clearHeight() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
uint64 height = 2;
clearHeight() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
Height of the element.
clearId() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Unique numeric ID of the service instance.
clearIndex() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
Zero-based index of the element.
clearIndex() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
Zero-based index of the node on the level.
clearIndexProof() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the index.
clearInstanceId() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked with the authority of a blockchain service with the specified identifier.
clearInstanceId() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
Unique service instance identifier.
clearInstanceId() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Identifier of the service being called.
clearInstanceSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Instance specification.
clearInterface() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Name of the interface defining the method.
clearKey() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
string key = 1;
clearKey() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Location of the node within the Merkle tree.
clearKey() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Key serialized as per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
clearKind() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
clearKind() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
The kind of error that indicates its type.
clearLen() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
Number of bits.
clearLength() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Length of the underlying `ProofListIndex`.
clearMaxMessageLen() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Maximum message length (in bytes).
clearMaxProposeTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Maximal propose timeout.
clearMaybeValue() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
clearMethodId() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
Identifier of the method in the service interface required for the call.
clearMethodId() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Numeric ID of the method.
clearMigration() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service is in process of migration.
clearMinProposeTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Minimal propose timeout.
clearName() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Artifact name.
clearName() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Unique name of the service instance.
clearNoCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no service to process an erroneous call.
clearNoRuntimeId() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no runtime to process an erroneous call.
clearNoValue() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Indicator that `key` is missing from the underlying map.
clearOk() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Successful execution.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
clearPath() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Path to the node, expressed with the minimum necessary number of bytes.
clearPathPadding() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Number of zero bit padding at the end of the path.
clearPayload() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Payload of the message as a serialized `ExonumMessage`.
clearPayload() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Runtime-specific artifact payload.
clearPeersTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Peer exchange timeout.
clearPendingStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Pending status of the instance.
clearPositionInBlock() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
uint32 position_in_block = 2;
clearPrecommit() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Precommit (block endorsement) message.
clearPrecommits() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
clearPrevHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash prev_hash = 4;
clearProof() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
clearProof() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
clearProposeHash() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the block proposal.
clearProposerId() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
uint32 proposer_id = 1;
clearProposeTimeoutThreshold() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Amount of transactions in pool to start use `min_propose_timeout`.
clearResult() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
clearResult() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
clearRound() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
The round to which the message is related.
clearRuntime() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
clearRuntimeId() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Runtime identifier.
clearRuntimeId() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Identifier of runtime associated with the error.
clearServiceKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
clearServices() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
clearServiceSpecs() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
clearSignature() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Digital signature over the payload created with a secret key of the author of the message.
clearSimple() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service has a status from the `Simple` enum.
clearSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance specification.
clearStateHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash state_hash = 6;
clearStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
Artifact deployment status.
clearStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance activity status.
clearStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
clearStatusTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Period of sending a Status message.
clearTarget() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Migration target to obtain migration scripts from.
clearTime() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Local time of the validator node when the `Precommit` was created.
clearTransaction() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
Call of a transaction within the block.
clearTransactionAuthor() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The caller is identified by the specified Ed25519 public key.
clearTxCount() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
uint32 tx_count = 3;
clearTxHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash tx_hash = 5;
clearTxsBlockLimit() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Maximum number of transactions per block.
clearValidator() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
ID of the validator endorsing the block.
clearValidatorKeys() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
clearValue() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
string value = 2;
clearValue() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
bytes value = 2;
clearValue() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
clearValue() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
clearVersion() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Semantic version of the artifact.
clone() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
clone() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
clone() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
clone() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
clone() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
clone() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
clone() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
clone() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
clone() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
clone() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
clone() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
clone() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
clone() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
clone() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
clone() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
clone() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
clone() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
clone() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
clone() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
clone() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
clone() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
clone() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
clone() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
clone() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
clone() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
clone() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
clone() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
clone() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
clone() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
clone() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
close() - Method in class com.exonum.binding.core.proxy.AbstractCloseableNativeProxy
 
close() - Method in class com.exonum.binding.core.proxy.Cleaner
Performs all the clean operations that has been registered in this context in a reversed order of the registration order.
close() - Method in interface com.exonum.binding.core.proxy.CloseableNativeProxy
Closes the native proxy and releases any native resources associated with this proxy.
close() - Method in class com.exonum.binding.core.proxy.NativeHandle
 
close() - Method in class com.exonum.binding.core.runtime.RuntimeTransport
Stops the web-server.
close() - Method in class com.exonum.binding.core.runtime.ServiceRuntime
 
close() - Method in interface com.exonum.binding.core.service.Node
Closes this node.
close() - Method in class com.exonum.binding.core.service.NodeFake
 
CloseableNativeProxy - Interface in com.exonum.binding.core.proxy
A proxy of a native object that must be explicitly closed.
CloseFailuresException - Exception in com.exonum.binding.core.proxy
Indicates that there were failures when it was attempted to close some native proxies.
code - Variable in enum com.exonum.binding.common.proofs.map.DbKey.Type
Branch type code, used as the first byte in a raw database key.
CODE_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
com.exonum.binding.common.blockchain - package com.exonum.binding.common.blockchain
 
com.exonum.binding.common.collect - package com.exonum.binding.common.collect
 
com.exonum.binding.common.crypto - package com.exonum.binding.common.crypto
 
com.exonum.binding.common.hash - package com.exonum.binding.common.hash
Hash functions and related structures.
com.exonum.binding.common.message - package com.exonum.binding.common.message
 
com.exonum.binding.common.messages - package com.exonum.binding.common.messages
 
com.exonum.binding.common.proofs - package com.exonum.binding.common.proofs
 
com.exonum.binding.common.proofs.list - package com.exonum.binding.common.proofs.list
 
com.exonum.binding.common.proofs.map - package com.exonum.binding.common.proofs.map
 
com.exonum.binding.common.runtime - package com.exonum.binding.common.runtime
 
com.exonum.binding.common.serialization - package com.exonum.binding.common.serialization
 
com.exonum.binding.common.serialization.json - package com.exonum.binding.common.serialization.json
 
com.exonum.binding.core.annotations - package com.exonum.binding.core.annotations
 
com.exonum.binding.core.blockchain - package com.exonum.binding.core.blockchain
 
com.exonum.binding.core.blockchain.proofs - package com.exonum.binding.core.blockchain.proofs
 
com.exonum.binding.core.blockchain.serialization - package com.exonum.binding.core.blockchain.serialization
 
com.exonum.binding.core.proxy - package com.exonum.binding.core.proxy
 
com.exonum.binding.core.runtime - package com.exonum.binding.core.runtime
 
com.exonum.binding.core.service - package com.exonum.binding.core.service
 
com.exonum.binding.core.service.adapters - package com.exonum.binding.core.service.adapters
An internal package with adapters of Java Service interfaces to the interface, convenient to the native code.
com.exonum.binding.core.storage.database - package com.exonum.binding.core.storage.database
 
com.exonum.binding.core.storage.indices - package com.exonum.binding.core.storage.indices
Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage.
com.exonum.binding.core.testkit.internal - package com.exonum.binding.core.testkit.internal
 
com.exonum.binding.core.transaction - package com.exonum.binding.core.transaction
 
com.exonum.binding.core.transport - package com.exonum.binding.core.transport
 
com.exonum.binding.core.util - package com.exonum.binding.core.util
 
com.exonum.binding.testkit - package com.exonum.binding.testkit
 
com.exonum.binding.time - package com.exonum.binding.time
 
com.exonum.messages.common - package com.exonum.messages.common
 
com.exonum.messages.core - package com.exonum.messages.core
 
com.exonum.messages.core.runtime - package com.exonum.messages.core.runtime
 
com.exonum.messages.crypto - package com.exonum.messages.crypto
 
com.exonum.messages.proof - package com.exonum.messages.proof
 
COMMON - com.exonum.messages.core.runtime.Errors.ErrorKind
A common error which can occur in different contexts.
COMMON_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.ErrorKind
A common error which can occur in different contexts.
commonPrefix(DbKey) - Method in class com.exonum.binding.common.proofs.map.DbKey
Returns new branch DbKey (unless common prefix of two equals DbKeys is requested, in which case this DbKey itself is returned), which is a common prefix of this and another DbKey.
CommonTypeAdapterFactory - Class in com.exonum.binding.common.serialization.json
Class used to automatically create Gson type adapters for all AutoValue classes located in this module.
CommonTypeAdapterFactory() - Constructor for class com.exonum.binding.common.serialization.json.CommonTypeAdapterFactory
 
compareTo(DbKey) - Method in class com.exonum.binding.common.proofs.map.DbKey
The following algorithm is used for comparison: Try to find a first bit index at which this key is greater than the other key (i.e., a bit of this key is 1 and the corresponding bit of the other key is 0), and vice versa.
COMPLETED_HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
Configurable - Interface in com.exonum.binding.core.service
A configurable Exonum service.
Configuration - Interface in com.exonum.binding.core.service
Configuration parameters of Exonum service.
configure() - Method in class com.exonum.binding.core.runtime.FrameworkModule
 
CONSENSUS_CONFIG_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
CONSENSUS_KEY_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
CONSTRUCTOR - com.exonum.messages.core.runtime.Errors.CallSite.Type
Service constructor.
CONSTRUCTOR_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
CONSTRUCTOR_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
Service constructor.
contains(E) - Method in class com.exonum.binding.core.storage.indices.KeySetIndexProxy
Returns true if this set contains the specified element.
contains(E) - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Returns true if this set contains the specified element.
containsBlock(Block) - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns true if the blockchain contains exactly the same block as the passed value; false if it does not contain such block.
containsByHash(HashCode) - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Returns true if this set contains an element with the specified hash.
containsKey(ByteString) - Method in class com.exonum.binding.common.proofs.map.CheckedFlatMapProof
 
containsKey(ByteString) - Method in interface com.exonum.binding.common.proofs.map.CheckedMapProof
If this proof is valid, returns true if there is a given key in the proof; false — if there is no such key.
containsKey(K) - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Returns true if this map contains a mapping for the specified key.
containsKey(K) - Method in class com.exonum.binding.core.storage.indices.MapIndexProxy
 
containsKey(K) - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
 
CORE - com.exonum.messages.core.runtime.Errors.ErrorKind
An error specific to the core.
CORE_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.ErrorKind
An error specific to the core.
CoreTypeAdapterFactory - Class in com.exonum.binding.core.blockchain.serialization
Class used to automatically create Gson type adapters for all AutoValue classes located in this module.
CoreTypeAdapterFactory() - Constructor for class com.exonum.binding.core.blockchain.serialization.CoreTypeAdapterFactory
 
correct(HashCode, Set<MapEntry<ByteString, ByteString>>, Set<ByteString>) - Static method in class com.exonum.binding.common.proofs.map.CheckedFlatMapProof
Creates a valid map proof.
CORRECT - com.exonum.binding.common.proofs.map.MapProofStatus
 
create() - Static method in class com.exonum.binding.common.serialization.json.CommonTypeAdapterFactory
 
create() - Static method in class com.exonum.binding.core.blockchain.serialization.CoreTypeAdapterFactory
 
create() - Static method in interface com.exonum.binding.core.transport.Server
Creates an HTTP server with no request handlers.
create(ZonedDateTime) - Static method in class com.exonum.binding.testkit.FakeTimeProvider
Creates a fake time provider with given time.
createBlock() - Method in class com.exonum.binding.testkit.TestKit
Creates a block with all in-pool transactions.
createBlockchainData(long, Cleaner) - Method in interface com.exonum.binding.core.runtime.AccessFactory
Creates a new owning blockchain data.
createBlockchainData(long, Cleaner) - Method in enum com.exonum.binding.core.runtime.AccessProxyFactory
 
createBlockProof(long) - Method in class com.exonum.binding.core.blockchain.Blockchain
Creates a proof for the block at the given height.
createBlockWithTransactions(TransactionMessage...) - Method in class com.exonum.binding.testkit.TestKit
Creates a block with the given transaction(s).
createBlockWithTransactions(Iterable<TransactionMessage>) - Method in class com.exonum.binding.testkit.TestKit
Creates a block with the given transactions.
createCheckpoint() - Method in class com.exonum.binding.core.storage.database.Fork
Creates in-memory checkpoint of the current state of this Fork.
createFork(long, Cleaner) - Method in interface com.exonum.binding.core.runtime.AccessFactory
Creates a new owning fork.
createFork(long, Cleaner) - Method in enum com.exonum.binding.core.runtime.AccessProxyFactory
 
createFork(Cleaner) - Method in interface com.exonum.binding.core.storage.database.Database
Creates a new database fork.
createFork(Cleaner) - Method in class com.exonum.binding.core.storage.database.TemporaryDb
 
createIndexProof(String) - Method in class com.exonum.binding.core.blockchain.Blockchain
Creates a proof for a single index in the database.
createIndexProof(String) - Method in class com.exonum.binding.core.blockchain.BlockchainData
Creates an index proof for an index of the executing service given the index simple name.
createPublicApiHandlers(Node, Router) - Method in interface com.exonum.binding.core.service.Service
Creates handlers that make up the public HTTP API of this service.
createRouter() - Method in interface com.exonum.binding.core.transport.Server
Creates a request router.
createSnapshot(long, Cleaner) - Method in interface com.exonum.binding.core.runtime.AccessFactory
Creates a new owning snapshot.
createSnapshot(long, Cleaner) - Method in enum com.exonum.binding.core.runtime.AccessProxyFactory
 
createSnapshot(Cleaner) - Method in interface com.exonum.binding.core.storage.database.Database
Creates a new snapshot of the database state.
createSnapshot(Cleaner) - Method in class com.exonum.binding.core.storage.database.TemporaryDb
 
CryptoFunction - Interface in com.exonum.binding.common.crypto
A crypto function that provides several signature system crypto methods.
CryptoFunctions - Class in com.exonum.binding.common.crypto
A collection of public-key signature system crypto functions.
CryptoFunctions.Ed25519 - Class in com.exonum.binding.common.crypto
 

D

DATA_FIELD_NUMBER - Static variable in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
DATA_FIELD_NUMBER - Static variable in class com.exonum.messages.crypto.Types.Hash
 
DATA_FIELD_NUMBER - Static variable in class com.exonum.messages.crypto.Types.PublicKey
 
DATA_FIELD_NUMBER - Static variable in class com.exonum.messages.crypto.Types.Signature
 
DATA_VERSION_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
Database - Interface in com.exonum.binding.core.storage.database
Represents an underlying Exonum Storage database.
DB_KEY_SIZE - Static variable in class com.exonum.binding.common.proofs.map.DbKey
Size of the database key in bytes.
DbKey - Class in com.exonum.binding.common.proofs.map
A map proof database key.
DbKey.Type - Enum in com.exonum.binding.common.proofs.map
Type of the node in a Merkle-Patricia tree.
dbKeyCompressedFunnel() - Static method in enum com.exonum.binding.common.proofs.DbKeyCompressedFunnel
 
DbKeyCompressedFunnel - Enum in com.exonum.binding.common.proofs
A funnel for a database key.
dbKeyFunnel() - Static method in enum com.exonum.binding.common.proofs.DbKeyFunnel
 
DbKeyFunnel - Enum in com.exonum.binding.common.proofs
A funnel for a database key.
DEFAULT_HASH_SIZE_BITS - Static variable in class com.exonum.binding.common.hash.Hashing
Size of a hash code in the default Exonum algorithm, in bits.
DEFAULT_HASH_SIZE_BYTES - Static variable in class com.exonum.binding.common.hash.Hashing
Size of a hash code in the default Exonum algorithm.
defaultHashFunction() - Static method in class com.exonum.binding.common.hash.Hashing
Returns the default Exonum hash function: SHA-256.
DEPLOY_SPEC_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
DeployArguments - Class in com.exonum.binding.common.messages
Java ServiceRuntime deploy arguments, specified in the deploy request transaction.
DeployArguments.Builder - Class in com.exonum.binding.common.messages
Java ServiceRuntime deploy arguments, specified in the deploy request transaction.
DeployArgumentsOrBuilder - Interface in com.exonum.binding.common.messages
 
DeployArgumentsOuterClass - Class in com.exonum.binding.common.messages
 
deployArtifact(ServiceArtifactId, String) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Loads a Java service artifact from the specified file.
DEPLOYING - com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
The artifact is pending deployment.
DEPLOYING_VALUE - Static variable in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
The artifact is pending deployment.
DESCRIPTION_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
DESCRIPTION_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
DispatcherSchema - Class in com.exonum.binding.core.runtime
Exonum service instances database schema.
DispatcherSchema(Access) - Constructor for class com.exonum.binding.core.runtime.DispatcherSchema
 
disposeInternal() - Method in class com.exonum.binding.core.proxy.AbstractCloseableNativeProxy
Releases any resources owned by this proxy (e.g., the corresponding native object).
disposeInternal() - Method in class com.exonum.binding.core.runtime.NodeProxy
 
disposeInternal() - Method in class com.exonum.binding.core.storage.database.TemporaryDb
 
disposeInternal() - Method in class com.exonum.binding.testkit.TestKit
 
doubles() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of doubles in little-endian byte order.
DUPLICATE_PATH - com.exonum.binding.common.proofs.map.MapProofStatus
 

E

ed25519() - Static method in class com.exonum.binding.common.crypto.CryptoFunctions
Returns a ED25519 public-key signature system crypto function.
Ed25519() - Constructor for class com.exonum.binding.common.crypto.CryptoFunctions.Ed25519
 
EMBEDDED_PATH - com.exonum.binding.common.proofs.map.MapProofStatus
 
EmulatedNode - Class in com.exonum.binding.testkit
Context of the TestKit emulated node, i.e., on which it instantiates and executes services.
EmulatedNode(int, KeyPair) - Constructor for class com.exonum.binding.testkit.EmulatedNode
Creates a context of an emulated node.
EmulatedNodeType - Enum in com.exonum.binding.testkit
Type of the TestKit emulated node.
END_VERSION_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
entries() - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Returns an iterator over the map entries.
entries() - Method in class com.exonum.binding.core.storage.indices.MapIndexProxy
 
entries() - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
 
ENTRIES_FIELD_NUMBER - Static variable in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
ENTRIES_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
ENTRIES_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
Entry() - Constructor for class com.exonum.binding.core.storage.indices.ValueSetIndexProxy.Entry
 
EntryIndex<T> - Interface in com.exonum.binding.core.storage.indices
An Entry is a database index that may or may not contain a single value.
EntryIndexProxy<T> - Class in com.exonum.binding.core.storage.indices
A proxy of a native MerkleDB Entry.
EPOCH_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.Precommit
 
equals(Object) - Method in class com.exonum.binding.common.crypto.AbstractKey
 
equals(Object) - Method in class com.exonum.binding.common.hash.HashCode
Returns true if object is a HashCode instance with the identical byte representation to this hash code.
equals(Object) - Method in class com.exonum.binding.common.messages.DeployArguments
 
equals(Object) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
equals(Object) - Method in class com.exonum.binding.common.proofs.map.DbKey
 
equals(Object) - Method in class com.exonum.binding.common.proofs.map.KeyBitSet
Checks if this key bit set is equal to the specified object.
equals(Object) - Method in class com.exonum.binding.core.storage.indices.IndexAddress
 
equals(Object) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
equals(Object) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
equals(Object) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
equals(Object) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
equals(Object) - Method in class com.exonum.messages.core.Blockchain.Block
 
equals(Object) - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
equals(Object) - Method in class com.exonum.messages.core.Blockchain.Config
 
equals(Object) - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
equals(Object) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
equals(Object) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
equals(Object) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
equals(Object) - Method in class com.exonum.messages.core.Messages.CoreMessage
 
equals(Object) - Method in class com.exonum.messages.core.Messages.Precommit
 
equals(Object) - Method in class com.exonum.messages.core.Messages.SignedMessage
 
equals(Object) - Method in class com.exonum.messages.core.Proofs.BlockProof
 
equals(Object) - Method in class com.exonum.messages.core.Proofs.CallProof
 
equals(Object) - Method in class com.exonum.messages.core.Proofs.IndexProof
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
equals(Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
equals(Object) - Method in class com.exonum.messages.crypto.Types.Hash
 
equals(Object) - Method in class com.exonum.messages.crypto.Types.PublicKey
 
equals(Object) - Method in class com.exonum.messages.crypto.Types.Signature
 
equals(Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
equals(Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
equals(Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
equals(Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
equals(Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
equals(Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
equals(Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
ERROR - com.exonum.messages.core.runtime.Errors.ExecutionStatus.ResultCase
 
ERROR - com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.ResultCase
 
ERROR_DESCRIPTION_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Proofs.CallProof
 
ERROR_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
ERROR_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
ERROR_HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Block
 
errorHash(HashCode) - Method in class com.exonum.binding.core.blockchain.Block.Builder
Sets error hash.
Errors - Class in com.exonum.messages.core.runtime
 
Errors.CallSite - Class in com.exonum.messages.core.runtime
Call site associated with an error.
Errors.CallSite.Builder - Class in com.exonum.messages.core.runtime
Call site associated with an error.
Errors.CallSite.Type - Enum in com.exonum.messages.core.runtime
Protobuf enum exonum.runtime.CallSite.Type
Errors.CallSiteOrBuilder - Interface in com.exonum.messages.core.runtime
 
Errors.ErrorKind - Enum in com.exonum.messages.core.runtime
The type of ExecutionError.
Errors.ExecutionError - Class in com.exonum.messages.core.runtime
Result of unsuccessful runtime execution.
Errors.ExecutionError.Builder - Class in com.exonum.messages.core.runtime
Result of unsuccessful runtime execution.
Errors.ExecutionError.CallInfoCase - Enum in com.exonum.messages.core.runtime
 
Errors.ExecutionError.RuntimeCase - Enum in com.exonum.messages.core.runtime
 
Errors.ExecutionErrorAux - Class in com.exonum.messages.core.runtime
Additional details about an `ExecutionError` that do not influence blockchain state hash.
Errors.ExecutionErrorAux.Builder - Class in com.exonum.messages.core.runtime
Additional details about an `ExecutionError` that do not influence blockchain state hash.
Errors.ExecutionErrorAuxOrBuilder - Interface in com.exonum.messages.core.runtime
 
Errors.ExecutionErrorOrBuilder - Interface in com.exonum.messages.core.runtime
 
Errors.ExecutionStatus - Class in com.exonum.messages.core.runtime
Result of runtime execution.
Errors.ExecutionStatus.Builder - Class in com.exonum.messages.core.runtime
Result of runtime execution.
Errors.ExecutionStatus.ResultCase - Enum in com.exonum.messages.core.runtime
 
Errors.ExecutionStatusOrBuilder - Interface in com.exonum.messages.core.runtime
 
executeTransaction(int, String, int, byte[], BlockchainData, int, HashCode, PublicKey) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Executes a transaction belonging to the given service.
ExecutionContext - Interface in com.exonum.binding.core.service
An execution context.
ExecutionContext.Builder - Class in com.exonum.binding.core.service
Transaction context builder.
ExecutionException - Exception in com.exonum.binding.core.service
An error occurred during the execution of a Service method.
ExecutionException(byte) - Constructor for exception com.exonum.binding.core.service.ExecutionException
Constructs a new transaction exception with no description.
ExecutionException(byte, String) - Constructor for exception com.exonum.binding.core.service.ExecutionException
Constructs a new transaction exception with the specified description.
ExecutionException(byte, String, Throwable) - Constructor for exception com.exonum.binding.core.service.ExecutionException
Constructs a new transaction exception with the specified description and cause.
ExecutionPreconditions - Class in com.exonum.binding.core.service
Utility methods that helps verifying conditions conducted in expression while transaction execution.
ExecutionStatuses - Class in com.exonum.binding.common.blockchain
Provides pre-defined execution statuses.

F

FakeTimeProvider - Class in com.exonum.binding.testkit
Fake time provider for service testing.
findBlock(HashCode) - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a block object for given block hash.
findServiceData(String) - Method in class com.exonum.binding.core.blockchain.BlockchainData
Returns a readonly database access for the data of the service instance with the given name, if it is started; or Optional.empty if no such service started.
findTransactionsInPool(Predicate<TransactionMessage>) - Method in class com.exonum.binding.testkit.TestKit
Returns a list of in-pool transactions that match the given predicate.
FIRST_ROUND_TIMEOUT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Config
 
fixed32() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of integers as four bytes in little-endian byte order.
fixed64() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of longs as eight bytes in little-endian byte order.
floats() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of floats in little-endian byte order.
Fork - Class in com.exonum.binding.core.storage.database
A fork is a database access object, allowing both read and write operations.
FORMAT_FIELD_NUMBER - Static variable in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
forNumber(int) - Static method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
 
forNumber(int) - Static method in enum com.exonum.messages.core.Blockchain.CallInBlock.CallCase
 
forNumber(int) - Static method in enum com.exonum.messages.core.Messages.CoreMessage.KindCase
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Auth.Caller.CallerCase
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.CallInfoCase
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.RuntimeCase
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionStatus.ResultCase
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.StatusCase
 
forNumber(int) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.ResultCase
 
forNumber(int) - Static method in enum com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.MaybeValueCase
 
forService(ServiceArtifactId, String, String, int, Path) - Static method in class com.exonum.binding.testkit.TestKit
Deploys and creates a single service with no configuration and with a single validator node in this TestKit network.
FrameworkModule - Class in com.exonum.binding.core.runtime
A framework module which configures the system-wide bindings.
FrameworkModule(Path, int, Map<String, Class<?>>) - Constructor for class com.exonum.binding.core.runtime.FrameworkModule
Creates a framework module with the given configuration.
from(Serializer<T>) - Static method in class com.exonum.binding.common.serialization.CheckingSerializerDecorator
Creates a checking serializer decorator.
from(Runnable, ResourceDescriptionT) - Static method in interface com.exonum.binding.core.proxy.CleanAction
Creates a clean action with a given type.
fromBytes(byte[]) - Static method in class com.exonum.binding.common.crypto.PrivateKey
Creates a PrivateKey from a byte array.
fromBytes(byte[]) - Static method in class com.exonum.binding.common.crypto.PublicKey
Creates a PublicKey from a byte array.
fromBytes(byte[]) - Static method in class com.exonum.binding.common.hash.HashCode
Creates a HashCode from a byte array.
fromBytes(byte[]) - Static method in interface com.exonum.binding.common.message.TransactionMessage
Creates the transaction message from the given bytes array.
fromBytes(byte[]) - Static method in class com.exonum.binding.common.proofs.map.DbKey
Creates a database key.
fromBytes(byte[]) - Method in class com.exonum.binding.common.serialization.CheckingSerializerDecorator
 
fromBytes(byte[]) - Method in interface com.exonum.binding.common.serialization.Serializer
De-serializes a value from a given byte array.
fromBytes(byte[]) - Method in enum com.exonum.binding.core.blockchain.serialization.BlockSerializer
 
fromBytes(byte[]) - Method in enum com.exonum.binding.core.blockchain.serialization.TransactionLocationSerializer
 
fromBytes(byte[]) - Method in enum com.exonum.binding.time.UtcZonedDateTimeSerializer
 
fromHandle(long, Cleaner) - Static method in class com.exonum.binding.core.blockchain.BlockchainData
Creates a new BlockchainData from the native handle.
fromHandle(long, Cleaner) - Static method in class com.exonum.binding.core.storage.database.Prefixed
Creates a new Prefixed access from the native handle.
fromHandle(long, Cleaner) - Static method in class com.exonum.binding.core.storage.database.RoErasedAccess
Creates a new erased readonly access from the native handle.
fromHexString(String) - Static method in class com.exonum.binding.common.crypto.PrivateKey
Creates a PrivateKey from a hexadecimal string.
fromHexString(String) - Static method in class com.exonum.binding.common.crypto.PublicKey
Creates a PublicKey from a hexadecimal string.
fromInt(int) - Static method in class com.exonum.binding.common.hash.HashCode
Creates a 32-bit HashCode representation of the given int value.
fromLong(long) - Static method in class com.exonum.binding.common.hash.HashCode
Creates a 64-bit HashCode representation of the given long value.
fromMessage(TransactionMessage) - Static method in class com.exonum.binding.core.transaction.RawTransaction
Creates a raw transaction from the given transaction message.
fromMessage(Blockchain.Block) - Static method in class com.exonum.binding.core.blockchain.Block
Creates a block from the block message.
fromProto(Messages.SignedMessage) - Static method in class com.exonum.binding.common.message.SignedMessage
Creates a wrapper around signed message.
fromProto(Base.ArtifactId) - Static method in class com.exonum.binding.common.runtime.ServiceArtifactId
Creates a new service artifact from the given artifact id message.
fromRawAccess(AbstractAccess, String) - Static method in class com.exonum.binding.core.blockchain.BlockchainData
Creates a BlockchainData for the service with the given name.
fromString(String) - Static method in class com.exonum.binding.common.hash.HashCode
Creates a HashCode from a hexadecimal (base 16) encoded string.
FROZEN - com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
The service instance is frozen; it can process read-only requests, but not transactions or `before_transactions` / `after_transactions` hooks.
FROZEN_VALUE - Static variable in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
The service instance is frozen; it can process read-only requests, but not transactions or `before_transactions` / `after_transactions` hooks.
funnel(HashCode, PrimitiveSink) - Method in enum com.exonum.binding.common.hash.Funnels.HashCodeFunnel
 
funnel(DbKey, PrimitiveSink) - Method in enum com.exonum.binding.common.proofs.DbKeyCompressedFunnel
 
funnel(DbKey, PrimitiveSink) - Method in enum com.exonum.binding.common.proofs.DbKeyFunnel
 
funnel(T, PrimitiveSink) - Method in interface com.exonum.binding.common.hash.Funnel
Sends a stream of data from the from object into the sink into.
Funnel<T> - Interface in com.exonum.binding.common.hash
An object which can send data from an object of type T into a PrimitiveSink.
Funnels - Class in com.exonum.binding.common.hash
Funnels for common types.
Funnels.HashCodeFunnel - Enum in com.exonum.binding.common.hash
HashCode funnel.

G

generateKeyPair() - Method in interface com.exonum.binding.common.crypto.CryptoFunction
Generates a private key and a corresponding public key using a random seed.
generateKeyPair(byte[]) - Method in interface com.exonum.binding.common.crypto.CryptoFunction
Generates a private key and a corresponding public key using a seed byte array.
get() - Method in class com.exonum.binding.core.proxy.NativeHandle
Returns a native implementation-specific handle if it may be safely used to access the native object.
get() - Method in class com.exonum.binding.core.runtime.ReflectiveModuleSupplier
 
get() - Method in interface com.exonum.binding.core.storage.indices.EntryIndex
If value is present in the entry, returns it, otherwise, throws NoSuchElementException.
get(long) - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Returns the element at the given index.
get(Blockchain.CallInBlock) - Method in class com.exonum.binding.core.blockchain.CallRecords
Finds the error, if any, occurred in the given call.
get(ByteString) - Method in class com.exonum.binding.common.proofs.map.CheckedFlatMapProof
 
get(ByteString) - Method in interface com.exonum.binding.common.proofs.map.CheckedMapProof
If this proof is valid, returns the value corresponding to the specified key or null if there is no such key in the proof.
get(K) - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Returns the value associated with the specified key, or null if there is no mapping for the key.
get(K) - Method in class com.exonum.binding.core.storage.indices.MapIndexProxy
 
get(K) - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
 
getAccessNativeHandle() - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getAccessNativeHandle() - Method in interface com.exonum.binding.core.storage.database.Access
Returns a native handle of this access.
getActualPort() - Method in interface com.exonum.binding.core.transport.Server
Returns a port this server is listening at, or OptionalInt.empty() if it does not currently accept requests.
getAdditionalHeaders() - Method in class com.exonum.binding.core.blockchain.Block
Contains additional block headers of the block.
getAdditionalHeaders() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.AdditionalHeaders additional_headers = 8;
getAdditionalHeaders() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.AdditionalHeaders additional_headers = 8;
getAdditionalHeaders() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.AdditionalHeaders additional_headers = 8;
getAdditionalHeadersBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.AdditionalHeaders additional_headers = 8;
getAdditionalHeadersOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.AdditionalHeaders additional_headers = 8;
getAdditionalHeadersOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.AdditionalHeaders additional_headers = 8;
getAdditionalHeadersOrBuilder() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.AdditionalHeaders additional_headers = 8;
getAddress() - Method in interface com.exonum.binding.core.storage.indices.StorageIndex
Returns the index address: its identifier in the database.
getAfterTransactions() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
Call of `after_transactions` hook in a service.
getAfterTransactions() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
Call of `after_transactions` hook in a service.
getAfterTransactions() - Method in interface com.exonum.messages.core.Blockchain.CallInBlockOrBuilder
Call of `after_transactions` hook in a service.
getAnyTx() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Transaction message.
getAnyTx() - Method in class com.exonum.messages.core.Messages.CoreMessage
Transaction message.
getAnyTx() - Method in interface com.exonum.messages.core.Messages.CoreMessageOrBuilder
Transaction message.
getAnyTxBuilder() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Transaction message.
getAnyTxOrBuilder() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Transaction message.
getAnyTxOrBuilder() - Method in class com.exonum.messages.core.Messages.CoreMessage
Transaction message.
getAnyTxOrBuilder() - Method in interface com.exonum.messages.core.Messages.CoreMessageOrBuilder
Transaction message.
getArguments() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Serialized transaction arguments.
getArguments() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
Serialized transaction arguments.
getArguments() - Method in interface com.exonum.messages.core.runtime.Base.AnyTxOrBuilder
Serialized transaction arguments.
getArtifact() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Information uniquely identifying the artifact.
getArtifact() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
Information uniquely identifying the artifact.
getArtifact() - Method in interface com.exonum.messages.core.runtime.Base.ArtifactSpecOrBuilder
Information uniquely identifying the artifact.
getArtifact() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Identifier of the corresponding artifact.
getArtifact() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
Identifier of the corresponding artifact.
getArtifact() - Method in interface com.exonum.messages.core.runtime.Base.InstanceSpecOrBuilder
Identifier of the corresponding artifact.
getArtifactBuilder() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Information uniquely identifying the artifact.
getArtifactBuilder() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Identifier of the corresponding artifact.
getArtifactFilename() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
A name of the service artifact file located in the directory for storing Java service artifacts.
getArtifactFilename() - Method in class com.exonum.binding.common.messages.DeployArguments
A name of the service artifact file located in the directory for storing Java service artifacts.
getArtifactFilename() - Method in interface com.exonum.binding.common.messages.DeployArgumentsOrBuilder
A name of the service artifact file located in the directory for storing Java service artifacts.
getArtifactFilenameBytes() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
A name of the service artifact file located in the directory for storing Java service artifacts.
getArtifactFilenameBytes() - Method in class com.exonum.binding.common.messages.DeployArguments
A name of the service artifact file located in the directory for storing Java service artifacts.
getArtifactFilenameBytes() - Method in interface com.exonum.binding.common.messages.DeployArgumentsOrBuilder
A name of the service artifact file located in the directory for storing Java service artifacts.
getArtifactId() - Method in class com.exonum.binding.core.runtime.ServiceInstanceSpec
Returns the service artifact id.
getArtifactOrBuilder() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Information uniquely identifying the artifact.
getArtifactOrBuilder() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
Information uniquely identifying the artifact.
getArtifactOrBuilder() - Method in interface com.exonum.messages.core.runtime.Base.ArtifactSpecOrBuilder
Information uniquely identifying the artifact.
getArtifactOrBuilder() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Identifier of the corresponding artifact.
getArtifactOrBuilder() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
Identifier of the corresponding artifact.
getArtifactOrBuilder() - Method in interface com.exonum.messages.core.runtime.Base.InstanceSpecOrBuilder
Identifier of the corresponding artifact.
getArtifacts(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
getArtifacts(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
Artifact specification of the built-in services.
getArtifacts(int) - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
Artifact specification of the built-in services.
getArtifactsBuilder(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
getArtifactsBuilderList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
getArtifactsCount() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
getArtifactsCount() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
Artifact specification of the built-in services.
getArtifactsCount() - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
Artifact specification of the built-in services.
getArtifactsList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
getArtifactsList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
Artifact specification of the built-in services.
getArtifactsList() - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
Artifact specification of the built-in services.
getArtifactsOrBuilder(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
getArtifactsOrBuilder(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
Artifact specification of the built-in services.
getArtifactsOrBuilder(int) - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
Artifact specification of the built-in services.
getArtifactsOrBuilderList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
getArtifactsOrBuilderList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
Artifact specification of the built-in services.
getArtifactsOrBuilderList() - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
Artifact specification of the built-in services.
getArtifactSpec() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Artifact description.
getArtifactSpec() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
Artifact description.
getArtifactSpec() - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceOrBuilder
Artifact description.
getArtifactSpecBuilder() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Artifact description.
getArtifactSpecOrBuilder() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Artifact description.
getArtifactSpecOrBuilder() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
Artifact description.
getArtifactSpecOrBuilder() - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceOrBuilder
Artifact description.
getAsJson(Class<T>) - Method in interface com.exonum.binding.core.service.Configuration
Returns the configuration as an object of the given type decoded from the underlying JSON.
getAsMessage() - Method in class com.exonum.binding.core.blockchain.proofs.BlockProof
Returns the proof as a protobuf message.
getAsMessage() - Method in class com.exonum.binding.core.blockchain.proofs.IndexProof
Returns the proof as a protobuf message.
getAsMessage() - Method in class com.exonum.binding.core.storage.indices.ListProof
Returns the proof as a protobuf message.
getAsMessage() - Method in class com.exonum.binding.core.storage.indices.MapProof
Returns the proof as a protobuf message.
getAsMessage(Class<MessageT>) - Method in interface com.exonum.binding.core.service.Configuration
Returns the configuration parameters as a Protocol Buffers message.
getAsProperties() - Method in interface com.exonum.binding.core.service.Configuration
Returns the configuration as a properties.
getAsString() - Method in interface com.exonum.binding.core.service.Configuration
Returns the configuration as a plain text string.
getAuthor() - Method in interface com.exonum.binding.common.message.TransactionMessage
Returns a public key of the author of the transaction message.
getAuthor() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Public key of the author of the message.
getAuthor() - Method in class com.exonum.messages.core.Messages.SignedMessage
Public key of the author of the message.
getAuthor() - Method in interface com.exonum.messages.core.Messages.SignedMessageOrBuilder
Public key of the author of the message.
getAuthorBuilder() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Public key of the author of the message.
getAuthorOrBuilder() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Public key of the author of the message.
getAuthorOrBuilder() - Method in class com.exonum.messages.core.Messages.SignedMessage
Public key of the author of the message.
getAuthorOrBuilder() - Method in interface com.exonum.messages.core.Messages.SignedMessageOrBuilder
Public key of the author of the message.
getAuthorPk() - Method in class com.exonum.binding.common.message.SignedMessage
Returns the key of the message author.
getAuthorPk() - Method in interface com.exonum.binding.core.service.ExecutionContext
Returns public key of the transaction author; or Optional.empty() if no transaction message corresponds to this context.
getBeforeTransactions() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
Call of `before_transactions` hook in a service.
getBeforeTransactions() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
Call of `before_transactions` hook in a service.
getBeforeTransactions() - Method in interface com.exonum.messages.core.Blockchain.CallInBlockOrBuilder
Call of `before_transactions` hook in a service.
getBlock() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
getBlock() - Method in class com.exonum.messages.core.Proofs.BlockProof
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
getBlock() - Method in interface com.exonum.messages.core.Proofs.BlockProofOrBuilder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
getBlock(long) - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns the block at the given height.
getBlockBuilder() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
getBlockchain() - Method in class com.exonum.binding.core.blockchain.BlockchainData
Returns the blockchain schema (aka Exonum core schema).
getBlockchain() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked by one of the blockchain lifecycle events.
getBlockchain() - Method in class com.exonum.messages.core.runtime.Auth.Caller
The call is invoked by one of the blockchain lifecycle events.
getBlockchain() - Method in interface com.exonum.messages.core.runtime.Auth.CallerOrBuilder
The call is invoked by one of the blockchain lifecycle events.
getBlockchainBuilder() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked by one of the blockchain lifecycle events.
getBlockchainData() - Method in interface com.exonum.binding.core.service.ExecutionContext
Returns the database access object allowing R/W operations.
getBlockchainData(String) - Method in class com.exonum.binding.testkit.TestKit
Returns the snapshot of the current state of the blockchain data for a service with the given name.
getBlockchainOrBuilder() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked by one of the blockchain lifecycle events.
getBlockchainOrBuilder() - Method in class com.exonum.messages.core.runtime.Auth.Caller
The call is invoked by one of the blockchain lifecycle events.
getBlockchainOrBuilder() - Method in interface com.exonum.messages.core.runtime.Auth.CallerOrBuilder
The call is invoked by one of the blockchain lifecycle events.
getBlockHash() - Method in class com.exonum.binding.core.blockchain.Block
Returns the SHA-256 hash of this block.
getBlockHash() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the new block.
getBlockHash() - Method in class com.exonum.messages.core.Messages.Precommit
Hash of the new block.
getBlockHash() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
Hash of the new block.
getBlockHashBuilder() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the new block.
getBlockHashes() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a list of all block hashes, indexed by the block height.
getBlockHashOrBuilder() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the new block.
getBlockHashOrBuilder() - Method in class com.exonum.messages.core.Messages.Precommit
Hash of the new block.
getBlockHashOrBuilder() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
Hash of the new block.
getBlockHeight() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
uint64 block_height = 1;
getBlockHeight() - Method in class com.exonum.messages.core.Blockchain.TxLocation
uint64 block_height = 1;
getBlockHeight() - Method in interface com.exonum.messages.core.Blockchain.TxLocationOrBuilder
uint64 block_height = 1;
getBlockOrBuilder() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
getBlockOrBuilder() - Method in class com.exonum.messages.core.Proofs.BlockProof
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
getBlockOrBuilder() - Method in interface com.exonum.messages.core.Proofs.BlockProofOrBuilder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
getBlockProof() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof of authenticity for the block header.
getBlockProof() - Method in class com.exonum.messages.core.Proofs.CallProof
Proof of authenticity for the block header.
getBlockProof() - Method in interface com.exonum.messages.core.Proofs.CallProofOrBuilder
Proof of authenticity for the block header.
getBlockProof() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the block header.
getBlockProof() - Method in class com.exonum.messages.core.Proofs.IndexProof
Proof of authenticity for the block header.
getBlockProof() - Method in interface com.exonum.messages.core.Proofs.IndexProofOrBuilder
Proof of authenticity for the block header.
getBlockProofBuilder() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof of authenticity for the block header.
getBlockProofBuilder() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the block header.
getBlockProofOrBuilder() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof of authenticity for the block header.
getBlockProofOrBuilder() - Method in class com.exonum.messages.core.Proofs.CallProof
Proof of authenticity for the block header.
getBlockProofOrBuilder() - Method in interface com.exonum.messages.core.Proofs.CallProofOrBuilder
Proof of authenticity for the block header.
getBlockProofOrBuilder() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the block header.
getBlockProofOrBuilder() - Method in class com.exonum.messages.core.Proofs.IndexProof
Proof of authenticity for the block header.
getBlockProofOrBuilder() - Method in interface com.exonum.messages.core.Proofs.IndexProofOrBuilder
Proof of authenticity for the block header.
getBlocks() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a map that stores a block object for every block hash.
getBlockTransactions(long) - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a proof list of transaction hashes committed in the block at the given height.
getBlockTransactions(HashCode) - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a proof list of transaction hashes committed in the block with the given id.
getBlockTransactions(Block) - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a proof list of transaction hashes committed in the given block.
getBuiltinInstances(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstances(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstances(int) - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesBuilder(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesBuilderList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesCount() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesCount() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesCount() - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesList() - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesOrBuilder(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesOrBuilder(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesOrBuilder(int) - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesOrBuilderList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesOrBuilderList() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
List of services with their configuration parameters that are created directly in the genesis block.
getBuiltinInstancesOrBuilderList() - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
List of services with their configuration parameters that are created directly in the genesis block.
getCallCase() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
getCallCase() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
getCallCase() - Method in interface com.exonum.messages.core.Blockchain.CallInBlockOrBuilder
 
getCallerCase() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
getCallerCase() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
getCallerCase() - Method in interface com.exonum.messages.core.runtime.Auth.CallerOrBuilder
 
getCallInfo() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Information required for the call of the corresponding executor.
getCallInfo() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
Information required for the call of the corresponding executor.
getCallInfo() - Method in interface com.exonum.messages.core.runtime.Base.AnyTxOrBuilder
Information required for the call of the corresponding executor.
getCallInfoBuilder() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Information required for the call of the corresponding executor.
getCallInfoCase() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
getCallInfoCase() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
getCallInfoCase() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
 
getCallInfoOrBuilder() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Information required for the call of the corresponding executor.
getCallInfoOrBuilder() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
Information required for the call of the corresponding executor.
getCallInfoOrBuilder() - Method in interface com.exonum.messages.core.runtime.Base.AnyTxOrBuilder
Information required for the call of the corresponding executor.
getCallProof() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
getCallProof() - Method in class com.exonum.messages.core.Proofs.CallProof
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
getCallProof() - Method in interface com.exonum.messages.core.Proofs.CallProofOrBuilder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
getCallProofBuilder() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
getCallProofOrBuilder() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
getCallProofOrBuilder() - Method in class com.exonum.messages.core.Proofs.CallProof
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
getCallProofOrBuilder() - Method in interface com.exonum.messages.core.Proofs.CallProofOrBuilder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
getCallRecords(long) - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns the call records, containing the execution errors that occurred in the block at the given height.
getCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Information about service call associated with the error.
getCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
Information about service call associated with the error.
getCallSite() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
Information about service call associated with the error.
getCallSiteBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Information about service call associated with the error.
getCallSiteOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Information about service call associated with the error.
getCallSiteOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
Information about service call associated with the error.
getCallSiteOrBuilder() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
Information about service call associated with the error.
getCallType() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Type of the call.
getCallType() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
Type of the call.
getCallType() - Method in interface com.exonum.messages.core.runtime.Errors.CallSiteOrBuilder
Type of the call.
getCallTypeValue() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Type of the call.
getCallTypeValue() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
Type of the call.
getCallTypeValue() - Method in interface com.exonum.messages.core.runtime.Errors.CallSiteOrBuilder
Type of the call.
getCleaner() - Method in class com.exonum.binding.core.storage.database.AbstractAccess
Returns the cleaner of this access.
getCleaner() - Method in class com.exonum.binding.core.storage.database.Fork
 
getCleaner() - Method in class com.exonum.binding.core.storage.database.Prefixed
 
getCleaner() - Method in class com.exonum.binding.core.storage.database.RoErasedAccess
 
getCleaner() - Method in class com.exonum.binding.core.storage.database.Snapshot
 
getCode() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
User defined error code that can have different meanings for the different error kinds.
getCode() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
User defined error code that can have different meanings for the different error kinds.
getCode() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
User defined error code that can have different meanings for the different error kinds.
getCompletedHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
getCompletedHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
getCompletedHash() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceMigrationOrBuilder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
getCompletedHashBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
getCompletedHashOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
getCompletedHashOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
getCompletedHashOrBuilder() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceMigrationOrBuilder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
getConfigurationFormat() - Method in interface com.exonum.binding.core.service.Configuration
Returns the configuration format.
getConsensusConfig() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Blockchain configuration used to create the genesis block.
getConsensusConfig() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
Blockchain configuration used to create the genesis block.
getConsensusConfig() - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
Blockchain configuration used to create the genesis block.
getConsensusConfigBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Blockchain configuration used to create the genesis block.
getConsensusConfigOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Blockchain configuration used to create the genesis block.
getConsensusConfigOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
Blockchain configuration used to create the genesis block.
getConsensusConfigOrBuilder() - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
Blockchain configuration used to create the genesis block.
getConsensusConfiguration() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns the current consensus configuration of the network.
getConsensusKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Consensus key is used for messages related to the consensus algorithm.
getConsensusKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
Consensus key is used for messages related to the consensus algorithm.
getConsensusKey() - Method in interface com.exonum.messages.core.Blockchain.ValidatorKeysOrBuilder
Consensus key is used for messages related to the consensus algorithm.
getConsensusKeyBuilder() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Consensus key is used for messages related to the consensus algorithm.
getConsensusKeyOrBuilder() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Consensus key is used for messages related to the consensus algorithm.
getConsensusKeyOrBuilder() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
Consensus key is used for messages related to the consensus algorithm.
getConsensusKeyOrBuilder() - Method in interface com.exonum.messages.core.Blockchain.ValidatorKeysOrBuilder
Consensus key is used for messages related to the consensus algorithm.
getConstructor() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Constructor argument for the instance.
getConstructor() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
Constructor argument for the instance.
getConstructor() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsOrBuilder
Constructor argument for the instance.
getData() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
Buffer containing the bits.
getData() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
Buffer containing the bits.
getData() - Method in interface com.exonum.messages.common.BitVecOuterClass.BitVecOrBuilder
Buffer containing the bits.
getData() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
bytes data = 1;
getData() - Method in class com.exonum.messages.crypto.Types.Hash
bytes data = 1;
getData() - Method in interface com.exonum.messages.crypto.Types.HashOrBuilder
bytes data = 1;
getData() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
bytes data = 1;
getData() - Method in class com.exonum.messages.crypto.Types.PublicKey
bytes data = 1;
getData() - Method in interface com.exonum.messages.crypto.Types.PublicKeyOrBuilder
bytes data = 1;
getData() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
bytes data = 1;
getData() - Method in class com.exonum.messages.crypto.Types.Signature
bytes data = 1;
getData() - Method in interface com.exonum.messages.crypto.Types.SignatureOrBuilder
bytes data = 1;
getDatabase() - Method in class com.exonum.binding.core.service.NodeFake
Returns the underlying database.
getDataVersion() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Version of the service data.
getDataVersion() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Version of the service data.
getDataVersion() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Version of the service data.
getDataVersionBytes() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Version of the service data.
getDataVersionBytes() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Version of the service data.
getDataVersionBytes() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Version of the service data.
getDbKey() - Method in class com.exonum.binding.common.proofs.map.MapProofEntry
Returns a database key of this node.
getDefaultInstance() - Static method in class com.exonum.binding.common.messages.DeployArguments
 
getDefaultInstance() - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
getDefaultInstance() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
getDefaultInstance() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
getDefaultInstance() - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Blockchain.Block
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Blockchain.Config
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
getDefaultInstance() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
getDefaultInstance() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Messages.Precommit
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Proofs.CallProof
 
getDefaultInstance() - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
getDefaultInstance() - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
getDefaultInstance() - Static method in class com.exonum.messages.crypto.Types.Hash
 
getDefaultInstance() - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
getDefaultInstance() - Static method in class com.exonum.messages.crypto.Types.Signature
 
getDefaultInstance() - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
getDefaultInstance() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
getDefaultInstance() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
getDefaultInstance() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
getDefaultInstance() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
getDefaultInstance() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
getDefaultInstance() - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
getDefaultInstanceForType() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.binding.common.messages.DeployArguments
 
getDefaultInstanceForType() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
getDefaultInstanceForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
getDefaultInstanceForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
getDefaultInstanceForType() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.Block
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.Config
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Messages.Precommit
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Messages.SignedMessage
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Proofs.BlockProof
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Proofs.CallProof
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.Proofs.IndexProof
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
getDefaultInstanceForType() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.crypto.Types.Hash
 
getDefaultInstanceForType() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.crypto.Types.PublicKey
 
getDefaultInstanceForType() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.crypto.Types.Signature
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
getDefaultInstanceForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
getDeploySpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
Runtime-specific artifact specification.
getDeploySpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
Runtime-specific artifact specification.
getDeploySpec() - Method in interface com.exonum.messages.core.runtime.Lifecycle.ArtifactStateOrBuilder
Runtime-specific artifact specification.
getDescription() - Method in enum com.exonum.binding.common.proofs.list.ListProofStatus
 
getDescription() - Method in enum com.exonum.binding.common.proofs.map.MapProofStatus
 
getDescription() - Method in interface com.exonum.binding.common.proofs.ProofStatus
Returns the description of the proof verification result.
getDescription() - Method in class com.exonum.binding.core.proxy.Cleaner
Returns a description of this cleaner.
getDescription() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Optional error description.
getDescription() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
Optional error description.
getDescription() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
Human-readable error description.
getDescription() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
Human-readable error description.
getDescription() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorAuxOrBuilder
Human-readable error description.
getDescription() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
Optional error description.
getDescriptionBytes() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Optional error description.
getDescriptionBytes() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
Optional error description.
getDescriptionBytes() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
Human-readable error description.
getDescriptionBytes() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
Human-readable error description.
getDescriptionBytes() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorAuxOrBuilder
Human-readable error description.
getDescriptionBytes() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
Optional error description.
getDescriptor() - Static method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
getDescriptor() - Static method in class com.exonum.binding.common.messages.DeployArguments
 
getDescriptor() - Static method in class com.exonum.binding.common.messages.DeployArgumentsOuterClass
 
getDescriptor() - Static method in class com.exonum.binding.common.messages.Service
 
getDescriptor() - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
getDescriptor() - Static method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
 
getDescriptor() - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
getDescriptor() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos
 
getDescriptor() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
getDescriptor() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
getDescriptor() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
getDescriptor() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
getDescriptor() - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
getDescriptor() - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
getDescriptor() - Static method in class com.exonum.messages.common.BitVecOuterClass
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.Block.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.Block
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.Config.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.Config
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
getDescriptor() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass
 
getDescriptor() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
getDescriptor() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
getDescriptor() - Static method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
getDescriptor() - Static method in class com.exonum.messages.core.Messages
 
getDescriptor() - Static method in class com.exonum.messages.core.Messages.Precommit.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Messages.Precommit
 
getDescriptor() - Static method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
getDescriptor() - Static method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
getDescriptor() - Static method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Proofs.CallProof
 
getDescriptor() - Static method in class com.exonum.messages.core.Proofs
 
getDescriptor() - Static method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Auth
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
getDescriptor() - Static method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
 
getDescriptor() - Static method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Errors
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
getDescriptor() - Static method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
getDescriptor() - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
getDescriptor() - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
getDescriptor() - Static method in class com.exonum.messages.crypto.Types
 
getDescriptor() - Static method in class com.exonum.messages.crypto.Types.Hash.Builder
 
getDescriptor() - Static method in class com.exonum.messages.crypto.Types.Hash
 
getDescriptor() - Static method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
getDescriptor() - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
getDescriptor() - Static method in class com.exonum.messages.crypto.Types.Signature.Builder
 
getDescriptor() - Static method in class com.exonum.messages.crypto.Types.Signature
 
getDescriptor() - Static method in class com.exonum.messages.proof.ListProofOuterClass
 
getDescriptor() - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
getDescriptor() - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
getDescriptor() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
getDescriptor() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
getDescriptor() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
getDescriptor() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
getDescriptor() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
getDescriptor() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
getDescriptor() - Static method in class com.exonum.messages.proof.MapProofOuterClass
 
getDescriptor() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
getDescriptor() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
getDescriptor() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
getDescriptor() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
getDescriptor() - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
getDescriptor() - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
getDescriptorForType() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
getDescriptorForType() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
getDescriptorForType() - Method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
 
getDescriptorForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
getDescriptorForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
getDescriptorForType() - Method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
 
getDescriptorForType() - Method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
getDescriptorForType() - Method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
getDescriptorForType() - Method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
 
getDescriptorForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
getDescriptorForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
getDispatcherSchema() - Method in class com.exonum.binding.core.blockchain.BlockchainData
Returns the schema of the dispatcher service.
getElements() - Method in interface com.exonum.binding.common.proofs.list.CheckedListProof
Get all list proof elements.
getElements() - Method in class com.exonum.binding.common.proofs.list.CheckedListProofImpl
 
getEmulatedNode() - Method in class com.exonum.binding.testkit.TestKit
Returns the context of the node that the TestKit emulates (i.e., on which it instantiates and executes services).
getEndVersion() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Version of the instance data after the migration is completed.
getEndVersion() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
Version of the instance data after the migration is completed.
getEndVersion() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceMigrationOrBuilder
Version of the instance data after the migration is completed.
getEndVersionBytes() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Version of the instance data after the migration is completed.
getEndVersionBytes() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
Version of the instance data after the migration is completed.
getEndVersionBytes() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceMigrationOrBuilder
Version of the instance data after the migration is completed.
getEntries() - Method in class com.exonum.binding.common.proofs.map.CheckedFlatMapProof
 
getEntries() - Method in interface com.exonum.binding.common.proofs.map.CheckedMapProof
Get all leaf entries of this proof.
getEntries(int) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
getEntries(int) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
repeated .exonum.KeyValue entries = 1;
getEntries(int) - Method in interface com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequenceOrBuilder
repeated .exonum.KeyValue entries = 1;
getEntries(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
getEntries(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array with list elements and their indexes.
getEntries(int) - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array with list elements and their indexes.
getEntries(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntries(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntries(int) - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesBuilder(int) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
getEntriesBuilder(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
getEntriesBuilder(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesBuilderList() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
getEntriesBuilderList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
getEntriesBuilderList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesCount() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
getEntriesCount() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
repeated .exonum.KeyValue entries = 1;
getEntriesCount() - Method in interface com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequenceOrBuilder
repeated .exonum.KeyValue entries = 1;
getEntriesCount() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
getEntriesCount() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array with list elements and their indexes.
getEntriesCount() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array with list elements and their indexes.
getEntriesCount() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesCount() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesCount() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesList() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
getEntriesList() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
repeated .exonum.KeyValue entries = 1;
getEntriesList() - Method in interface com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequenceOrBuilder
repeated .exonum.KeyValue entries = 1;
getEntriesList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
getEntriesList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array with list elements and their indexes.
getEntriesList() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array with list elements and their indexes.
getEntriesList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesList() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesOrBuilder(int) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
getEntriesOrBuilder(int) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
repeated .exonum.KeyValue entries = 1;
getEntriesOrBuilder(int) - Method in interface com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequenceOrBuilder
repeated .exonum.KeyValue entries = 1;
getEntriesOrBuilder(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
getEntriesOrBuilder(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array with list elements and their indexes.
getEntriesOrBuilder(int) - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array with list elements and their indexes.
getEntriesOrBuilder(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesOrBuilder(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesOrBuilder(int) - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesOrBuilderList() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
getEntriesOrBuilderList() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
repeated .exonum.KeyValue entries = 1;
getEntriesOrBuilderList() - Method in interface com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequenceOrBuilder
repeated .exonum.KeyValue entries = 1;
getEntriesOrBuilderList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
getEntriesOrBuilderList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array with list elements and their indexes.
getEntriesOrBuilderList() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array with list elements and their indexes.
getEntriesOrBuilderList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesOrBuilderList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntriesOrBuilderList() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
getEntry(IndexAddress, Serializer<E>) - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getEntry(IndexAddress, Serializer<E>) - Method in interface com.exonum.binding.core.storage.database.Access
Creates a new Entry.
getEpoch() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
The consensus algorithm epoch to which the message is related.
getEpoch() - Method in class com.exonum.messages.core.Messages.Precommit
The consensus algorithm epoch to which the message is related.
getEpoch() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
The consensus algorithm epoch to which the message is related.
getError() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Execution ended with an error.
getError() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
Execution ended with an error.
getError() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionStatusOrBuilder
Execution ended with an error.
getError() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Human-readable description of an error that has occurred during migration.
getError() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
Human-readable description of an error that has occurred during migration.
getError() - Method in interface com.exonum.messages.core.runtime.Lifecycle.MigrationStatusOrBuilder
Human-readable description of an error that has occurred during migration.
getErrorBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Execution ended with an error.
getErrorBytes() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Human-readable description of an error that has occurred during migration.
getErrorBytes() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
Human-readable description of an error that has occurred during migration.
getErrorBytes() - Method in interface com.exonum.messages.core.runtime.Lifecycle.MigrationStatusOrBuilder
Human-readable description of an error that has occurred during migration.
getErrorCode() - Method in exception com.exonum.binding.core.service.ExecutionException
Returns the transaction error code.
getErrorDescription() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Human-readable description of an error if the call status is erroneous.
getErrorDescription() - Method in class com.exonum.messages.core.Proofs.CallProof
Human-readable description of an error if the call status is erroneous.
getErrorDescription() - Method in interface com.exonum.messages.core.Proofs.CallProofOrBuilder
Human-readable description of an error if the call status is erroneous.
getErrorDescriptionBytes() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Human-readable description of an error if the call status is erroneous.
getErrorDescriptionBytes() - Method in class com.exonum.messages.core.Proofs.CallProof
Human-readable description of an error if the call status is erroneous.
getErrorDescriptionBytes() - Method in interface com.exonum.messages.core.Proofs.CallProofOrBuilder
Human-readable description of an error if the call status is erroneous.
getErrorHash() - Method in class com.exonum.binding.core.blockchain.Block
Root hash of exceptions occurred in the block.
getErrorHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash error_hash = 7;
getErrorHash() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash error_hash = 7;
getErrorHash() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash error_hash = 7;
getErrorHashBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash error_hash = 7;
getErrorHashOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash error_hash = 7;
getErrorHashOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash error_hash = 7;
getErrorHashOrBuilder() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash error_hash = 7;
getErrorOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Execution ended with an error.
getErrorOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
Execution ended with an error.
getErrorOrBuilder() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionStatusOrBuilder
Execution ended with an error.
getErrors() - Method in class com.exonum.binding.core.blockchain.CallRecords
Returns all errors in the block.
getExecutingServiceData() - Method in class com.exonum.binding.core.blockchain.BlockchainData
Returns the database access for the data of the current executing service.
getFirstRoundTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Interval between first two rounds.
getFirstRoundTimeout() - Method in class com.exonum.messages.core.Blockchain.Config
Interval between first two rounds.
getFirstRoundTimeout() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
Interval between first two rounds.
getFormat() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
.exonum.java.ServiceConfiguration.Format format = 1;
getFormat() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
.exonum.java.ServiceConfiguration.Format format = 1;
getFormat() - Method in interface com.exonum.binding.common.messages.Service.ServiceConfigurationOrBuilder
.exonum.java.ServiceConfiguration.Format format = 1;
getFormatValue() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
.exonum.java.ServiceConfiguration.Format format = 1;
getFormatValue() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
.exonum.java.ServiceConfiguration.Format format = 1;
getFormatValue() - Method in interface com.exonum.binding.common.messages.Service.ServiceConfigurationOrBuilder
.exonum.java.ServiceConfiguration.Format format = 1;
getHash() - Method in class com.exonum.binding.common.proofs.map.MapProofEntry
Returns a hash of the corresponding proof map tree node.
getHash() - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy.Entry
Returns a hash of the element of the set.
getHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Hash of the successfully migrated data.
getHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
Hash of the successfully migrated data.
getHash() - Method in interface com.exonum.messages.core.runtime.Lifecycle.MigrationStatusOrBuilder
Hash of the successfully migrated data.
getHash() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Hash associated with the node.
getHash() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
Hash associated with the node.
getHash() - Method in interface com.exonum.messages.proof.ListProofOuterClass.HashedEntryOrBuilder
Hash associated with the node.
getHash() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Hash associated with the node.
getHash() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
Hash associated with the node.
getHash() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofEntryOrBuilder
Hash associated with the node.
getHashBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Hash of the successfully migrated data.
getHashBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Hash associated with the node.
getHashBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Hash associated with the node.
getHashOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Hash of the successfully migrated data.
getHashOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
Hash of the successfully migrated data.
getHashOrBuilder() - Method in interface com.exonum.messages.core.runtime.Lifecycle.MigrationStatusOrBuilder
Hash of the successfully migrated data.
getHashOrBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Hash associated with the node.
getHashOrBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
Hash associated with the node.
getHashOrBuilder() - Method in interface com.exonum.messages.proof.ListProofOuterClass.HashedEntryOrBuilder
Hash associated with the node.
getHashOrBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Hash associated with the node.
getHashOrBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
Hash associated with the node.
getHashOrBuilder() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofEntryOrBuilder
Hash associated with the node.
getHeaders() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
.exonum.KeyValueSequence headers = 1;
getHeaders() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
.exonum.KeyValueSequence headers = 1;
getHeaders() - Method in interface com.exonum.messages.core.Blockchain.AdditionalHeadersOrBuilder
.exonum.KeyValueSequence headers = 1;
getHeadersBuilder() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
.exonum.KeyValueSequence headers = 1;
getHeadersOrBuilder() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
.exonum.KeyValueSequence headers = 1;
getHeadersOrBuilder() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
.exonum.KeyValueSequence headers = 1;
getHeadersOrBuilder() - Method in interface com.exonum.messages.core.Blockchain.AdditionalHeadersOrBuilder
.exonum.KeyValueSequence headers = 1;
getHeight() - Method in class com.exonum.binding.common.blockchain.TransactionLocation
Height of the block where the transaction was committed.
getHeight() - Method in class com.exonum.binding.core.blockchain.Block
Returns the height of this block which is a distance between the last block and the "genesis" block.
getHeight() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns the blockchain height which is the height of the latest committed block in the blockchain.
getHeight() - Method in interface com.exonum.binding.core.service.BlockCommittedEvent
Returns the current blockchain height, which is the height of the last committed block.
getHeight() - Method in class com.exonum.binding.core.service.BlockCommittedEventImpl
 
getHeight() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
uint64 height = 2;
getHeight() - Method in class com.exonum.messages.core.Blockchain.Block
uint64 height = 2;
getHeight() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
uint64 height = 2;
getHeight() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
Height of the element.
getHeight() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
Height of the element.
getHeight() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ProofListKeyOrBuilder
Height of the element.
getId() - Method in enum com.exonum.binding.common.runtime.RuntimeId
Returns the numeric id assigned to this runtime by the Exonum core.
getId() - Method in class com.exonum.binding.core.runtime.ServiceInstanceSpec
Returns the numeric id of the service instance.
getId() - Method in class com.exonum.binding.core.service.AbstractService
Returns the numeric id of the service instance.
getId() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Unique numeric ID of the service instance.
getId() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
Unique numeric ID of the service instance.
getId() - Method in interface com.exonum.messages.core.runtime.Base.InstanceSpecOrBuilder
Unique numeric ID of the service instance.
getIdInGroup() - Method in class com.exonum.binding.core.storage.indices.IndexAddress
Returns the index id in a group if it belongs to one, otherwise returns an empty optional.
getIndex() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
Zero-based index of the element.
getIndex() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
Zero-based index of the element.
getIndex() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofEntryOrBuilder
Zero-based index of the element.
getIndex() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
Zero-based index of the node on the level.
getIndex() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
Zero-based index of the node on the level.
getIndex() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ProofListKeyOrBuilder
Zero-based index of the node on the level.
getIndexHash() - Method in interface com.exonum.binding.common.proofs.CheckedProof
Returns the calculated index hash of the proof.
getIndexHash() - Method in class com.exonum.binding.common.proofs.list.CheckedListProofImpl
 
getIndexHash() - Method in class com.exonum.binding.common.proofs.map.CheckedFlatMapProof
 
getIndexHash() - Method in interface com.exonum.binding.core.storage.indices.HashableIndex
Returns the index hash which represents the complete state of this index.
getIndexHash() - Method in interface com.exonum.binding.core.storage.indices.ProofEntryIndex
Returns the index hash which represents the complete state of this entry.
getIndexHash() - Method in class com.exonum.binding.core.storage.indices.ProofEntryIndexProxy
 
getIndexHash() - Method in class com.exonum.binding.core.storage.indices.ProofListIndexProxy
 
getIndexHash() - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
 
getIndexInBlock() - Method in class com.exonum.binding.common.blockchain.TransactionLocation
Zero-based position of this transaction in the block.
getIndexProof() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the index.
getIndexProof() - Method in class com.exonum.messages.core.Proofs.IndexProof
Proof of authenticity for the index.
getIndexProof() - Method in interface com.exonum.messages.core.Proofs.IndexProofOrBuilder
Proof of authenticity for the index.
getIndexProofBuilder() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the index.
getIndexProofOrBuilder() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the index.
getIndexProofOrBuilder() - Method in class com.exonum.messages.core.Proofs.IndexProof
Proof of authenticity for the index.
getIndexProofOrBuilder() - Method in interface com.exonum.messages.core.Proofs.IndexProofOrBuilder
Proof of authenticity for the index.
getInstance() - Static method in enum com.exonum.binding.core.runtime.AccessProxyFactory
Returns an instance of this factory.
getInstanceId() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked with the authority of a blockchain service with the specified identifier.
getInstanceId() - Method in class com.exonum.messages.core.runtime.Auth.Caller
The call is invoked with the authority of a blockchain service with the specified identifier.
getInstanceId() - Method in interface com.exonum.messages.core.runtime.Auth.CallerOrBuilder
The call is invoked with the authority of a blockchain service with the specified identifier.
getInstanceId() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
Unique service instance identifier.
getInstanceId() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
Unique service instance identifier.
getInstanceId() - Method in interface com.exonum.messages.core.runtime.Base.CallInfoOrBuilder
Unique service instance identifier.
getInstanceId() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Identifier of the service being called.
getInstanceId() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
Identifier of the service being called.
getInstanceId() - Method in interface com.exonum.messages.core.runtime.Errors.CallSiteOrBuilder
Identifier of the service being called.
getInstanceSpec() - Method in class com.exonum.binding.core.service.AbstractService
Returns this service instance specification.
getInstanceSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Instance specification.
getInstanceSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
Instance specification.
getInstanceSpec() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsOrBuilder
Instance specification.
getInstanceSpecBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Instance specification.
getInstanceSpecOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Instance specification.
getInstanceSpecOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
Instance specification.
getInstanceSpecOrBuilder() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsOrBuilder
Instance specification.
getInterface() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Name of the interface defining the method.
getInterface() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
Name of the interface defining the method.
getInterface() - Method in interface com.exonum.messages.core.runtime.Errors.CallSiteOrBuilder
Name of the interface defining the method.
getInterfaceBytes() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Name of the interface defining the method.
getInterfaceBytes() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
Name of the interface defining the method.
getInterfaceBytes() - Method in interface com.exonum.messages.core.runtime.Errors.CallSiteOrBuilder
Name of the interface defining the method.
getKey() - Method in class com.exonum.binding.common.collect.MapEntry
Returns the key corresponding to this entry.
getKey() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
string key = 1;
getKey() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
string key = 1;
getKey() - Method in interface com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueOrBuilder
string key = 1;
getKey() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Location of the node within the Merkle tree.
getKey() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
Location of the node within the Merkle tree.
getKey() - Method in interface com.exonum.messages.proof.ListProofOuterClass.HashedEntryOrBuilder
Location of the node within the Merkle tree.
getKey() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Key serialized as per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
getKey() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
Key serialized as per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
getKey() - Method in interface com.exonum.messages.proof.MapProofOuterClass.OptionalEntryOrBuilder
Key serialized as per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
getKeyBits() - Method in class com.exonum.binding.common.proofs.map.KeyBitSet
 
getKeyBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Location of the node within the Merkle tree.
getKeyBytes() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
string key = 1;
getKeyBytes() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
string key = 1;
getKeyBytes() - Method in interface com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueOrBuilder
string key = 1;
getKeyOrBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Location of the node within the Merkle tree.
getKeyOrBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
Location of the node within the Merkle tree.
getKeyOrBuilder() - Method in interface com.exonum.messages.proof.ListProofOuterClass.HashedEntryOrBuilder
Location of the node within the Merkle tree.
getKeySet(IndexAddress, Serializer<E>) - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getKeySet(IndexAddress, Serializer<E>) - Method in interface com.exonum.binding.core.storage.database.Access
Creates a new KeySet.
getKeySlice() - Method in class com.exonum.binding.common.proofs.map.DbKey
Returns the key slice.
getKind() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
The kind of error that indicates its type.
getKind() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
The kind of error that indicates its type.
getKind() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
The kind of error that indicates its type.
getKindCase() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
getKindCase() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
getKindCase() - Method in interface com.exonum.messages.core.Messages.CoreMessageOrBuilder
 
getKindValue() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
The kind of error that indicates its type.
getKindValue() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
The kind of error that indicates its type.
getKindValue() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
The kind of error that indicates its type.
getLast() - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Returns the last element of the list.
getLastBlock() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns the latest committed block.
getLen() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
Number of bits.
getLen() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
Number of bits.
getLen() - Method in interface com.exonum.messages.common.BitVecOuterClass.BitVecOrBuilder
Number of bits.
getLength() - Method in class com.exonum.binding.common.proofs.map.KeyBitSet
 
getLength() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Length of the underlying `ProofListIndex`.
getLength() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Length of the underlying `ProofListIndex`.
getLength() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Length of the underlying `ProofListIndex`.
getList(IndexAddress, Serializer<E>) - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getList(IndexAddress, Serializer<E>) - Method in interface com.exonum.binding.core.storage.database.Access
Creates a new ListIndex.
getMap(IndexAddress, Serializer<K>, Serializer<V>) - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getMap(IndexAddress, Serializer<K>, Serializer<V>) - Method in interface com.exonum.binding.core.storage.database.Access
Creates a new MapIndex.
getMaxMessageLen() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Maximum message length (in bytes).
getMaxMessageLen() - Method in class com.exonum.messages.core.Blockchain.Config
Maximum message length (in bytes).
getMaxMessageLen() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
Maximum message length (in bytes).
getMaxProposeTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Maximal propose timeout.
getMaxProposeTimeout() - Method in class com.exonum.messages.core.Blockchain.Config
Maximal propose timeout.
getMaxProposeTimeout() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
Maximal propose timeout.
getMaybeValueCase() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
getMaybeValueCase() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
getMaybeValueCase() - Method in interface com.exonum.messages.proof.MapProofOuterClass.OptionalEntryOrBuilder
 
getMethodId() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
Identifier of the method in the service interface required for the call.
getMethodId() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
Identifier of the method in the service interface required for the call.
getMethodId() - Method in interface com.exonum.messages.core.runtime.Base.CallInfoOrBuilder
Identifier of the method in the service interface required for the call.
getMethodId() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Numeric ID of the method.
getMethodId() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
Numeric ID of the method.
getMethodId() - Method in interface com.exonum.messages.core.runtime.Errors.CallSiteOrBuilder
Numeric ID of the method.
getMigration() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service is in process of migration.
getMigration() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
Service is in process of migration.
getMigration() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStatusOrBuilder
Service is in process of migration.
getMigrationBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service is in process of migration.
getMigrationOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service is in process of migration.
getMigrationOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
Service is in process of migration.
getMigrationOrBuilder() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStatusOrBuilder
Service is in process of migration.
getMinProposeTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Minimal propose timeout.
getMinProposeTimeout() - Method in class com.exonum.messages.core.Blockchain.Config
Minimal propose timeout.
getMinProposeTimeout() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
Minimal propose timeout.
getMissingKeys() - Method in class com.exonum.binding.common.proofs.map.CheckedFlatMapProof
 
getMissingKeys() - Method in interface com.exonum.binding.common.proofs.map.CheckedMapProof
Get all keys that were requested, but did not appear in this proof.
getName() - Method in class com.exonum.binding.common.runtime.ServiceArtifactId
Returns the artifact name of this service.
getName() - Method in class com.exonum.binding.core.runtime.ServiceInstanceSpec
Returns the name of the service instance.
getName() - Method in class com.exonum.binding.core.service.AbstractService
Returns the name of the service instance.
getName() - Method in class com.exonum.binding.core.storage.indices.IndexAddress
Returns the name of the index or index group.
getName() - Method in interface com.exonum.binding.core.storage.indices.StorageIndex
Returns the name of this index.
getName() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Artifact name.
getName() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
Artifact name.
getName() - Method in interface com.exonum.messages.core.runtime.Base.ArtifactIdOrBuilder
Artifact name.
getName() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Unique name of the service instance.
getName() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
Unique name of the service instance.
getName() - Method in interface com.exonum.messages.core.runtime.Base.InstanceSpecOrBuilder
Unique name of the service instance.
getNameBytes() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Artifact name.
getNameBytes() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
Artifact name.
getNameBytes() - Method in interface com.exonum.messages.core.runtime.Base.ArtifactIdOrBuilder
Artifact name.
getNameBytes() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Unique name of the service instance.
getNameBytes() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
Unique name of the service instance.
getNameBytes() - Method in interface com.exonum.messages.core.runtime.Base.InstanceSpecOrBuilder
Unique name of the service instance.
getNativeHandle() - Method in class com.exonum.binding.core.proxy.AbstractCloseableNativeProxy
Returns a native implementation-specific handle if it may be safely used to access the native object.
getNativeHandle() - Method in class com.exonum.binding.core.proxy.AbstractNativeProxy
Returns a handle to the native object if it may be safely used to access the native object.
getNextHeight() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns the blockchain height of the next block to be committed.
getNoCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no service to process an erroneous call.
getNoCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
There was no service to process an erroneous call.
getNoCallSite() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
There was no service to process an erroneous call.
getNoCallSiteBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no service to process an erroneous call.
getNoCallSiteOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no service to process an erroneous call.
getNoCallSiteOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
There was no service to process an erroneous call.
getNoCallSiteOrBuilder() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
There was no service to process an erroneous call.
getNodeType() - Method in class com.exonum.binding.common.proofs.map.DbKey
Returns the type of the Merkle-Patricia tree node corresponding to this database key.
getNodeType() - Method in class com.exonum.binding.testkit.EmulatedNode
Returns a node type - either EmulatedNodeType.VALIDATOR or EmulatedNodeType.AUDITOR.
getNoRuntimeId() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no runtime to process an erroneous call.
getNoRuntimeId() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
There was no runtime to process an erroneous call.
getNoRuntimeId() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
There was no runtime to process an erroneous call.
getNoRuntimeIdBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no runtime to process an erroneous call.
getNoRuntimeIdOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no runtime to process an erroneous call.
getNoRuntimeIdOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
There was no runtime to process an erroneous call.
getNoRuntimeIdOrBuilder() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
There was no runtime to process an erroneous call.
getNoValue() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Indicator that `key` is missing from the underlying map.
getNoValue() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
Indicator that `key` is missing from the underlying map.
getNoValue() - Method in interface com.exonum.messages.proof.MapProofOuterClass.OptionalEntryOrBuilder
Indicator that `key` is missing from the underlying map.
getNoValueBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Indicator that `key` is missing from the underlying map.
getNoValueOrBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Indicator that `key` is missing from the underlying map.
getNoValueOrBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
Indicator that `key` is missing from the underlying map.
getNoValueOrBuilder() - Method in interface com.exonum.messages.proof.MapProofOuterClass.OptionalEntryOrBuilder
Indicator that `key` is missing from the underlying map.
getNumber() - Method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
 
getNumber() - Method in enum com.exonum.messages.core.Blockchain.CallInBlock.CallCase
 
getNumber() - Method in enum com.exonum.messages.core.Messages.CoreMessage.KindCase
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Auth.Caller.CallerCase
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.CallInfoCase
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.RuntimeCase
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Errors.ExecutionStatus.ResultCase
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.StatusCase
 
getNumber() - Method in enum com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.ResultCase
 
getNumber() - Method in enum com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.MaybeValueCase
 
getNumRegisteredActions() - Method in class com.exonum.binding.core.proxy.Cleaner
Returns the number of the registered clean actions.
getNumSignificantBits() - Method in class com.exonum.binding.common.proofs.map.DbKey
Returns the number of significant bits in the key slice.
getNumTransactions() - Method in class com.exonum.binding.core.blockchain.Block
Number of transactions in this block.
getNumTransactions() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns the total number of transactions committed to the blockchain.
getOk() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Successful execution.
getOk() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
Successful execution.
getOk() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionStatusOrBuilder
Successful execution.
getOkBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Successful execution.
getOkOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Successful execution.
getOkOrBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
Successful execution.
getOkOrBuilder() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionStatusOrBuilder
Successful execution.
getOpenIndexes() - Method in class com.exonum.binding.core.storage.database.AbstractAccess
Returns the registry of open indexes for this Access.
getParserForType() - Method in class com.exonum.binding.common.messages.DeployArguments
 
getParserForType() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
getParserForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
getParserForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
getParserForType() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
getParserForType() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
getParserForType() - Method in class com.exonum.messages.core.Blockchain.Block
 
getParserForType() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
getParserForType() - Method in class com.exonum.messages.core.Blockchain.Config
 
getParserForType() - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
getParserForType() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
getParserForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
getParserForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
getParserForType() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
getParserForType() - Method in class com.exonum.messages.core.Messages.Precommit
 
getParserForType() - Method in class com.exonum.messages.core.Messages.SignedMessage
 
getParserForType() - Method in class com.exonum.messages.core.Proofs.BlockProof
 
getParserForType() - Method in class com.exonum.messages.core.Proofs.CallProof
 
getParserForType() - Method in class com.exonum.messages.core.Proofs.IndexProof
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
getParserForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
getParserForType() - Method in class com.exonum.messages.crypto.Types.Hash
 
getParserForType() - Method in class com.exonum.messages.crypto.Types.PublicKey
 
getParserForType() - Method in class com.exonum.messages.crypto.Types.Signature
 
getParserForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
getParserForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
getParserForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
getParserForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
getParserForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
getParserForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
getParserForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
getPath() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Path to the node, expressed with the minimum necessary number of bytes.
getPath() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
Path to the node, expressed with the minimum necessary number of bytes.
getPath() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofEntryOrBuilder
Path to the node, expressed with the minimum necessary number of bytes.
getPathPadding() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Number of zero bit padding at the end of the path.
getPathPadding() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
Number of zero bit padding at the end of the path.
getPathPadding() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofEntryOrBuilder
Number of zero bit padding at the end of the path.
getPayload() - Method in class com.exonum.binding.common.message.SignedMessage
Returns the message payload.
getPayload() - Method in interface com.exonum.binding.common.message.TransactionMessage
Returns the payload containing the serialized transaction parameters.
getPayload() - Method in class com.exonum.binding.core.transaction.RawTransaction
Returns the transaction payload which contains actual transaction data.
getPayload() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Payload of the message as a serialized `ExonumMessage`.
getPayload() - Method in class com.exonum.messages.core.Messages.SignedMessage
Payload of the message as a serialized `ExonumMessage`.
getPayload() - Method in interface com.exonum.messages.core.Messages.SignedMessageOrBuilder
Payload of the message as a serialized `ExonumMessage`.
getPayload() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Runtime-specific artifact payload.
getPayload() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
Runtime-specific artifact payload.
getPayload() - Method in interface com.exonum.messages.core.runtime.Base.ArtifactSpecOrBuilder
Runtime-specific artifact payload.
getPeersTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Peer exchange timeout.
getPeersTimeout() - Method in class com.exonum.messages.core.Blockchain.Config
Peer exchange timeout.
getPeersTimeout() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
Peer exchange timeout.
getPendingStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Pending status of the instance.
getPendingStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Pending status of the instance.
getPendingStatus() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Pending status of the instance.
getPendingStatusBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Pending status of the instance.
getPendingStatusOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Pending status of the instance.
getPendingStatusOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Pending status of the instance.
getPendingStatusOrBuilder() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Pending status of the instance.
getPort() - Method in class com.exonum.binding.testkit.TestKit
Returns the TCP port on which the service REST API is mounted.
getPositionInBlock() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
uint32 position_in_block = 2;
getPositionInBlock() - Method in class com.exonum.messages.core.Blockchain.TxLocation
uint32 position_in_block = 2;
getPositionInBlock() - Method in interface com.exonum.messages.core.Blockchain.TxLocationOrBuilder
uint32 position_in_block = 2;
getPrecommit() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Precommit (block endorsement) message.
getPrecommit() - Method in class com.exonum.messages.core.Messages.CoreMessage
Precommit (block endorsement) message.
getPrecommit() - Method in interface com.exonum.messages.core.Messages.CoreMessageOrBuilder
Precommit (block endorsement) message.
getPrecommitBuilder() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Precommit (block endorsement) message.
getPrecommitOrBuilder() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Precommit (block endorsement) message.
getPrecommitOrBuilder() - Method in class com.exonum.messages.core.Messages.CoreMessage
Precommit (block endorsement) message.
getPrecommitOrBuilder() - Method in interface com.exonum.messages.core.Messages.CoreMessageOrBuilder
Precommit (block endorsement) message.
getPrecommits(int) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
getPrecommits(int) - Method in class com.exonum.messages.core.Proofs.BlockProof
List of `Precommit` messages for the block.
getPrecommits(int) - Method in interface com.exonum.messages.core.Proofs.BlockProofOrBuilder
List of `Precommit` messages for the block.
getPrecommitsBuilder(int) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
getPrecommitsBuilderList() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
getPrecommitsCount() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
getPrecommitsCount() - Method in class com.exonum.messages.core.Proofs.BlockProof
List of `Precommit` messages for the block.
getPrecommitsCount() - Method in interface com.exonum.messages.core.Proofs.BlockProofOrBuilder
List of `Precommit` messages for the block.
getPrecommitsList() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
getPrecommitsList() - Method in class com.exonum.messages.core.Proofs.BlockProof
List of `Precommit` messages for the block.
getPrecommitsList() - Method in interface com.exonum.messages.core.Proofs.BlockProofOrBuilder
List of `Precommit` messages for the block.
getPrecommitsOrBuilder(int) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
getPrecommitsOrBuilder(int) - Method in class com.exonum.messages.core.Proofs.BlockProof
List of `Precommit` messages for the block.
getPrecommitsOrBuilder(int) - Method in interface com.exonum.messages.core.Proofs.BlockProofOrBuilder
List of `Precommit` messages for the block.
getPrecommitsOrBuilderList() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
getPrecommitsOrBuilderList() - Method in class com.exonum.messages.core.Proofs.BlockProof
List of `Precommit` messages for the block.
getPrecommitsOrBuilderList() - Method in interface com.exonum.messages.core.Proofs.BlockProofOrBuilder
List of `Precommit` messages for the block.
getPrevHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash prev_hash = 4;
getPrevHash() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash prev_hash = 4;
getPrevHash() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash prev_hash = 4;
getPrevHashBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash prev_hash = 4;
getPrevHashOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash prev_hash = 4;
getPrevHashOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash prev_hash = 4;
getPrevHashOrBuilder() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash prev_hash = 4;
getPreviousBlockHash() - Method in class com.exonum.binding.core.blockchain.Block
Hash link to the previous block in the blockchain.
getPrivateKey() - Method in class com.exonum.binding.common.crypto.KeyPair
Returns a private key of this pair.
getProof(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
getProof(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array of { ProofListKey, Hash } objects.
getProof(int) - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array of { ProofListKey, Hash } objects.
getProof(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
getProof(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array of { path: ProofPath, hash: Hash } objects.
getProof(int) - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array of { path: ProofPath, hash: Hash } objects.
getProof(long) - Method in class com.exonum.binding.core.storage.indices.ProofListIndexProxy
Returns a proof of either existence or absence of an element at the specified index in this list.
getProof(Blockchain.CallInBlock) - Method in class com.exonum.binding.core.blockchain.CallRecords
Returns a cryptographic proof of authenticity for a top-level call within a block.
getProof(Collection<? extends K>) - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
Returns a proof that there are values mapped to the specified keys or that there are no such mappings.
getProof(K, K...) - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
Returns a proof that there are values mapped to the specified keys or that there are no such mappings.
getProofBuilder(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
getProofBuilder(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
getProofBuilderList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
getProofBuilderList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
getProofCount() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
getProofCount() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array of { ProofListKey, Hash } objects.
getProofCount() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array of { ProofListKey, Hash } objects.
getProofCount() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
getProofCount() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array of { path: ProofPath, hash: Hash } objects.
getProofCount() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array of { path: ProofPath, hash: Hash } objects.
getProofEntry(IndexAddress, Serializer<E>) - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getProofEntry(IndexAddress, Serializer<E>) - Method in interface com.exonum.binding.core.storage.database.Access
Creates a new ProofEntry.
getProofList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
getProofList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array of { ProofListKey, Hash } objects.
getProofList() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array of { ProofListKey, Hash } objects.
getProofList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
getProofList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array of { path: ProofPath, hash: Hash } objects.
getProofList() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array of { path: ProofPath, hash: Hash } objects.
getProofList(IndexAddress, Serializer<E>) - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getProofList(IndexAddress, Serializer<E>) - Method in interface com.exonum.binding.core.storage.database.Access
Creates a new ProofListIndex.
getProofMap(IndexAddress, Serializer<K>, Serializer<V>) - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getProofMap(IndexAddress, Serializer<K>, Serializer<V>) - Method in interface com.exonum.binding.core.storage.database.Access
Creates a new ProofMapIndex.
getProofOrBuilder(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
getProofOrBuilder(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array of { ProofListKey, Hash } objects.
getProofOrBuilder(int) - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array of { ProofListKey, Hash } objects.
getProofOrBuilder(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
getProofOrBuilder(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array of { path: ProofPath, hash: Hash } objects.
getProofOrBuilder(int) - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array of { path: ProofPath, hash: Hash } objects.
getProofOrBuilderList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
getProofOrBuilderList() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
Array of { ProofListKey, Hash } objects.
getProofOrBuilderList() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofOrBuilder
Array of { ProofListKey, Hash } objects.
getProofOrBuilderList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
getProofOrBuilderList() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
Array of { path: ProofPath, hash: Hash } objects.
getProofOrBuilderList() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofOrBuilder
Array of { path: ProofPath, hash: Hash } objects.
getProofStatus() - Method in interface com.exonum.binding.common.proofs.CheckedProof
Returns a status of proof verification.
getProofStatus() - Method in interface com.exonum.binding.common.proofs.list.CheckedListProof
Returns the status of this proof: whether it is structurally valid.
getProofStatus() - Method in class com.exonum.binding.common.proofs.list.CheckedListProofImpl
 
getProofStatus() - Method in class com.exonum.binding.common.proofs.map.CheckedFlatMapProof
 
getProofStatus() - Method in interface com.exonum.binding.common.proofs.map.CheckedMapProof
Returns the status of this proof: whether it is structurally valid.
getProposeHash() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the block proposal.
getProposeHash() - Method in class com.exonum.messages.core.Messages.Precommit
Hash of the block proposal.
getProposeHash() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
Hash of the block proposal.
getProposeHashBuilder() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the block proposal.
getProposeHashOrBuilder() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the block proposal.
getProposeHashOrBuilder() - Method in class com.exonum.messages.core.Messages.Precommit
Hash of the block proposal.
getProposeHashOrBuilder() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
Hash of the block proposal.
getProposerId() - Method in class com.exonum.binding.core.blockchain.Block
Identifier of the leader node which has proposed the block.
getProposerId() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
uint32 proposer_id = 1;
getProposerId() - Method in class com.exonum.messages.core.Blockchain.Block
uint32 proposer_id = 1;
getProposerId() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
uint32 proposer_id = 1;
getProposeTimeoutThreshold() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Amount of transactions in pool to start use `min_propose_timeout`.
getProposeTimeoutThreshold() - Method in class com.exonum.messages.core.Blockchain.Config
Amount of transactions in pool to start use `min_propose_timeout`.
getProposeTimeoutThreshold() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
Amount of transactions in pool to start use `min_propose_timeout`.
getPublicKey() - Method in class com.exonum.binding.common.crypto.KeyPair
Returns a public key of this pair.
getPublicKey() - Method in class com.exonum.binding.core.runtime.NodeProxy
 
getPublicKey() - Method in interface com.exonum.binding.core.service.Node
Returns the service public key of this node.
getPublicKey() - Method in class com.exonum.binding.core.service.NodeFake
 
getRangeProof(long, long) - Method in class com.exonum.binding.core.storage.indices.ProofListIndexProxy
Returns a proof of either existence or absence of some elements in the specified range in this list.
getRawDbKey() - Method in class com.exonum.binding.common.proofs.map.DbKey
 
getRawProofMap(IndexAddress, Serializer<K>, Serializer<V>) - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getRawProofMap(IndexAddress, Serializer<K>, Serializer<V>) - Method in interface com.exonum.binding.core.storage.database.Access
Creates a new "raw" ProofMapIndex.
getResultCase() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
getResultCase() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
getResultCase() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionStatusOrBuilder
 
getResultCase() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
getResultCase() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
getResultCase() - Method in interface com.exonum.messages.core.runtime.Lifecycle.MigrationStatusOrBuilder
 
getRound() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
The round to which the message is related.
getRound() - Method in class com.exonum.messages.core.Messages.Precommit
The round to which the message is related.
getRound() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
The round to which the message is related.
getRuntimeCase() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
getRuntimeCase() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
getRuntimeCase() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
 
getRuntimeId() - Method in class com.exonum.binding.common.runtime.ServiceArtifactId
Returns the runtime id in which the service shall be deployed.
getRuntimeId() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Runtime identifier.
getRuntimeId() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
Runtime identifier.
getRuntimeId() - Method in interface com.exonum.messages.core.runtime.Base.ArtifactIdOrBuilder
Runtime identifier.
getRuntimeId() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Identifier of runtime associated with the error.
getRuntimeId() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
Identifier of runtime associated with the error.
getRuntimeId() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
Identifier of runtime associated with the error.
getSerializedSize() - Method in class com.exonum.binding.common.messages.DeployArguments
 
getSerializedSize() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
getSerializedSize() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
getSerializedSize() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
getSerializedSize() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
getSerializedSize() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
getSerializedSize() - Method in class com.exonum.messages.core.Blockchain.Block
 
getSerializedSize() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
getSerializedSize() - Method in class com.exonum.messages.core.Blockchain.Config
 
getSerializedSize() - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
getSerializedSize() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
getSerializedSize() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
getSerializedSize() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
getSerializedSize() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
getSerializedSize() - Method in class com.exonum.messages.core.Messages.Precommit
 
getSerializedSize() - Method in class com.exonum.messages.core.Messages.SignedMessage
 
getSerializedSize() - Method in class com.exonum.messages.core.Proofs.BlockProof
 
getSerializedSize() - Method in class com.exonum.messages.core.Proofs.CallProof
 
getSerializedSize() - Method in class com.exonum.messages.core.Proofs.IndexProof
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
getSerializedSize() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
getSerializedSize() - Method in class com.exonum.messages.crypto.Types.Hash
 
getSerializedSize() - Method in class com.exonum.messages.crypto.Types.PublicKey
 
getSerializedSize() - Method in class com.exonum.messages.crypto.Types.Signature
 
getSerializedSize() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
getSerializedSize() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
getSerializedSize() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
getSerializedSize() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
getSerializedSize() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
getSerializedSize() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
getSerializedSize() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
getServiceData() - Method in interface com.exonum.binding.core.service.ExecutionContext
Returns the prefixed database access for the executing service.
getServiceData(String) - Method in class com.exonum.binding.testkit.TestKit
Returns the snapshot of the current state of the service data for a service with the given name.
getServiceId() - Method in interface com.exonum.binding.common.message.TransactionMessage
Returns the numeric identifier of the service instance this message belongs to.
getServiceId() - Method in interface com.exonum.binding.core.service.ExecutionContext
Returns the numeric id of the service instance.
getServiceId() - Method in class com.exonum.binding.core.transaction.RawTransaction
Returns a service identifier which the transaction belongs to.
getServiceKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
getServiceKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
getServiceKey() - Method in interface com.exonum.messages.core.Blockchain.ValidatorKeysOrBuilder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
getServiceKeyBuilder() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
getServiceKeyOrBuilder() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
getServiceKeyOrBuilder() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
getServiceKeyOrBuilder() - Method in interface com.exonum.messages.core.Blockchain.ValidatorKeysOrBuilder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
getServiceKeyPair() - Method in class com.exonum.binding.testkit.EmulatedNode
Returns a service key pair of this node.
getServiceName() - Method in interface com.exonum.binding.core.service.ExecutionContext
Returns the name of the service instance.
getServiceRuntime() - Method in class com.exonum.binding.core.runtime.ServiceRuntimeAdapter
Returns the corresponding service runtime.
getServices(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
getServices(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
repeated .exonum.testkit.TestKitService services = 1;
getServices(int) - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstancesOrBuilder
repeated .exonum.testkit.TestKitService services = 1;
getServicesBuilder(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
getServicesBuilderList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
getServicesCount() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
getServicesCount() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
repeated .exonum.testkit.TestKitService services = 1;
getServicesCount() - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstancesOrBuilder
repeated .exonum.testkit.TestKitService services = 1;
getServicesList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
getServicesList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
repeated .exonum.testkit.TestKitService services = 1;
getServicesList() - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstancesOrBuilder
repeated .exonum.testkit.TestKitService services = 1;
getServicesOrBuilder(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
getServicesOrBuilder(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
repeated .exonum.testkit.TestKitService services = 1;
getServicesOrBuilder(int) - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstancesOrBuilder
repeated .exonum.testkit.TestKitService services = 1;
getServicesOrBuilderList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
getServicesOrBuilderList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
repeated .exonum.testkit.TestKitService services = 1;
getServicesOrBuilderList() - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstancesOrBuilder
repeated .exonum.testkit.TestKitService services = 1;
getServiceSpecs(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
getServiceSpecs(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
Services to start on blockchain instantiation.
getServiceSpecs(int) - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceOrBuilder
Services to start on blockchain instantiation.
getServiceSpecsBuilder(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
getServiceSpecsBuilderList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
getServiceSpecsCount() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
getServiceSpecsCount() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
Services to start on blockchain instantiation.
getServiceSpecsCount() - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceOrBuilder
Services to start on blockchain instantiation.
getServiceSpecsList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
getServiceSpecsList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
Services to start on blockchain instantiation.
getServiceSpecsList() - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceOrBuilder
Services to start on blockchain instantiation.
getServiceSpecsOrBuilder(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
getServiceSpecsOrBuilder(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
Services to start on blockchain instantiation.
getServiceSpecsOrBuilder(int) - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceOrBuilder
Services to start on blockchain instantiation.
getServiceSpecsOrBuilderList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
getServiceSpecsOrBuilderList() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
Services to start on blockchain instantiation.
getServiceSpecsOrBuilderList() - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceOrBuilder
Services to start on blockchain instantiation.
getSignature() - Method in class com.exonum.binding.common.message.SignedMessage
Returns the signature of the payload, created with the private key, corresponding to the author's key.
getSignature() - Method in interface com.exonum.binding.common.message.TransactionMessage
Returns the Ed25519 signature over this binary message.
getSignature() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Digital signature over the payload created with a secret key of the author of the message.
getSignature() - Method in class com.exonum.messages.core.Messages.SignedMessage
Digital signature over the payload created with a secret key of the author of the message.
getSignature() - Method in interface com.exonum.messages.core.Messages.SignedMessageOrBuilder
Digital signature over the payload created with a secret key of the author of the message.
getSignatureBuilder() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Digital signature over the payload created with a secret key of the author of the message.
getSignatureOrBuilder() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Digital signature over the payload created with a secret key of the author of the message.
getSignatureOrBuilder() - Method in class com.exonum.messages.core.Messages.SignedMessage
Digital signature over the payload created with a secret key of the author of the message.
getSignatureOrBuilder() - Method in interface com.exonum.messages.core.Messages.SignedMessageOrBuilder
Digital signature over the payload created with a secret key of the author of the message.
getSimple() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service has a status from the `Simple` enum.
getSimple() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
Service has a status from the `Simple` enum.
getSimple() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStatusOrBuilder
Service has a status from the `Simple` enum.
getSimpleValue() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service has a status from the `Simple` enum.
getSimpleValue() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
Service has a status from the `Simple` enum.
getSimpleValue() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStatusOrBuilder
Service has a status from the `Simple` enum.
getSnapshot() - Method in interface com.exonum.binding.core.service.BlockCommittedEvent
Returns the current database snapshot for the executing service.
getSnapshot() - Method in class com.exonum.binding.core.service.BlockCommittedEventImpl
 
getSnapshot() - Method in class com.exonum.binding.testkit.TestKit
Returns a snapshot of the current database state (i.e., the one that corresponds to the latest committed block).
getSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance specification.
getSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Service instance specification.
getSpec() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Service instance specification.
getSpecBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance specification.
getSpecOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance specification.
getSpecOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Service instance specification.
getSpecOrBuilder() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Service instance specification.
getStateHash() - Method in class com.exonum.binding.core.blockchain.Block
Hash of the blockchain state after applying transactions in the block.
getStateHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash state_hash = 6;
getStateHash() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash state_hash = 6;
getStateHash() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash state_hash = 6;
getStateHashBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash state_hash = 6;
getStateHashOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash state_hash = 6;
getStateHashOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash state_hash = 6;
getStateHashOrBuilder() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash state_hash = 6;
getStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
Artifact deployment status.
getStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
Artifact deployment status.
getStatus() - Method in interface com.exonum.messages.core.runtime.Lifecycle.ArtifactStateOrBuilder
Artifact deployment status.
getStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance activity status.
getStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Service instance activity status.
getStatus() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Service instance activity status.
getStatusBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance activity status.
getStatusCase() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
getStatusCase() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
getStatusCase() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStatusOrBuilder
 
getStatusOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance activity status.
getStatusOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Service instance activity status.
getStatusOrBuilder() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Service instance activity status.
getStatusTimeout() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Period of sending a Status message.
getStatusTimeout() - Method in class com.exonum.messages.core.Blockchain.Config
Period of sending a Status message.
getStatusTimeout() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
Period of sending a Status message.
getStatusValue() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
Artifact deployment status.
getStatusValue() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
Artifact deployment status.
getStatusValue() - Method in interface com.exonum.messages.core.runtime.Lifecycle.ArtifactStateOrBuilder
Artifact deployment status.
getTarget() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Migration target to obtain migration scripts from.
getTarget() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
Migration target to obtain migration scripts from.
getTarget() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceMigrationOrBuilder
Migration target to obtain migration scripts from.
getTargetBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Migration target to obtain migration scripts from.
getTargetOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Migration target to obtain migration scripts from.
getTargetOrBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
Migration target to obtain migration scripts from.
getTargetOrBuilder() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceMigrationOrBuilder
Migration target to obtain migration scripts from.
getTime() - Method in class com.exonum.binding.testkit.FakeTimeProvider
 
getTime() - Method in interface com.exonum.binding.testkit.TimeProvider
Returns the current time of this time provider in UTC time zone.
getTime() - Method in interface com.exonum.binding.time.TimeSchema
Returns consolidated time output by the service in UTC.
getTime() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Local time of the validator node when the `Precommit` was created.
getTime() - Method in class com.exonum.messages.core.Messages.Precommit
Local time of the validator node when the `Precommit` was created.
getTime() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
Local time of the validator node when the `Precommit` was created.
getTimeBuilder() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Local time of the validator node when the `Precommit` was created.
getTimeOrBuilder() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Local time of the validator node when the `Precommit` was created.
getTimeOrBuilder() - Method in class com.exonum.messages.core.Messages.Precommit
Local time of the validator node when the `Precommit` was created.
getTimeOrBuilder() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
Local time of the validator node when the `Precommit` was created.
getTransaction() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
Call of a transaction within the block.
getTransaction() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
Call of a transaction within the block.
getTransaction() - Method in interface com.exonum.messages.core.Blockchain.CallInBlockOrBuilder
Call of a transaction within the block.
getTransactionAuthor() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The caller is identified by the specified Ed25519 public key.
getTransactionAuthor() - Method in class com.exonum.messages.core.runtime.Auth.Caller
The caller is identified by the specified Ed25519 public key.
getTransactionAuthor() - Method in interface com.exonum.messages.core.runtime.Auth.CallerOrBuilder
The caller is identified by the specified Ed25519 public key.
getTransactionAuthorBuilder() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The caller is identified by the specified Ed25519 public key.
getTransactionAuthorOrBuilder() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The caller is identified by the specified Ed25519 public key.
getTransactionAuthorOrBuilder() - Method in class com.exonum.messages.core.runtime.Auth.Caller
The caller is identified by the specified Ed25519 public key.
getTransactionAuthorOrBuilder() - Method in interface com.exonum.messages.core.runtime.Auth.CallerOrBuilder
The caller is identified by the specified Ed25519 public key.
getTransactionId() - Method in interface com.exonum.binding.common.message.TransactionMessage
Returns the transaction type identifier which is unique within the service.
getTransactionId() - Method in class com.exonum.binding.core.transaction.RawTransaction
Returns the type of this transaction within a service.
getTransactionMessageHash() - Method in interface com.exonum.binding.core.service.ExecutionContext
Returns SHA-256 hash of the transaction message that carried the payload of the transaction; or Optional.empty() if no message corresponds to this context.
getTransactionPool() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a set of uncommitted (in-pool) transaction hashes; empty in case of no transactions.
getTransactionPool() - Method in class com.exonum.binding.testkit.TestKit
Returns a list of in-pool transactions.
getTxCount() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
uint32 tx_count = 3;
getTxCount() - Method in class com.exonum.messages.core.Blockchain.Block
uint32 tx_count = 3;
getTxCount() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
uint32 tx_count = 3;
getTxHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash tx_hash = 5;
getTxHash() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash tx_hash = 5;
getTxHash() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash tx_hash = 5;
getTxHashBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash tx_hash = 5;
getTxHashOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash tx_hash = 5;
getTxHashOrBuilder() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash tx_hash = 5;
getTxHashOrBuilder() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash tx_hash = 5;
getTxLocation(HashCode) - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns transaction position inside the blockchain for given message hash.
getTxLocations() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a map that keeps the transaction position inside the blockchain for every transaction hash.
getTxMessages() - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a map of transaction messages identified by their SHA-256 hashes.
getTxResult(HashCode) - Method in class com.exonum.binding.core.blockchain.Blockchain
Returns a transaction execution result for the given message hash.
getTxRootHash() - Method in class com.exonum.binding.core.blockchain.Block
Root hash of the Merkle tree of transactions in this block.
getTxsBlockLimit() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Maximum number of transactions per block.
getTxsBlockLimit() - Method in class com.exonum.messages.core.Blockchain.Config
Maximum number of transactions per block.
getTxsBlockLimit() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
Maximum number of transactions per block.
getUnknownFields() - Method in class com.exonum.binding.common.messages.DeployArguments
 
getUnknownFields() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
getUnknownFields() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
getUnknownFields() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
getUnknownFields() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
getUnknownFields() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
getUnknownFields() - Method in class com.exonum.messages.core.Blockchain.Block
 
getUnknownFields() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
getUnknownFields() - Method in class com.exonum.messages.core.Blockchain.Config
 
getUnknownFields() - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
getUnknownFields() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
getUnknownFields() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
getUnknownFields() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
getUnknownFields() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
getUnknownFields() - Method in class com.exonum.messages.core.Messages.Precommit
 
getUnknownFields() - Method in class com.exonum.messages.core.Messages.SignedMessage
 
getUnknownFields() - Method in class com.exonum.messages.core.Proofs.BlockProof
 
getUnknownFields() - Method in class com.exonum.messages.core.Proofs.CallProof
 
getUnknownFields() - Method in class com.exonum.messages.core.Proofs.IndexProof
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
getUnknownFields() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
getUnknownFields() - Method in class com.exonum.messages.crypto.Types.Hash
 
getUnknownFields() - Method in class com.exonum.messages.crypto.Types.PublicKey
 
getUnknownFields() - Method in class com.exonum.messages.crypto.Types.Signature
 
getUnknownFields() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
getUnknownFields() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
getUnknownFields() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
getUnknownFields() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
getUnknownFields() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
getUnknownFields() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
getUnknownFields() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
getValidator() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
ID of the validator endorsing the block.
getValidator() - Method in class com.exonum.messages.core.Messages.Precommit
ID of the validator endorsing the block.
getValidator() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
ID of the validator endorsing the block.
getValidatorId() - Method in interface com.exonum.binding.core.service.BlockCommittedEvent
If this node is a validator, returns its identifier.
getValidatorId() - Method in class com.exonum.binding.core.service.BlockCommittedEventImpl
 
getValidatorId() - Method in class com.exonum.binding.testkit.EmulatedNode
Returns a validator id if this node is a validator or OptionalInt.empty() if this is an auditor node.
getValidatorKeys(int) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
getValidatorKeys(int) - Method in class com.exonum.messages.core.Blockchain.Config
List of validators public keys.
getValidatorKeys(int) - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
List of validators public keys.
getValidatorKeysBuilder(int) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
getValidatorKeysBuilderList() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
getValidatorKeysCount() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
getValidatorKeysCount() - Method in class com.exonum.messages.core.Blockchain.Config
List of validators public keys.
getValidatorKeysCount() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
List of validators public keys.
getValidatorKeysList() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
getValidatorKeysList() - Method in class com.exonum.messages.core.Blockchain.Config
List of validators public keys.
getValidatorKeysList() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
List of validators public keys.
getValidatorKeysOrBuilder(int) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
getValidatorKeysOrBuilder(int) - Method in class com.exonum.messages.core.Blockchain.Config
List of validators public keys.
getValidatorKeysOrBuilder(int) - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
List of validators public keys.
getValidatorKeysOrBuilderList() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
getValidatorKeysOrBuilderList() - Method in class com.exonum.messages.core.Blockchain.Config
List of validators public keys.
getValidatorKeysOrBuilderList() - Method in interface com.exonum.messages.core.Blockchain.ConfigOrBuilder
List of validators public keys.
getValidatorsTimes() - Method in interface com.exonum.binding.time.TimeSchema
Returns the table that stores time for every validator.
getValue() - Method in class com.exonum.binding.common.collect.MapEntry
Returns the value corresponding to this entry.
getValue() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
string value = 2;
getValue() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
string value = 2;
getValue() - Method in interface com.exonum.binding.common.messages.Service.ServiceConfigurationOrBuilder
string value = 2;
getValue() - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy.Entry
Returns an element of the set.
getValue() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
bytes value = 2;
getValue() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
bytes value = 2;
getValue() - Method in interface com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueOrBuilder
bytes value = 2;
getValue() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
getValue() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
getValue() - Method in interface com.exonum.messages.proof.ListProofOuterClass.ListProofEntryOrBuilder
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
getValue() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
getValue() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
getValue() - Method in interface com.exonum.messages.proof.MapProofOuterClass.OptionalEntryOrBuilder
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
getValueBytes() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
string value = 2;
getValueBytes() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
string value = 2;
getValueBytes() - Method in interface com.exonum.binding.common.messages.Service.ServiceConfigurationOrBuilder
string value = 2;
getValueDescriptor() - Method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
 
getValueDescriptor() - Method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
 
getValueDescriptor() - Method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
 
getValueDescriptor() - Method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
 
getValueDescriptor() - Method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
 
getValueSet(IndexAddress, Serializer<E>) - Method in class com.exonum.binding.core.storage.database.AbstractAccess
 
getValueSet(IndexAddress, Serializer<E>) - Method in interface com.exonum.binding.core.storage.database.Access
Creates a new ValueSet.
getVersion() - Method in class com.exonum.binding.common.runtime.ServiceArtifactId
Returns the artifact version of this service (e.g., "1.2.0").
getVersion() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Semantic version of the artifact.
getVersion() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
Semantic version of the artifact.
getVersion() - Method in interface com.exonum.messages.core.runtime.Base.ArtifactIdOrBuilder
Semantic version of the artifact.
getVersionBytes() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Semantic version of the artifact.
getVersionBytes() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
Semantic version of the artifact.
getVersionBytes() - Method in interface com.exonum.messages.core.runtime.Base.ArtifactIdOrBuilder
Semantic version of the artifact.

H

hasAdditionalHeaders() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.AdditionalHeaders additional_headers = 8;
hasAdditionalHeaders() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.AdditionalHeaders additional_headers = 8;
hasAdditionalHeaders() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.AdditionalHeaders additional_headers = 8;
hasAnyTx() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Transaction message.
hasAnyTx() - Method in class com.exonum.messages.core.Messages.CoreMessage
Transaction message.
hasAnyTx() - Method in interface com.exonum.messages.core.Messages.CoreMessageOrBuilder
Transaction message.
hasArtifact() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Information uniquely identifying the artifact.
hasArtifact() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
Information uniquely identifying the artifact.
hasArtifact() - Method in interface com.exonum.messages.core.runtime.Base.ArtifactSpecOrBuilder
Information uniquely identifying the artifact.
hasArtifact() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Identifier of the corresponding artifact.
hasArtifact() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
Identifier of the corresponding artifact.
hasArtifact() - Method in interface com.exonum.messages.core.runtime.Base.InstanceSpecOrBuilder
Identifier of the corresponding artifact.
hasArtifactSpec() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Artifact description.
hasArtifactSpec() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
Artifact description.
hasArtifactSpec() - Method in interface com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceOrBuilder
Artifact description.
hasAuthor() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Public key of the author of the message.
hasAuthor() - Method in class com.exonum.messages.core.Messages.SignedMessage
Public key of the author of the message.
hasAuthor() - Method in interface com.exonum.messages.core.Messages.SignedMessageOrBuilder
Public key of the author of the message.
hasBlock() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
hasBlock() - Method in class com.exonum.messages.core.Proofs.BlockProof
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
hasBlock() - Method in interface com.exonum.messages.core.Proofs.BlockProofOrBuilder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
hasBlockchain() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked by one of the blockchain lifecycle events.
hasBlockchain() - Method in class com.exonum.messages.core.runtime.Auth.Caller
The call is invoked by one of the blockchain lifecycle events.
hasBlockchain() - Method in interface com.exonum.messages.core.runtime.Auth.CallerOrBuilder
The call is invoked by one of the blockchain lifecycle events.
hasBlockHash() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the new block.
hasBlockHash() - Method in class com.exonum.messages.core.Messages.Precommit
Hash of the new block.
hasBlockHash() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
Hash of the new block.
hasBlockProof() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof of authenticity for the block header.
hasBlockProof() - Method in class com.exonum.messages.core.Proofs.CallProof
Proof of authenticity for the block header.
hasBlockProof() - Method in interface com.exonum.messages.core.Proofs.CallProofOrBuilder
Proof of authenticity for the block header.
hasBlockProof() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the block header.
hasBlockProof() - Method in class com.exonum.messages.core.Proofs.IndexProof
Proof of authenticity for the block header.
hasBlockProof() - Method in interface com.exonum.messages.core.Proofs.IndexProofOrBuilder
Proof of authenticity for the block header.
hasCallInfo() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Information required for the call of the corresponding executor.
hasCallInfo() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
Information required for the call of the corresponding executor.
hasCallInfo() - Method in interface com.exonum.messages.core.runtime.Base.AnyTxOrBuilder
Information required for the call of the corresponding executor.
hasCallProof() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
hasCallProof() - Method in class com.exonum.messages.core.Proofs.CallProof
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
hasCallProof() - Method in interface com.exonum.messages.core.Proofs.CallProofOrBuilder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
hasCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Information about service call associated with the error.
hasCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
Information about service call associated with the error.
hasCallSite() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
Information about service call associated with the error.
hasCompletedHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
hasCompletedHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
hasCompletedHash() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceMigrationOrBuilder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
hasConsensusConfig() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Blockchain configuration used to create the genesis block.
hasConsensusConfig() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
Blockchain configuration used to create the genesis block.
hasConsensusConfig() - Method in interface com.exonum.messages.core.runtime.Lifecycle.GenesisConfigOrBuilder
Blockchain configuration used to create the genesis block.
hasConsensusKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Consensus key is used for messages related to the consensus algorithm.
hasConsensusKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
Consensus key is used for messages related to the consensus algorithm.
hasConsensusKey() - Method in interface com.exonum.messages.core.Blockchain.ValidatorKeysOrBuilder
Consensus key is used for messages related to the consensus algorithm.
hasError() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Execution ended with an error.
hasError() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
Execution ended with an error.
hasError() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionStatusOrBuilder
Execution ended with an error.
hasErrorHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash error_hash = 7;
hasErrorHash() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash error_hash = 7;
hasErrorHash() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash error_hash = 7;
hash() - Method in interface com.exonum.binding.common.hash.Hasher
Computes a hash code based on the data that have been provided to this hasher.
hash() - Method in class com.exonum.binding.common.message.SignedMessage
Returns the hash of the signed message, which is the hash of the protobuf-serialized representation.
hash() - Method in interface com.exonum.binding.common.message.TransactionMessage
Returns the SHA-256 hash of this message.
hash() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of hash codes.
HASH - com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.ResultCase
 
HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
HashableIndex - Interface in com.exonum.binding.core.storage.indices
A hashable index provides a cryptographic hash which represents the complete state of this index.
hasHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Hash of the successfully migrated data.
hasHash() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
Hash of the successfully migrated data.
hasHash() - Method in interface com.exonum.messages.core.runtime.Lifecycle.MigrationStatusOrBuilder
Hash of the successfully migrated data.
hasHash() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Hash associated with the node.
hasHash() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
Hash associated with the node.
hasHash() - Method in interface com.exonum.messages.proof.ListProofOuterClass.HashedEntryOrBuilder
Hash associated with the node.
hasHash() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Hash associated with the node.
hasHash() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
Hash associated with the node.
hasHash() - Method in interface com.exonum.messages.proof.MapProofOuterClass.MapProofEntryOrBuilder
Hash associated with the node.
hashBytes(byte[]) - Method in interface com.exonum.binding.common.hash.HashFunction
Shortcut for newHasher().putBytes(input).hash().
hashBytes(byte[], int, int) - Method in interface com.exonum.binding.common.hash.HashFunction
Shortcut for newHasher().putBytes(input, off, len).hash().
hashBytes(ByteBuffer) - Method in interface com.exonum.binding.common.hash.HashFunction
Shortcut for newHasher().putBytes(input).hash().
hashByteString(ByteString) - Method in interface com.exonum.binding.common.hash.HashFunction
Shortcut for newHasher().putBytes(input.toByteArray()).hash().
hashCode() - Method in class com.exonum.binding.common.crypto.AbstractKey
 
hashCode() - Method in class com.exonum.binding.common.hash.HashCode
Returns a "Java hash code" for this HashCode instance; this is well-defined (so, for example, you can safely put HashCode instances into a HashSet) but is otherwise probably not what you want to use.
hashCode() - Method in interface com.exonum.binding.common.hash.Hasher
Deprecated.
This returns Object.hashCode(); you almost certainly mean to call hash().asInt().
hashCode() - Method in class com.exonum.binding.common.messages.DeployArguments
 
hashCode() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
hashCode() - Method in class com.exonum.binding.common.proofs.map.DbKey
 
hashCode() - Method in class com.exonum.binding.common.proofs.map.KeyBitSet
 
hashCode() - Method in class com.exonum.binding.core.blockchain.Block
 
hashCode() - Method in class com.exonum.binding.core.storage.indices.IndexAddress
 
hashCode() - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy.Entry
 
hashCode() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
hashCode() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
hashCode() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
hashCode() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
hashCode() - Method in class com.exonum.messages.core.Blockchain.Block
 
hashCode() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
hashCode() - Method in class com.exonum.messages.core.Blockchain.Config
 
hashCode() - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
hashCode() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
hashCode() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
hashCode() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
hashCode() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
hashCode() - Method in class com.exonum.messages.core.Messages.Precommit
 
hashCode() - Method in class com.exonum.messages.core.Messages.SignedMessage
 
hashCode() - Method in class com.exonum.messages.core.Proofs.BlockProof
 
hashCode() - Method in class com.exonum.messages.core.Proofs.CallProof
 
hashCode() - Method in class com.exonum.messages.core.Proofs.IndexProof
 
hashCode() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
hashCode() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
hashCode() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
hashCode() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
hashCode() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
hashCode() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
hashCode() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
hashCode() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
hashCode() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
hashCode() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
hashCode() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
hashCode() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
hashCode() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
hashCode() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
hashCode() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
hashCode() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
hashCode() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
hashCode() - Method in class com.exonum.messages.crypto.Types.Hash
 
hashCode() - Method in class com.exonum.messages.crypto.Types.PublicKey
 
hashCode() - Method in class com.exonum.messages.crypto.Types.Signature
 
hashCode() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
hashCode() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
hashCode() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
hashCode() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
hashCode() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
hashCode() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
hashCode() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
HashCode - Class in com.exonum.binding.common.hash
An immutable hash code of arbitrary bit length.
hashCodeFunnel() - Static method in class com.exonum.binding.common.hash.Funnels
Returns a funnel for hashcode.
hasHeaders() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
.exonum.KeyValueSequence headers = 1;
hasHeaders() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
.exonum.KeyValueSequence headers = 1;
hasHeaders() - Method in interface com.exonum.messages.core.Blockchain.AdditionalHeadersOrBuilder
.exonum.KeyValueSequence headers = 1;
Hasher - Interface in com.exonum.binding.common.hash
A PrimitiveSink that can compute a hash code after reading the input.
hashes() - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Creates an iterator over the hashes of the elements in this set.
HashFunction - Interface in com.exonum.binding.common.hash
A hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code.
Hashing - Class in com.exonum.binding.common.hash
Static methods to obtain HashFunction instances, and other static hashing-related utilities.
hashInt(int) - Method in interface com.exonum.binding.common.hash.HashFunction
Shortcut for newHasher().putInt(input).hash(); returns the hash code for the given int value, interpreted in little-endian byte order.
hashLong(long) - Method in interface com.exonum.binding.common.hash.HashFunction
Shortcut for newHasher().putLong(input).hash(); returns the hash code for the given long value, interpreted in little-endian byte order.
hashObject(T, Funnel<? super T>) - Method in interface com.exonum.binding.common.hash.HashFunction
Shortcut for newHasher().putObject(instance, funnel).hash().
hashString(CharSequence, Charset) - Method in interface com.exonum.binding.common.hash.HashFunction
Shortcut for newHasher().putString(input, charset).hash().
hashUnencodedChars(CharSequence) - Method in interface com.exonum.binding.common.hash.HashFunction
Shortcut for newHasher().putUnencodedChars(input).hash().
hasIndexProof() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the index.
hasIndexProof() - Method in class com.exonum.messages.core.Proofs.IndexProof
Proof of authenticity for the index.
hasIndexProof() - Method in interface com.exonum.messages.core.Proofs.IndexProofOrBuilder
Proof of authenticity for the index.
hasInstanceSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Instance specification.
hasInstanceSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
Instance specification.
hasInstanceSpec() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsOrBuilder
Instance specification.
hasKey() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Location of the node within the Merkle tree.
hasKey() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
Location of the node within the Merkle tree.
hasKey() - Method in interface com.exonum.messages.proof.ListProofOuterClass.HashedEntryOrBuilder
Location of the node within the Merkle tree.
hasMigration() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service is in process of migration.
hasMigration() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
Service is in process of migration.
hasMigration() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStatusOrBuilder
Service is in process of migration.
hasNoCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no service to process an erroneous call.
hasNoCallSite() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
There was no service to process an erroneous call.
hasNoCallSite() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
There was no service to process an erroneous call.
hasNoRuntimeId() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no runtime to process an erroneous call.
hasNoRuntimeId() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
There was no runtime to process an erroneous call.
hasNoRuntimeId() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionErrorOrBuilder
There was no runtime to process an erroneous call.
hasNoValue() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Indicator that `key` is missing from the underlying map.
hasNoValue() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
Indicator that `key` is missing from the underlying map.
hasNoValue() - Method in interface com.exonum.messages.proof.MapProofOuterClass.OptionalEntryOrBuilder
Indicator that `key` is missing from the underlying map.
hasOk() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Successful execution.
hasOk() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
Successful execution.
hasOk() - Method in interface com.exonum.messages.core.runtime.Errors.ExecutionStatusOrBuilder
Successful execution.
hasPendingStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Pending status of the instance.
hasPendingStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Pending status of the instance.
hasPendingStatus() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Pending status of the instance.
hasPrecommit() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Precommit (block endorsement) message.
hasPrecommit() - Method in class com.exonum.messages.core.Messages.CoreMessage
Precommit (block endorsement) message.
hasPrecommit() - Method in interface com.exonum.messages.core.Messages.CoreMessageOrBuilder
Precommit (block endorsement) message.
hasPrevHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash prev_hash = 4;
hasPrevHash() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash prev_hash = 4;
hasPrevHash() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash prev_hash = 4;
hasProposeHash() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the block proposal.
hasProposeHash() - Method in class com.exonum.messages.core.Messages.Precommit
Hash of the block proposal.
hasProposeHash() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
Hash of the block proposal.
hasServiceKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
hasServiceKey() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
hasServiceKey() - Method in interface com.exonum.messages.core.Blockchain.ValidatorKeysOrBuilder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
hasSignature() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Digital signature over the payload created with a secret key of the author of the message.
hasSignature() - Method in class com.exonum.messages.core.Messages.SignedMessage
Digital signature over the payload created with a secret key of the author of the message.
hasSignature() - Method in interface com.exonum.messages.core.Messages.SignedMessageOrBuilder
Digital signature over the payload created with a secret key of the author of the message.
hasSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance specification.
hasSpec() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Service instance specification.
hasSpec() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Service instance specification.
hasStateHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash state_hash = 6;
hasStateHash() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash state_hash = 6;
hasStateHash() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash state_hash = 6;
hasStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance activity status.
hasStatus() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
Service instance activity status.
hasStatus() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceStateOrBuilder
Service instance activity status.
hasTarget() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Migration target to obtain migration scripts from.
hasTarget() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
Migration target to obtain migration scripts from.
hasTarget() - Method in interface com.exonum.messages.core.runtime.Lifecycle.InstanceMigrationOrBuilder
Migration target to obtain migration scripts from.
hasTime() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Local time of the validator node when the `Precommit` was created.
hasTime() - Method in class com.exonum.messages.core.Messages.Precommit
Local time of the validator node when the `Precommit` was created.
hasTime() - Method in interface com.exonum.messages.core.Messages.PrecommitOrBuilder
Local time of the validator node when the `Precommit` was created.
hasTransactionAuthor() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The caller is identified by the specified Ed25519 public key.
hasTransactionAuthor() - Method in class com.exonum.messages.core.runtime.Auth.Caller
The caller is identified by the specified Ed25519 public key.
hasTransactionAuthor() - Method in interface com.exonum.messages.core.runtime.Auth.CallerOrBuilder
The caller is identified by the specified Ed25519 public key.
hasTxHash() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash tx_hash = 5;
hasTxHash() - Method in class com.exonum.messages.core.Blockchain.Block
.exonum.crypto.Hash tx_hash = 5;
hasTxHash() - Method in interface com.exonum.messages.core.Blockchain.BlockOrBuilder
.exonum.crypto.Hash tx_hash = 5;
HEADERS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
height(long) - Method in class com.exonum.binding.core.blockchain.Block.Builder
Sets the block height, which is the distance between the block and the genesis block, which has zero height.
HEIGHT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Block
 
HEIGHT_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 

I

ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
ImproveDocs - Annotation Type in com.exonum.binding.core.annotations
Indicates that a documentation of a field, method or class needs to be improved (or added if absent).
INDEX_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
INDEX_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
INDEX_PROOF_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Proofs.IndexProof
 
IndexAddress - Class in com.exonum.binding.core.storage.indices
An Exonum index address: a pair of the name and an optional id in a group, which identifies an Exonum index.
IndexProof - Class in com.exonum.binding.core.blockchain.proofs
Proof of authenticity for a single index in the database.
IndexProof() - Constructor for class com.exonum.binding.core.blockchain.proofs.IndexProof
 
initialize(NodeProxy) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Initializes the runtime with the given node.
initialize(ExecutionContext, Configuration) - Method in interface com.exonum.binding.core.service.Service
Performs an initial configuration of the service instance.
initiateAddingService(BlockchainData, ServiceInstanceSpec, byte[]) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Starts registration of a new service instance with the given specification.
initiateResumingService(BlockchainData, ServiceInstanceSpec, byte[]) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Initiates resuming of previously stopped service instance.
INSTANCE - com.exonum.binding.common.hash.Funnels.HashCodeFunnel
 
INSTANCE - com.exonum.binding.common.proofs.DbKeyCompressedFunnel
 
INSTANCE - com.exonum.binding.common.proofs.DbKeyFunnel
 
INSTANCE - com.exonum.binding.core.blockchain.serialization.BlockSerializer
 
INSTANCE - com.exonum.binding.core.blockchain.serialization.TransactionLocationSerializer
 
INSTANCE - com.exonum.binding.core.runtime.AccessProxyFactory
 
INSTANCE - com.exonum.binding.time.UtcZonedDateTimeSerializer
 
INSTANCE_ID - com.exonum.messages.core.runtime.Auth.Caller.CallerCase
 
INSTANCE_ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Auth.Caller
 
INSTANCE_ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.CallInfo
 
INSTANCE_ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.CallSite
 
INSTANCE_SPEC_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
integerFunnel() - Static method in class com.exonum.binding.common.hash.Funnels
Returns a funnel for integers.
INTERFACE_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.CallSite
 
internalGetFieldAccessorTable() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.binding.common.messages.DeployArguments
 
internalGetFieldAccessorTable() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
internalGetFieldAccessorTable() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
internalGetFieldAccessorTable() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.Block
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.Config
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Messages.Precommit
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Messages.SignedMessage
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Proofs.BlockProof
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Proofs.CallProof
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.Proofs.IndexProof
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.crypto.Types.Hash
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.crypto.Types.PublicKey
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.crypto.Types.Signature
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
internalGetFieldAccessorTable() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
internalGetValueMap() - Static method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
 
internalGetValueMap() - Static method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
 
internalGetValueMap() - Static method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
 
internalGetValueMap() - Static method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
 
internalGetValueMap() - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
 
invalid(MapProofStatus) - Static method in class com.exonum.binding.common.proofs.map.CheckedFlatMapProof
Creates an invalid map proof.
INVALID_ELEMENT_NODE_DEPTH - com.exonum.binding.common.proofs.list.ListProofStatus
 
INVALID_HASH_NODE_DEPTH - com.exonum.binding.common.proofs.list.ListProofStatus
 
INVALID_HASH_NODES_COUNT - com.exonum.binding.common.proofs.list.ListProofStatus
 
INVALID_HASH_SIZE - com.exonum.binding.common.proofs.map.MapProofStatus
 
INVALID_NATIVE_HANDLE - Static variable in class com.exonum.binding.core.proxy.NativeHandle
A reserved value for an invalid native handle, equal to nullptr in C++.
INVALID_NODE_DEPTH - com.exonum.binding.common.proofs.list.ListProofStatus
 
INVALID_ORDER - com.exonum.binding.common.proofs.map.MapProofStatus
 
INVALID_PROOF_OF_ABSENCE - com.exonum.binding.common.proofs.list.ListProofStatus
 
INVALID_TREE_NO_ELEMENTS - com.exonum.binding.common.proofs.list.ListProofStatus
 
InvalidProofException - Exception in com.exonum.binding.common.proofs
Indicates that the corresponding proof has invalid structure and must be rejected.
InvalidProofException() - Constructor for exception com.exonum.binding.common.proofs.InvalidProofException
Constructs a new runtime exception with null as its detail message.
InvalidProofException(String) - Constructor for exception com.exonum.binding.common.proofs.InvalidProofException
Constructs a new runtime exception with the specified detail message.
isArtifactDeployed(ServiceArtifactId) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Returns true if an artifact with the given id is currently deployed in this runtime.
isClosed() - Method in class com.exonum.binding.core.proxy.Cleaner
Returns true if this cleaner is closed.
isEmpty() - Method in class com.exonum.binding.core.blockchain.Block
Returns true if this block is empty: contains no transactions.
isEmpty() - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Returns true if the list is empty, false — otherwise.
isEmpty() - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Returns true if this map has no entries.
isInitialized() - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
isInitialized() - Method in class com.exonum.binding.common.messages.DeployArguments
 
isInitialized() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
isInitialized() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
isInitialized() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
isInitialized() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
isInitialized() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
isInitialized() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
isInitialized() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
isInitialized() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.Block
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.Config
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
isInitialized() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
isInitialized() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
isInitialized() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
isInitialized() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
isInitialized() - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
isInitialized() - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Messages.Precommit
 
isInitialized() - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Messages.SignedMessage
 
isInitialized() - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Proofs.BlockProof
 
isInitialized() - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Proofs.CallProof
 
isInitialized() - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
isInitialized() - Method in class com.exonum.messages.core.Proofs.IndexProof
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
isInitialized() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
isInitialized() - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
isInitialized() - Method in class com.exonum.messages.crypto.Types.Hash
 
isInitialized() - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
isInitialized() - Method in class com.exonum.messages.crypto.Types.PublicKey
 
isInitialized() - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
isInitialized() - Method in class com.exonum.messages.crypto.Types.Signature
 
isInitialized() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
isInitialized() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
isInitialized() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
isInitialized() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
isInitialized() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
isInitialized() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
isInitialized() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
isInitialized() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
isInitialized() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
isInitialized() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
isInitialized() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
isInitialized() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
isInitialized() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
isInitialized() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
isPrefixOf(DbKey) - Method in class com.exonum.binding.common.proofs.map.DbKey
Returns true if this DbKey is a prefix of that DbKey.
isPresent() - Method in interface com.exonum.binding.core.storage.indices.EntryIndex
Returns true if this entry exists in the database.
isValid() - Method in interface com.exonum.binding.common.proofs.CheckedProof
Returns true if proof status is valid, false otherwise.
isValid() - Method in class com.exonum.binding.common.proofs.list.CheckedListProofImpl
 
isValid() - Method in class com.exonum.binding.common.proofs.map.CheckedFlatMapProof
 
isValidHandle() - Method in class com.exonum.binding.core.proxy.AbstractNativeProxy
Returns true if this proxy has a valid native handle.
iterator() - Method in class com.exonum.binding.core.storage.indices.KeySetIndexProxy
Creates an iterator over the set elements.
iterator() - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Returns an iterator over the elements of the list.
iterator() - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Returns an iterator over the entries of this set.

J

JAVA - com.exonum.binding.common.runtime.RuntimeId
 
json() - Static method in class com.exonum.binding.common.serialization.json.JsonSerializer
Returns preconfigured Gson instance.
JSON - com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
Identifies that the given configuration represented as Json.
JSON_VALUE - Static variable in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
Identifies that the given configuration represented as Json.
JsonSerializer - Class in com.exonum.binding.common.serialization.json
Provides Gson serializer for converting Java objects to Json and vice versa.

K

KEY_FIELD_NUMBER - Static variable in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
KEY_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
KEY_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
KEY_SIZE - Static variable in class com.exonum.binding.common.proofs.map.DbKey
Size of the user key in bytes.
KEY_SIZE_BITS - Static variable in class com.exonum.binding.common.proofs.map.DbKey
Size of the user key in bits.
keyBits() - Method in class com.exonum.binding.common.proofs.map.DbKey
Returns a key as a bit set.
KeyBitSet - Class in com.exonum.binding.common.proofs.map
A key bit set.
KeyBitSet(byte[], int) - Constructor for class com.exonum.binding.common.proofs.map.KeyBitSet
Creates a new bit set.
keyFunnel() - Static method in class com.exonum.binding.common.crypto.AbstractKey
Returns a funnel for any key.
KeyPair - Class in com.exonum.binding.common.crypto
A key pair class that stores public and private keys.
keys() - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Returns an iterator over the map keys.
keys() - Method in class com.exonum.binding.core.storage.indices.MapIndexProxy
 
keys() - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
 
KeySetIndexProxy<E> - Class in com.exonum.binding.core.storage.indices
A key set is an index that contains no duplicate elements (keys).
KeyValueSequenceOuterClass - Class in com.exonum.messages.core
 
KeyValueSequenceOuterClass.KeyValue - Class in com.exonum.messages.core
Some non-scalar key-value pair.
KeyValueSequenceOuterClass.KeyValue.Builder - Class in com.exonum.messages.core
Some non-scalar key-value pair.
KeyValueSequenceOuterClass.KeyValueOrBuilder - Interface in com.exonum.messages.core
 
KeyValueSequenceOuterClass.KeyValueSequence - Class in com.exonum.messages.core
A sequence of key-value pairs.
KeyValueSequenceOuterClass.KeyValueSequence.Builder - Class in com.exonum.messages.core
A sequence of key-value pairs.
KeyValueSequenceOuterClass.KeyValueSequenceOrBuilder - Interface in com.exonum.messages.core
 
KIND_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
KIND_NOT_SET - com.exonum.messages.core.Messages.CoreMessage.KindCase
 

L

LEAF - com.exonum.binding.common.proofs.map.DbKey.Type
 
LEN_FIELD_NUMBER - Static variable in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
LENGTH_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
LibraryLoader - Class in com.exonum.binding.core.util
A loader of the native shared library with Exonum framework bindings.
Lifecycle - Class in com.exonum.messages.core.runtime
 
Lifecycle.ArtifactState - Class in com.exonum.messages.core.runtime
Current state of the artifact in dispatcher.
Lifecycle.ArtifactState.Builder - Class in com.exonum.messages.core.runtime
Current state of the artifact in dispatcher.
Lifecycle.ArtifactState.Status - Enum in com.exonum.messages.core.runtime
Status of an artifact deployment.
Lifecycle.ArtifactStateOrBuilder - Interface in com.exonum.messages.core.runtime
 
Lifecycle.GenesisConfig - Class in com.exonum.messages.core.runtime
Genesis config parameters.
Lifecycle.GenesisConfig.Builder - Class in com.exonum.messages.core.runtime
Genesis config parameters.
Lifecycle.GenesisConfigOrBuilder - Interface in com.exonum.messages.core.runtime
 
Lifecycle.InstanceInitParams - Class in com.exonum.messages.core.runtime
Data that is required for initialization of a service instance.
Lifecycle.InstanceInitParams.Builder - Class in com.exonum.messages.core.runtime
Data that is required for initialization of a service instance.
Lifecycle.InstanceInitParamsOrBuilder - Interface in com.exonum.messages.core.runtime
 
Lifecycle.InstanceMigration - Class in com.exonum.messages.core.runtime
Protobuf type exonum.runtime.InstanceMigration
Lifecycle.InstanceMigration.Builder - Class in com.exonum.messages.core.runtime
Protobuf type exonum.runtime.InstanceMigration
Lifecycle.InstanceMigrationOrBuilder - Interface in com.exonum.messages.core.runtime
 
Lifecycle.InstanceState - Class in com.exonum.messages.core.runtime
Current state of service instance in dispatcher.
Lifecycle.InstanceState.Builder - Class in com.exonum.messages.core.runtime
Current state of service instance in dispatcher.
Lifecycle.InstanceStateOrBuilder - Interface in com.exonum.messages.core.runtime
 
Lifecycle.InstanceStatus - Class in com.exonum.messages.core.runtime
Protobuf type exonum.runtime.InstanceStatus
Lifecycle.InstanceStatus.Builder - Class in com.exonum.messages.core.runtime
Protobuf type exonum.runtime.InstanceStatus
Lifecycle.InstanceStatus.Simple - Enum in com.exonum.messages.core.runtime
Protobuf enum exonum.runtime.InstanceStatus.Simple
Lifecycle.InstanceStatus.StatusCase - Enum in com.exonum.messages.core.runtime
 
Lifecycle.InstanceStatusOrBuilder - Interface in com.exonum.messages.core.runtime
 
Lifecycle.MigrationStatus - Class in com.exonum.messages.core.runtime
Local result of a migration.
Lifecycle.MigrationStatus.Builder - Class in com.exonum.messages.core.runtime
Local result of a migration.
Lifecycle.MigrationStatus.ResultCase - Enum in com.exonum.messages.core.runtime
 
Lifecycle.MigrationStatusOrBuilder - Interface in com.exonum.messages.core.runtime
 
ListIndex<T> - Interface in com.exonum.binding.core.storage.indices
A list index proxy is a contiguous list of elements.
ListIndexProxy<E> - Class in com.exonum.binding.core.storage.indices
A list index proxy is a contiguous list of elements.
ListProof - Class in com.exonum.binding.core.storage.indices
A view of a ProofListIndexProxy, i.e., a subset of its elements coupled with a proof, which jointly allow restoring the index hash of the list.
ListProof() - Constructor for class com.exonum.binding.core.storage.indices.ListProof
 
ListProofOuterClass - Class in com.exonum.messages.proof
 
ListProofOuterClass.HashedEntry - Class in com.exonum.messages.proof
Represents list key and corresponding hash value.
ListProofOuterClass.HashedEntry.Builder - Class in com.exonum.messages.proof
Represents list key and corresponding hash value.
ListProofOuterClass.HashedEntryOrBuilder - Interface in com.exonum.messages.proof
 
ListProofOuterClass.ListProof - Class in com.exonum.messages.proof
Subset of ProofList elements coupled with a proof.
ListProofOuterClass.ListProof.Builder - Class in com.exonum.messages.proof
Subset of ProofList elements coupled with a proof.
ListProofOuterClass.ListProofEntry - Class in com.exonum.messages.proof
Index of the list element and its value.
ListProofOuterClass.ListProofEntry.Builder - Class in com.exonum.messages.proof
Index of the list element and its value.
ListProofOuterClass.ListProofEntryOrBuilder - Interface in com.exonum.messages.proof
 
ListProofOuterClass.ListProofOrBuilder - Interface in com.exonum.messages.proof
 
ListProofOuterClass.ProofListKey - Class in com.exonum.messages.proof
Node position in the Merkle tree.
ListProofOuterClass.ProofListKey.Builder - Class in com.exonum.messages.proof
Node position in the Merkle tree.
ListProofOuterClass.ProofListKeyOrBuilder - Interface in com.exonum.messages.proof
 
ListProofStatus - Enum in com.exonum.binding.common.proofs.list
Possible statuses of a checked list proof.
load() - Static method in class com.exonum.binding.core.util.LibraryLoader
Loads the native library with Exonum framework bindings.
longFunnel() - Static method in class com.exonum.binding.common.hash.Funnels
Returns a funnel for longs.

M

MapEntry<K,​V> - Class in com.exonum.binding.common.collect
A map entry: a key-value pair.
MapEntry() - Constructor for class com.exonum.binding.common.collect.MapEntry
 
MapIndex<K,​V> - Interface in com.exonum.binding.core.storage.indices
A MapIndex is an index that maps keys to values.
MapIndexProxy<K,​V> - Class in com.exonum.binding.core.storage.indices
A MapIndex is an index that maps keys to values.
MapProof - Class in com.exonum.binding.core.storage.indices
A view of a ProofMapIndexProxy, i.e., a subset of its entries coupled with a proof, which jointly allow restoring the index hash of the map.
MapProof() - Constructor for class com.exonum.binding.core.storage.indices.MapProof
 
MapProofEntry - Class in com.exonum.binding.common.proofs.map
A flat map proof entry corresponding to either a branch node or a leaf node with computed hash in a map tree.
MapProofOuterClass - Class in com.exonum.messages.proof
 
MapProofOuterClass.MapProof - Class in com.exonum.messages.proof
Subset of map elements coupled with a proof.
MapProofOuterClass.MapProof.Builder - Class in com.exonum.messages.proof
Subset of map elements coupled with a proof.
MapProofOuterClass.MapProofEntry - Class in com.exonum.messages.proof
Path to an intermediate Merkle Patricia tree node and a corresponding hash value.
MapProofOuterClass.MapProofEntry.Builder - Class in com.exonum.messages.proof
Path to an intermediate Merkle Patricia tree node and a corresponding hash value.
MapProofOuterClass.MapProofEntryOrBuilder - Interface in com.exonum.messages.proof
 
MapProofOuterClass.MapProofOrBuilder - Interface in com.exonum.messages.proof
 
MapProofOuterClass.OptionalEntry - Class in com.exonum.messages.proof
Key with corresponding value or an empty value if the key is missing from the underlying map.
MapProofOuterClass.OptionalEntry.Builder - Class in com.exonum.messages.proof
Key with corresponding value or an empty value if the key is missing from the underlying map.
MapProofOuterClass.OptionalEntry.MaybeValueCase - Enum in com.exonum.messages.proof
 
MapProofOuterClass.OptionalEntryOrBuilder - Interface in com.exonum.messages.proof
 
MapProofStatus - Enum in com.exonum.binding.common.proofs.map
Possible statuses of a checked map proof.
MAX_MESSAGE_LEN_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Config
 
MAX_PROPOSE_TIMEOUT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Config
 
MAX_VALIDATOR_COUNT_WITH_ENABLED_TIME_SERVICE - Static variable in class com.exonum.binding.testkit.TestKit
The maximum number of validators supported by TestKit when a time oracle is enabled.
MAYBEVALUE_NOT_SET - com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.MaybeValueCase
 
merge(Fork) - Method in class com.exonum.binding.core.storage.database.TemporaryDb
Applies the changes from the given fork to the database state.
mergeAdditionalHeaders(Blockchain.AdditionalHeaders) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.AdditionalHeaders additional_headers = 8;
mergeAnyTx(Base.AnyTx) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Transaction message.
mergeArtifact(Base.ArtifactId) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Information uniquely identifying the artifact.
mergeArtifact(Base.ArtifactId) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Identifier of the corresponding artifact.
mergeArtifactSpec(Base.ArtifactSpec) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Artifact description.
mergeAuthor(Types.PublicKey) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Public key of the author of the message.
mergeBlock(Blockchain.Block) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
mergeBlockchain(Empty) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked by one of the blockchain lifecycle events.
mergeBlockHash(Types.Hash) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the new block.
mergeBlockProof(Proofs.BlockProof) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof of authenticity for the block header.
mergeBlockProof(Proofs.BlockProof) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the block header.
mergeCallInfo(Base.CallInfo) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Information required for the call of the corresponding executor.
mergeCallProof(MapProofOuterClass.MapProof) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
mergeCallSite(Errors.CallSite) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Information about service call associated with the error.
mergeCompletedHash(Types.Hash) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
mergeConsensusConfig(Blockchain.Config) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Blockchain configuration used to create the genesis block.
mergeConsensusKey(Types.PublicKey) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Consensus key is used for messages related to the consensus algorithm.
mergeError(Errors.ExecutionError) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Execution ended with an error.
mergeErrorHash(Types.Hash) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash error_hash = 7;
mergeFrom(DeployArguments) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
mergeFrom(Service.ServiceConfiguration) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
mergeFrom(TestKitProtos.TestKitService) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
mergeFrom(TestKitProtos.TestKitServiceInstances) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
mergeFrom(BitVecOuterClass.BitVec) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
mergeFrom(Blockchain.AdditionalHeaders) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
mergeFrom(Blockchain.Block) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
mergeFrom(Blockchain.CallInBlock) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
mergeFrom(Blockchain.Config) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
mergeFrom(Blockchain.TxLocation) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
mergeFrom(Blockchain.ValidatorKeys) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
mergeFrom(KeyValueSequenceOuterClass.KeyValue) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
mergeFrom(KeyValueSequenceOuterClass.KeyValueSequence) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
mergeFrom(Messages.CoreMessage) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
mergeFrom(Messages.Precommit) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
mergeFrom(Messages.SignedMessage) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
mergeFrom(Proofs.BlockProof) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
mergeFrom(Proofs.CallProof) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
mergeFrom(Proofs.IndexProof) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
mergeFrom(Auth.Caller) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
mergeFrom(Base.AnyTx) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
mergeFrom(Base.ArtifactId) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
mergeFrom(Base.ArtifactSpec) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
mergeFrom(Base.CallInfo) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
mergeFrom(Base.InstanceSpec) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
mergeFrom(Errors.CallSite) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
mergeFrom(Errors.ExecutionError) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
mergeFrom(Errors.ExecutionErrorAux) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
mergeFrom(Errors.ExecutionStatus) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
mergeFrom(Lifecycle.ArtifactState) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
mergeFrom(Lifecycle.GenesisConfig) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
mergeFrom(Lifecycle.InstanceInitParams) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
mergeFrom(Lifecycle.InstanceMigration) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
mergeFrom(Lifecycle.InstanceState) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
mergeFrom(Lifecycle.InstanceStatus) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
mergeFrom(Lifecycle.MigrationStatus) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
mergeFrom(Types.Hash) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
mergeFrom(Types.PublicKey) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
mergeFrom(Types.Signature) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
mergeFrom(ListProofOuterClass.HashedEntry) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
mergeFrom(ListProofOuterClass.ListProof) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
mergeFrom(ListProofOuterClass.ListProofEntry) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
mergeFrom(ListProofOuterClass.ProofListKey) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
mergeFrom(MapProofOuterClass.MapProof) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
mergeFrom(MapProofOuterClass.MapProofEntry) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
mergeFrom(MapProofOuterClass.OptionalEntry) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
mergeFrom(Message) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
mergeFrom(Message) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
mergeFrom(Message) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
mergeFrom(Message) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
mergeFrom(Message) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
mergeHash(Types.Hash) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Hash of the successfully migrated data.
mergeHash(Types.Hash) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Hash associated with the node.
mergeHash(Types.Hash) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Hash associated with the node.
mergeHeaders(KeyValueSequenceOuterClass.KeyValueSequence) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
.exonum.KeyValueSequence headers = 1;
mergeIndexProof(MapProofOuterClass.MapProof) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the index.
mergeInstanceSpec(Base.InstanceSpec) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Instance specification.
mergeKey(ListProofOuterClass.ProofListKey) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Location of the node within the Merkle tree.
mergeMigration(Lifecycle.InstanceMigration) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service is in process of migration.
mergeNoCallSite(Empty) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no service to process an erroneous call.
mergeNoRuntimeId(Empty) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no runtime to process an erroneous call.
mergeNoValue(Empty) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Indicator that `key` is missing from the underlying map.
mergeOk(Empty) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Successful execution.
mergePendingStatus(Lifecycle.InstanceStatus) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Pending status of the instance.
mergePrecommit(Messages.Precommit) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Precommit (block endorsement) message.
mergePrevHash(Types.Hash) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash prev_hash = 4;
mergeProposeHash(Types.Hash) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the block proposal.
mergeServiceKey(Types.PublicKey) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
mergeSignature(Types.Signature) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Digital signature over the payload created with a secret key of the author of the message.
mergeSpec(Base.InstanceSpec) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance specification.
mergeStateHash(Types.Hash) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash state_hash = 6;
mergeStatus(Lifecycle.InstanceStatus) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance activity status.
mergeTarget(Base.ArtifactId) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Migration target to obtain migration scripts from.
mergeTime(Timestamp) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Local time of the validator node when the `Precommit` was created.
mergeTransactionAuthor(Types.PublicKey) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The caller is identified by the specified Ed25519 public key.
mergeTxHash(Types.Hash) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash tx_hash = 5;
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
Messages - Class in com.exonum.messages.core
 
Messages.CoreMessage - Class in com.exonum.messages.core
Subset of Exonum messages defined in the Exonum core.
Messages.CoreMessage.Builder - Class in com.exonum.messages.core
Subset of Exonum messages defined in the Exonum core.
Messages.CoreMessage.KindCase - Enum in com.exonum.messages.core
 
Messages.CoreMessageOrBuilder - Interface in com.exonum.messages.core
 
Messages.Precommit - Class in com.exonum.messages.core
Pre-commit for a block, essentially meaning that a validator node endorses the block.
Messages.Precommit.Builder - Class in com.exonum.messages.core
Pre-commit for a block, essentially meaning that a validator node endorses the block.
Messages.PrecommitOrBuilder - Interface in com.exonum.messages.core
 
Messages.SignedMessage - Class in com.exonum.messages.core
Container for the signed messages.
Messages.SignedMessage.Builder - Class in com.exonum.messages.core
Container for the signed messages.
Messages.SignedMessageOrBuilder - Interface in com.exonum.messages.core
 
METHOD - com.exonum.messages.core.runtime.Errors.CallSite.Type
Service method.
METHOD_ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.CallInfo
 
METHOD_ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.CallSite
 
METHOD_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
Service method.
MIGRATION - com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.StatusCase
 
MIGRATION_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
MIN_PROPOSE_TIMEOUT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Config
 
mountSubRouter(String, Router) - Method in interface com.exonum.binding.core.transport.Server
Mounts the sub router on the root router of this server.

N

NAME_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.ArtifactId
 
NAME_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
nativeCanModify(long) - Static method in class com.exonum.binding.core.storage.database.AbstractAccess
Returns true if the native Access allows modifications to the storage.
nativeFree(long) - Static method in class com.exonum.binding.core.storage.database.AbstractAccess
Destroys the native `ErasedAccess` object.
nativeGet(long) - Method in class com.exonum.binding.core.storage.indices.EntryIndexProxy
 
nativeGet(long) - Method in class com.exonum.binding.core.storage.indices.ProofEntryIndexProxy
 
nativeGetIndexHash(long) - Method in class com.exonum.binding.core.storage.indices.EntryIndexProxy
 
nativeGetIndexHash(long) - Method in class com.exonum.binding.core.storage.indices.ProofEntryIndexProxy
 
nativeHandle - Variable in class com.exonum.binding.core.proxy.AbstractNativeProxy
A handle to the native object.
NativeHandle - Class in com.exonum.binding.core.proxy
An implementation-specific handle to the native object.
NativeHandle(long) - Constructor for class com.exonum.binding.core.proxy.NativeHandle
Creates new native handle.
nativeIsPresent(long) - Method in class com.exonum.binding.core.storage.indices.EntryIndexProxy
 
nativeIsPresent(long) - Method in class com.exonum.binding.core.storage.indices.ProofEntryIndexProxy
 
nativeRemove(long) - Method in class com.exonum.binding.core.storage.indices.EntryIndexProxy
 
nativeRemove(long) - Method in class com.exonum.binding.core.storage.indices.ProofEntryIndexProxy
 
nativeSet(long, byte[]) - Method in class com.exonum.binding.core.storage.indices.EntryIndexProxy
 
nativeSet(long, byte[]) - Method in class com.exonum.binding.core.storage.indices.ProofEntryIndexProxy
 
newBlockInternal(Blockchain.Block, HashCode) - Static method in enum com.exonum.binding.core.blockchain.serialization.BlockSerializer
Creates a block from a message and the block hash.
newBranchKey(byte[], int) - Static method in class com.exonum.binding.common.proofs.map.DbKey
Creates a new branch database key.
newBuilder() - Static method in class com.exonum.binding.common.messages.DeployArguments
 
newBuilder() - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
newBuilder() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
newBuilder() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
newBuilder() - Static method in class com.exonum.binding.core.transaction.RawTransaction
Returns the new builder for the transaction.
newBuilder() - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
newBuilder() - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
newBuilder() - Static method in class com.exonum.messages.core.Blockchain.Block
 
newBuilder() - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
newBuilder() - Static method in class com.exonum.messages.core.Blockchain.Config
 
newBuilder() - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
newBuilder() - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
newBuilder() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
newBuilder() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
newBuilder() - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
newBuilder() - Static method in class com.exonum.messages.core.Messages.Precommit
 
newBuilder() - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
newBuilder() - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
newBuilder() - Static method in class com.exonum.messages.core.Proofs.CallProof
 
newBuilder() - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
newBuilder() - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
newBuilder() - Static method in class com.exonum.messages.crypto.Types.Hash
 
newBuilder() - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
newBuilder() - Static method in class com.exonum.messages.crypto.Types.Signature
 
newBuilder() - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
newBuilder() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
newBuilder() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
newBuilder() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
newBuilder() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
newBuilder() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
newBuilder() - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
newBuilder(DeployArguments) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
newBuilder(Service.ServiceConfiguration) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
newBuilder(TestKitProtos.TestKitService) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
newBuilder(TestKitProtos.TestKitServiceInstances) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
newBuilder(BitVecOuterClass.BitVec) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
newBuilder(Blockchain.AdditionalHeaders) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
newBuilder(Blockchain.Block) - Static method in class com.exonum.messages.core.Blockchain.Block
 
newBuilder(Blockchain.CallInBlock) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
newBuilder(Blockchain.Config) - Static method in class com.exonum.messages.core.Blockchain.Config
 
newBuilder(Blockchain.TxLocation) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
newBuilder(Blockchain.ValidatorKeys) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
newBuilder(KeyValueSequenceOuterClass.KeyValue) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
newBuilder(KeyValueSequenceOuterClass.KeyValueSequence) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
newBuilder(Messages.CoreMessage) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
newBuilder(Messages.Precommit) - Static method in class com.exonum.messages.core.Messages.Precommit
 
newBuilder(Messages.SignedMessage) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
newBuilder(Proofs.BlockProof) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
newBuilder(Proofs.CallProof) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
newBuilder(Proofs.IndexProof) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
newBuilder(Auth.Caller) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
newBuilder(Base.AnyTx) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
newBuilder(Base.ArtifactId) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
newBuilder(Base.ArtifactSpec) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
newBuilder(Base.CallInfo) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
newBuilder(Base.InstanceSpec) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
newBuilder(Errors.CallSite) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
newBuilder(Errors.ExecutionError) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
newBuilder(Errors.ExecutionErrorAux) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
newBuilder(Errors.ExecutionStatus) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
newBuilder(Lifecycle.ArtifactState) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
newBuilder(Lifecycle.GenesisConfig) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
newBuilder(Lifecycle.InstanceInitParams) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
newBuilder(Lifecycle.InstanceMigration) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
newBuilder(Lifecycle.InstanceState) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
newBuilder(Lifecycle.InstanceStatus) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
newBuilder(Lifecycle.MigrationStatus) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
newBuilder(Types.Hash) - Static method in class com.exonum.messages.crypto.Types.Hash
 
newBuilder(Types.PublicKey) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
newBuilder(Types.Signature) - Static method in class com.exonum.messages.crypto.Types.Signature
 
newBuilder(ListProofOuterClass.HashedEntry) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
newBuilder(ListProofOuterClass.ListProof) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
newBuilder(ListProofOuterClass.ListProofEntry) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
newBuilder(ListProofOuterClass.ProofListKey) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
newBuilder(MapProofOuterClass.MapProof) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
newBuilder(MapProofOuterClass.MapProofEntry) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
newBuilder(MapProofOuterClass.OptionalEntry) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
newBuilderForType() - Method in class com.exonum.binding.common.messages.DeployArguments
 
newBuilderForType() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
newBuilderForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
newBuilderForType() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
newBuilderForType() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
newBuilderForType() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
newBuilderForType() - Method in class com.exonum.messages.core.Blockchain.Block
 
newBuilderForType() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
newBuilderForType() - Method in class com.exonum.messages.core.Blockchain.Config
 
newBuilderForType() - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
newBuilderForType() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
newBuilderForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
newBuilderForType() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
newBuilderForType() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
newBuilderForType() - Method in class com.exonum.messages.core.Messages.Precommit
 
newBuilderForType() - Method in class com.exonum.messages.core.Messages.SignedMessage
 
newBuilderForType() - Method in class com.exonum.messages.core.Proofs.BlockProof
 
newBuilderForType() - Method in class com.exonum.messages.core.Proofs.CallProof
 
newBuilderForType() - Method in class com.exonum.messages.core.Proofs.IndexProof
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
newBuilderForType() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
newBuilderForType() - Method in class com.exonum.messages.crypto.Types.Hash
 
newBuilderForType() - Method in class com.exonum.messages.crypto.Types.PublicKey
 
newBuilderForType() - Method in class com.exonum.messages.crypto.Types.Signature
 
newBuilderForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
newBuilderForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
newBuilderForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
newBuilderForType() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
newBuilderForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
newBuilderForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
newBuilderForType() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.binding.common.messages.DeployArguments
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Blockchain.Block
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Blockchain.Config
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Messages.CoreMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Messages.Precommit
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Messages.SignedMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Proofs.BlockProof
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Proofs.CallProof
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.Proofs.IndexProof
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.crypto.Types.Hash
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.crypto.Types.PublicKey
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.crypto.Types.Signature
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
newHasher() - Method in interface com.exonum.binding.common.hash.HashFunction
Begins a new hash code computation by returning an initialized, stateful Hasher instance that is ready to receive data.
newHasher(int) - Method in interface com.exonum.binding.common.hash.HashFunction
Begins a new hash code computation as HashFunction.newHasher(), but provides a hint of the expected size of the input (in bytes).
newInstance() - Static method in class com.exonum.binding.core.storage.database.TemporaryDb
Creates a new empty TemporaryDb.
newInstance(byte[], byte[]) - Static method in class com.exonum.binding.common.crypto.KeyPair
Creates a KeyPair from two byte arrays, representing privateKey and publicKey.
newInstance(long, boolean, Cleaner) - Static method in class com.exonum.binding.core.storage.database.Fork
Creates a new Fork proxy.
newInstance(long, boolean, Cleaner) - Static method in class com.exonum.binding.core.storage.database.Snapshot
Creates a new Snapshot proxy.
newInstance(long, Cleaner) - Static method in class com.exonum.binding.core.storage.database.Fork
Creates a new owning Fork proxy.
newInstance(long, Cleaner) - Static method in class com.exonum.binding.core.storage.database.Snapshot
Creates a new owning Snapshot proxy.
newInstance(PrivateKey, PublicKey) - Static method in class com.exonum.binding.common.crypto.KeyPair
Creates a new KeyPair from the given key pairs.
newInstance(BlockchainData, String) - Static method in interface com.exonum.binding.time.TimeSchema
Constructs a schema of the time oracle instance with the given name.
newInstance(Access) - Static method in class com.exonum.binding.core.blockchain.Blockchain
Constructs a new blockchain instance for the given database access.
newInstance(IndexAddress, AbstractAccess, Serializer<E>) - Static method in class com.exonum.binding.core.storage.indices.EntryIndexProxy
Creates a new Entry.
newInstance(IndexAddress, AbstractAccess, Serializer<E>) - Static method in class com.exonum.binding.core.storage.indices.KeySetIndexProxy
Creates a new key set proxy.
newInstance(IndexAddress, AbstractAccess, Serializer<E>) - Static method in class com.exonum.binding.core.storage.indices.ListIndexProxy
Creates a new ListIndexProxy.
newInstance(IndexAddress, AbstractAccess, Serializer<E>) - Static method in class com.exonum.binding.core.storage.indices.ProofEntryIndexProxy
Creates a new Entry.
newInstance(IndexAddress, AbstractAccess, Serializer<E>) - Static method in class com.exonum.binding.core.storage.indices.ProofListIndexProxy
Creates a new ProofListIndexProxy.
newInstance(IndexAddress, AbstractAccess, Serializer<E>) - Static method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Creates a new value set.
newInstance(IndexAddress, AbstractAccess, Serializer<K>, Serializer<V>) - Static method in class com.exonum.binding.core.storage.indices.MapIndexProxy
Creates a new MapIndexProxy.
newInstance(IndexAddress, AbstractAccess, Serializer<K>, Serializer<V>) - Static method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
Creates a ProofMapIndexProxy.
newInstance(Proofs.BlockProof) - Static method in class com.exonum.binding.core.blockchain.proofs.BlockProof
Creates a new BlockProof given the block proof message.
newInstance(Proofs.IndexProof) - Static method in class com.exonum.binding.core.blockchain.proofs.IndexProof
Creates a new IndexProof given the index proof message.
newInstance(MapProofOuterClass.MapProof) - Static method in class com.exonum.binding.core.storage.indices.MapProof
Creates a new MapProof given the map proof message.
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.binding.common.messages.DeployArguments
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Blockchain.Block
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Blockchain.Config
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Messages.CoreMessage
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Messages.Precommit
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Messages.SignedMessage
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Proofs.BlockProof
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Proofs.CallProof
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.Proofs.IndexProof
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.crypto.Types.Hash
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.crypto.Types.PublicKey
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.crypto.Types.Signature
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
newInstance(String, int, ServiceArtifactId) - Static method in class com.exonum.binding.core.runtime.ServiceInstanceSpec
 
newInstanceNoKeyHashing(IndexAddress, AbstractAccess, Serializer<K>, Serializer<V>) - Static method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
newJavaId(String, String) - Static method in class com.exonum.binding.common.runtime.ServiceArtifactId
Creates a new service artifact id of a Java artifact.
newLeafKey(byte[]) - Static method in class com.exonum.binding.common.proofs.map.DbKey
Given key as a byte array, returns new leaf DbKey.
newLeafKey(ByteString) - Static method in class com.exonum.binding.common.proofs.map.DbKey
Given key as a ByteString, returns new leaf DbKey.
newRegistered(Cleaner, NativeHandle, Class<?>, LongConsumer) - Static method in class com.exonum.binding.core.proxy.ProxyDestructor
Creates a new destructor of a native proxy, registered in the given cleaner.
NO_CALL_SITE - com.exonum.messages.core.runtime.Errors.ExecutionError.CallInfoCase
 
NO_CALL_SITE_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
NO_RUNTIME_ID - com.exonum.messages.core.runtime.Errors.ExecutionError.RuntimeCase
 
NO_RUNTIME_ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
NO_VALUE - com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.MaybeValueCase
 
NO_VALUE_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
Node - Interface in com.exonum.binding.core.service
An Exonum node context.
NodeFake - Class in com.exonum.binding.core.service
An implementation of a Node interface for testing purposes.
NodeFake(TemporaryDb, String) - Constructor for class com.exonum.binding.core.service.NodeFake
Creates a new node fake with the given database and an empty public key.
NodeFake(TemporaryDb, String, PublicKey) - Constructor for class com.exonum.binding.core.service.NodeFake
Creates a new node fake with the given database.
NodeProxy - Class in com.exonum.binding.core.runtime
An Exonum node context.
NodeProxy(long) - Constructor for class com.exonum.binding.core.runtime.NodeProxy
Creates a proxy of a Node.
NON_TERMINAL_NODE - com.exonum.binding.common.proofs.map.MapProofStatus
 
NONE - com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
The service instance has no status, i.e.
NONE_VALUE - Static variable in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
The service instance has no status, i.e.
numTransactions(int) - Method in class com.exonum.binding.core.blockchain.Block.Builder
Sets the number of transactions in this block.

O

OK - com.exonum.messages.core.runtime.Errors.ExecutionStatus.ResultCase
 
OK_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
orElse(T) - Method in interface com.exonum.binding.core.storage.indices.EntryIndex
Returns the value of this entry, if it is present; otherwise, the given value.

P

padToLong() - Method in class com.exonum.binding.common.hash.HashCode
If this hashcode has enough bits, returns asLong(), otherwise returns a long value with asBytes() as the least-significant bytes and 0x00 as the remaining most-significant bytes.
parseDelimitedFrom(InputStream) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseDelimitedFrom(InputStream) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(byte[]) - Static method in class com.exonum.binding.common.message.SignedMessage
Parses the signed message bytes.
parseFrom(byte[]) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(byte[]) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(byte[]) - Static method in class com.exonum.binding.core.blockchain.Block
Creates a block from the serialized block message.
parseFrom(byte[]) - Static method in class com.exonum.binding.core.blockchain.proofs.BlockProof
Parses a serialized block proof message.
parseFrom(byte[]) - Static method in class com.exonum.binding.core.blockchain.proofs.IndexProof
Parses a serialized index proof message.
parseFrom(byte[]) - Static method in class com.exonum.binding.core.storage.indices.ListProof
Creates a new ListProof given the serialized map proof message.
parseFrom(byte[]) - Static method in class com.exonum.binding.core.storage.indices.MapProof
Creates a new MapProof given the serialized map proof message.
parseFrom(byte[]) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(byte[]) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(byte[]) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(byte[]) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(byte[]) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(byte[]) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(byte[]) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(byte[]) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(byte[]) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(byte[]) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(byte[]) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(byte[]) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(byte[]) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(byte[]) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(ByteString) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(ByteString) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(ByteString) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(ByteString) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(ByteString) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(ByteString) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(ByteString) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(ByteString) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(ByteString) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(ByteString) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(ByteString) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(ByteString) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(ByteString) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(ByteString) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(ByteString) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(ByteString) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(CodedInputStream) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(CodedInputStream) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(CodedInputStream) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(CodedInputStream) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(CodedInputStream) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(InputStream) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(InputStream) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(InputStream) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(InputStream) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(InputStream) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(InputStream) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(InputStream) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(InputStream) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(InputStream) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(InputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(InputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(InputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(InputStream) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(InputStream) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(InputStream) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(InputStream) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(String) - Static method in class com.exonum.binding.common.runtime.ServiceArtifactId
Parses a service id in format "runtimeId:serviceName:version" as ServiceArtifactId.toString() produces.
parseFrom(ByteBuffer) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(ByteBuffer) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(ByteBuffer) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(ByteBuffer) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(ByteBuffer) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Block
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.Config
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.Precommit
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Hash
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types.Signature
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
parser() - Static method in class com.exonum.binding.common.messages.DeployArguments
 
parser() - Static method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
parser() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
parser() - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
parser() - Static method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
parser() - Static method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
parser() - Static method in class com.exonum.messages.core.Blockchain.Block
 
parser() - Static method in class com.exonum.messages.core.Blockchain.CallInBlock
 
parser() - Static method in class com.exonum.messages.core.Blockchain.Config
 
parser() - Static method in class com.exonum.messages.core.Blockchain.TxLocation
 
parser() - Static method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
parser() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
parser() - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
parser() - Static method in class com.exonum.messages.core.Messages.CoreMessage
 
parser() - Static method in class com.exonum.messages.core.Messages.Precommit
 
parser() - Static method in class com.exonum.messages.core.Messages.SignedMessage
 
parser() - Static method in class com.exonum.messages.core.Proofs.BlockProof
 
parser() - Static method in class com.exonum.messages.core.Proofs.CallProof
 
parser() - Static method in class com.exonum.messages.core.Proofs.IndexProof
 
parser() - Static method in class com.exonum.messages.core.runtime.Auth.Caller
 
parser() - Static method in class com.exonum.messages.core.runtime.Base.AnyTx
 
parser() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
parser() - Static method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
parser() - Static method in class com.exonum.messages.core.runtime.Base.CallInfo
 
parser() - Static method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
parser() - Static method in class com.exonum.messages.core.runtime.Errors.CallSite
 
parser() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
parser() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
parser() - Static method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
parser() - Static method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
parser() - Static method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
parser() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
parser() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
parser() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
parser() - Static method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
parser() - Static method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
parser() - Static method in class com.exonum.messages.crypto.Types.Hash
 
parser() - Static method in class com.exonum.messages.crypto.Types.PublicKey
 
parser() - Static method in class com.exonum.messages.crypto.Types.Signature
 
parser() - Static method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
parser() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
parser() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
parser() - Static method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
parser() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
parser() - Static method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
parser() - Static method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
PATH_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
PATH_PADDING_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
payload(byte[]) - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Sets a payload of the transaction message.
payload(byte[]) - Method in class com.exonum.binding.core.transaction.RawTransaction.Builder
Sets the payload of the transaction.
payload(ByteString) - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Sets a payload of the transaction message.
payload(MessageLite) - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Sets a payload of the transaction message.
payload(ByteBuffer) - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Sets a payload of the transaction message.
PAYLOAD_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.SignedMessage
 
PAYLOAD_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
PEERS_TIMEOUT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Config
 
PENDING_STATUS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
POSITION_IN_BLOCK_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.TxLocation
 
PRECOMMIT - com.exonum.messages.core.Messages.CoreMessage.KindCase
 
PRECOMMIT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.CoreMessage
 
PRECOMMITS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Proofs.BlockProof
 
Prefixed - Class in com.exonum.binding.core.storage.database
A prefixed database access.
PREV_HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Block
 
previousBlockHash(HashCode) - Method in class com.exonum.binding.core.blockchain.Block.Builder
Sets the hash of the previous block in the hash chain.
PrimitiveSink - Interface in com.exonum.binding.common.hash
An object which can receive a stream of primitive values.
PRIVATE_KEY_BYTES - Static variable in class com.exonum.binding.common.crypto.CryptoFunctions.Ed25519
 
privateKey() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of private keys.
PrivateKey - Class in com.exonum.binding.common.crypto
Represent a private key in a digital signature system.
PROOF_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
PROOF_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
ProofEntryIndex<T> - Interface in com.exonum.binding.core.storage.indices
A proof entry is a hashable variant of EntryIndex.
ProofEntryIndexProxy<T> - Class in com.exonum.binding.core.storage.indices
A proxy of a native MerkleDB ProofEntry.
ProofHashes - Class in com.exonum.binding.common.proofs
 
ProofListIndexProxy<E> - Class in com.exonum.binding.core.storage.indices
A proof list index proxy is a contiguous list of elements, capable of providing cryptographic proofs that it contains a certain element at a particular position.
ProofMapIndexProxy<K,​V> - Class in com.exonum.binding.core.storage.indices
A ProofMapIndexProxy is an index that maps keys to values.
Proofs - Class in com.exonum.messages.core
 
Proofs.BlockProof - Class in com.exonum.messages.core
Block with its `Precommit` messages.
Proofs.BlockProof.Builder - Class in com.exonum.messages.core
Block with its `Precommit` messages.
Proofs.BlockProofOrBuilder - Interface in com.exonum.messages.core
 
Proofs.CallProof - Class in com.exonum.messages.core
Proof of authenticity for a single top-level call in a block, such as a transaction.
Proofs.CallProof.Builder - Class in com.exonum.messages.core
Proof of authenticity for a single top-level call in a block, such as a transaction.
Proofs.CallProofOrBuilder - Interface in com.exonum.messages.core
 
Proofs.IndexProof - Class in com.exonum.messages.core
Proof of authenticity for a single index within the database.
Proofs.IndexProof.Builder - Class in com.exonum.messages.core
Proof of authenticity for a single index within the database.
Proofs.IndexProofOrBuilder - Interface in com.exonum.messages.core
 
ProofStatus - Interface in com.exonum.binding.common.proofs
A status of collection proof verification.
PROPERTIES - com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
Identifies that the given configuration represented as Properties, i.e.
PROPERTIES_VALUE - Static variable in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
Identifies that the given configuration represented as Properties, i.e.
PROPOSE_HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.Precommit
 
PROPOSE_TIMEOUT_THRESHOLD_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Config
 
PROPOSER_ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Block
 
proposerId(int) - Method in class com.exonum.binding.core.blockchain.Block.Builder
Sets the identifier of the leader node which has proposed the block.
protobuf(Class<MessageT>) - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer for the given protocol buffer message type.
ProxyDestructor - Class in com.exonum.binding.core.proxy
ProxyDestructor is a clean action that destroys a native proxy and closes its native handle.
ProxyDestructor(NativeHandle, Class<?>, LongConsumer) - Constructor for class com.exonum.binding.core.proxy.ProxyDestructor
Creates a new destructor of a native proxy.
PUBLIC_KEY_BYTES - Static variable in class com.exonum.binding.common.crypto.CryptoFunctions.Ed25519
 
publicKey() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of public keys.
PublicKey - Class in com.exonum.binding.common.crypto
Represent a public key in a digital signature system.
put(K, V) - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Puts a new key-value pair into the map.
put(K, V) - Method in class com.exonum.binding.core.storage.indices.MapIndexProxy
 
put(K, V) - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
Puts a new key-value pair into the map.
putAll(Map<? extends K, ? extends V>) - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Puts all key-value pairs from the given map into this map.
putAll(Map<? extends K, ? extends V>) - Method in class com.exonum.binding.core.storage.indices.MapIndexProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
 
putBoolean(boolean) - Method in interface com.exonum.binding.common.hash.Hasher
Equivalent to putByte(b ? (byte) 1 : (byte) 0).
putBoolean(boolean) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts a boolean into this sink.
putByte(byte) - Method in interface com.exonum.binding.common.hash.Hasher
 
putByte(byte) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts a byte into this sink.
putBytes(byte[]) - Method in interface com.exonum.binding.common.hash.Hasher
 
putBytes(byte[]) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts an array of bytes into this sink.
putBytes(byte[], int, int) - Method in interface com.exonum.binding.common.hash.Hasher
 
putBytes(byte[], int, int) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts a chunk of an array of bytes into this sink.
putBytes(ByteBuffer) - Method in interface com.exonum.binding.common.hash.Hasher
 
putBytes(ByteBuffer) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts the remaining bytes of a byte buffer into this sink.
putChar(char) - Method in interface com.exonum.binding.common.hash.Hasher
 
putChar(char) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts a character into this sink.
putDouble(double) - Method in interface com.exonum.binding.common.hash.Hasher
Equivalent to putLong(Double.doubleToRawLongBits(d)).
putDouble(double) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts a double into this sink.
putFloat(float) - Method in interface com.exonum.binding.common.hash.Hasher
Equivalent to putInt(Float.floatToRawIntBits(f)).
putFloat(float) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts a float into this sink.
putInt(int) - Method in interface com.exonum.binding.common.hash.Hasher
 
putInt(int) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts an int into this sink.
putLong(long) - Method in interface com.exonum.binding.common.hash.Hasher
 
putLong(long) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts a long into this sink.
putObject(T, Funnel<? super T>) - Method in interface com.exonum.binding.common.hash.Hasher
A simple convenience for funnel.funnel(object, this).
putShort(short) - Method in interface com.exonum.binding.common.hash.Hasher
 
putShort(short) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts a short into this sink.
putString(CharSequence, Charset) - Method in interface com.exonum.binding.common.hash.Hasher
Equivalent to putBytes(charSequence.toString().getBytes(charset)).
putString(CharSequence, Charset) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts a string into this sink using the given charset.
putUnencodedChars(CharSequence) - Method in interface com.exonum.binding.common.hash.Hasher
Equivalent to processing each char value in the CharSequence, in order.
putUnencodedChars(CharSequence) - Method in interface com.exonum.binding.common.hash.PrimitiveSink
Puts each 16-bit code unit from the CharSequence into this sink.

R

RawTransaction - Class in com.exonum.binding.core.transaction
An Exonum raw transaction.
RawTransaction() - Constructor for class com.exonum.binding.core.transaction.RawTransaction
 
RawTransaction.Builder - Class in com.exonum.binding.core.transaction
 
reason() - Method in annotation type com.exonum.binding.core.annotations.AutoGenerationCandidate
Why or how an element can be auto-generated.
reason() - Method in annotation type com.exonum.binding.core.annotations.ImproveDocs
A description of why this annotation was added.
ReflectiveModuleSupplier - Class in com.exonum.binding.core.runtime
A reflective supplier of service modules that instantiates them with a no-arg constructor.
ReflectiveModuleSupplier(Class<? extends ServiceModule>) - Constructor for class com.exonum.binding.core.runtime.ReflectiveModuleSupplier
Creates a module supplier for a given service module class.
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.binding.common.messages.DeployArgumentsOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.binding.common.messages.Service
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.common.BitVecOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.core.Blockchain
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.core.Messages
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.core.Proofs
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.core.runtime.Auth
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.core.runtime.Base
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.core.runtime.Errors
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.core.runtime.Lifecycle
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.crypto.Types
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.proof.ListProofOuterClass
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.exonum.messages.proof.MapProofOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.DeployArgumentsOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.binding.common.messages.Service
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.binding.core.testkit.internal.TestKitProtos
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.common.BitVecOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Blockchain
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.core.KeyValueSequenceOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Messages
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.core.Proofs
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Auth
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Base
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Errors
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.core.runtime.Lifecycle
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.crypto.Types
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.ListProofOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.exonum.messages.proof.MapProofOuterClass
 
remove() - Method in interface com.exonum.binding.core.storage.indices.EntryIndex
Removes a value from this entry.
remove(E) - Method in class com.exonum.binding.core.storage.indices.KeySetIndexProxy
Removes the element from this set.
remove(E) - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Removes the element from this set.
remove(K) - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Removes the value mapped to the specified key from the map.
remove(K) - Method in class com.exonum.binding.core.storage.indices.MapIndexProxy
 
remove(K) - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
 
removeArtifacts(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
removeBuiltinInstances(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
removeByHash(HashCode) - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Removes an element from this set by its hash.
removeEntries(int) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
removeEntries(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
removeEntries(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
removeLast() - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Removes the last element of the list and returns it.
removePrecommits(int) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
removeProof(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
removeProof(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
removeServices(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
removeServiceSpecs(int) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
removeSubRouter(String) - Method in interface com.exonum.binding.core.transport.Server
Removes the sub router from the root router of this server registered by the given path.
removeValidatorKeys(int) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
resolveParameter(ParameterContext, ExtensionContext) - Method in class com.exonum.binding.testkit.TestKitExtension
 
resourceType() - Method in interface com.exonum.binding.core.proxy.CleanAction
Returns the description of the type of resource this action corresponds to.
resourceType() - Method in class com.exonum.binding.core.proxy.ProxyDestructor
 
RESULT_NOT_SET - com.exonum.messages.core.runtime.Errors.ExecutionStatus.ResultCase
 
RESULT_NOT_SET - com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.ResultCase
 
resume(ExecutionContext, byte[]) - Method in interface com.exonum.binding.core.service.Service
Resumes the previously stopped service instance.
RESUME - com.exonum.messages.core.runtime.Errors.CallSite.Type
Service resuming routine.
RESUME_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
Service resuming routine.
RoErasedAccess - Class in com.exonum.binding.core.storage.database
A readonly, "erased", database Access object.
rollback() - Method in class com.exonum.binding.core.storage.database.Fork
Rollbacks changes to the latest checkpoint.
ROUND_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.Precommit
 
RUNTIME - com.exonum.messages.core.runtime.Errors.ErrorKind
An error specific to the certain runtime.
RUNTIME_ID - com.exonum.messages.core.runtime.Errors.ExecutionError.RuntimeCase
 
RUNTIME_ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.ArtifactId
 
RUNTIME_ID_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
RUNTIME_NOT_SET - com.exonum.messages.core.runtime.Errors.ExecutionError.RuntimeCase
 
RUNTIME_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.ErrorKind
An error specific to the certain runtime.
RuntimeId - Enum in com.exonum.binding.common.runtime
Represents well-known runtime ids, as assigned by the Exonum core.
RuntimeTransport - Class in com.exonum.binding.core.runtime
Runtime transport connects service APIs to the web-server.
RuntimeTransport(Server, int) - Constructor for class com.exonum.binding.core.runtime.RuntimeTransport
Creates a new runtime transport.
RUST - com.exonum.binding.common.runtime.RuntimeId
 

S

Schema - Interface in com.exonum.binding.core.service
A schema of the collections (a.k.a.
SEED_BYTES - Static variable in class com.exonum.binding.common.crypto.CryptoFunctions.Ed25519
 
sequentialFunnel(Funnel<E>) - Static method in class com.exonum.binding.common.hash.Funnels
Returns a funnel that processes an Iterable by funneling its elements in iteration order with the specified funnel.
Serializer<T> - Interface in com.exonum.binding.common.serialization
Converts Java objects into a binary representation in some format, and vice versa.
Server - Interface in com.exonum.binding.core.transport
An HTTP server providing transport for Exonum transactions and read-requests.
Service - Class in com.exonum.binding.common.messages
 
Service - Interface in com.exonum.binding.core.service
An Exonum service.
SERVICE - com.exonum.messages.core.runtime.Errors.ErrorKind
An error specific to the certain service.
SERVICE_KEY_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
SERVICE_SPECS_FIELD_NUMBER - Static variable in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
SERVICE_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.ErrorKind
An error specific to the certain service.
Service.ServiceConfiguration - Class in com.exonum.binding.common.messages
Service configuration arguments in a text-based format.
Service.ServiceConfiguration.Builder - Class in com.exonum.binding.common.messages
Service configuration arguments in a text-based format.
Service.ServiceConfiguration.Format - Enum in com.exonum.binding.common.messages
Protobuf enum exonum.java.ServiceConfiguration.Format
Service.ServiceConfigurationOrBuilder - Interface in com.exonum.binding.common.messages
 
ServiceArtifactId - Class in com.exonum.binding.common.runtime
A service artifact identifier.
ServiceArtifactId() - Constructor for class com.exonum.binding.common.runtime.ServiceArtifactId
 
serviceId(int) - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Sets service identifier to the transaction message.
serviceId(int) - Method in class com.exonum.binding.core.service.ExecutionContext.Builder
Sets service id for the context.
serviceId(int) - Method in class com.exonum.binding.core.transaction.RawTransaction.Builder
Sets the identifier of the service this transaction belongs to.
serviceInstances() - Method in class com.exonum.binding.core.runtime.DispatcherSchema
Returns a map of service instance specifications of started services indexed by their names.
ServiceInstanceSpec - Class in com.exonum.binding.core.runtime
A specification of a service instance.
ServiceInstanceSpec() - Constructor for class com.exonum.binding.core.runtime.ServiceInstanceSpec
 
ServiceLoadingException - Exception in com.exonum.binding.core.runtime
Indicates that a service runtime failed to load the service artifact.
ServiceLoadingException(String) - Constructor for exception com.exonum.binding.core.runtime.ServiceLoadingException
 
ServiceLoadingException(String, Throwable) - Constructor for exception com.exonum.binding.core.runtime.ServiceLoadingException
 
ServiceModule - Interface in com.exonum.binding.core.service
A service module configures the service bindings so that the framework can resolve the service implementation and all its dependencies.
serviceName(String) - Method in class com.exonum.binding.core.service.ExecutionContext.Builder
Sets service name for the context.
ServiceRuntime - Class in com.exonum.binding.core.runtime
A service runtime.
ServiceRuntime(ServiceLoader, ServicesFactory, RuntimeTransport, BlockchainDataFactory, Path) - Constructor for class com.exonum.binding.core.runtime.ServiceRuntime
Creates a new Java service runtime.
ServiceRuntimeAdapter - Class in com.exonum.binding.core.runtime
The adapter of ServiceRuntime to the interface, convenient to the native code accessing it through JNI (simpler, faster, more reliable).
ServiceRuntimeAdapter(ServiceRuntime, AccessFactory) - Constructor for class com.exonum.binding.core.runtime.ServiceRuntimeAdapter
 
SERVICES_FIELD_NUMBER - Static variable in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
set(long, T) - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Replaces the element at the given index of the list with the specified element.
set(T) - Method in interface com.exonum.binding.core.storage.indices.EntryIndex
Sets a new value of the entry, overwriting the previous value.
setAdditionalHeaders(Blockchain.AdditionalHeaders) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.AdditionalHeaders additional_headers = 8;
setAdditionalHeaders(Blockchain.AdditionalHeaders.Builder) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.AdditionalHeaders additional_headers = 8;
setAfterTransactions(int) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
Call of `after_transactions` hook in a service.
setAnyTx(Base.AnyTx) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Transaction message.
setAnyTx(Base.AnyTx.Builder) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Transaction message.
setArguments(ByteString) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Serialized transaction arguments.
setArtifact(Base.ArtifactId) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Information uniquely identifying the artifact.
setArtifact(Base.ArtifactId) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Identifier of the corresponding artifact.
setArtifact(Base.ArtifactId.Builder) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Information uniquely identifying the artifact.
setArtifact(Base.ArtifactId.Builder) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Identifier of the corresponding artifact.
setArtifactFilename(String) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
A name of the service artifact file located in the directory for storing Java service artifacts.
setArtifactFilenameBytes(ByteString) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
A name of the service artifact file located in the directory for storing Java service artifacts.
setArtifacts(int, Base.ArtifactSpec) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
setArtifacts(int, Base.ArtifactSpec.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Artifact specification of the built-in services.
setArtifactSpec(Base.ArtifactSpec) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Artifact description.
setArtifactSpec(Base.ArtifactSpec.Builder) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Artifact description.
setAuthor(Types.PublicKey) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Public key of the author of the message.
setAuthor(Types.PublicKey.Builder) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Public key of the author of the message.
setBeforeTransactions(int) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
Call of `before_transactions` hook in a service.
setBlock(Blockchain.Block) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
setBlock(Blockchain.Block.Builder) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
Block header containing such information as the ID of the node which proposed the block, the height of the block, the number of transactions in the block, etc.
setBlockchain(Empty) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked by one of the blockchain lifecycle events.
setBlockchain(Empty.Builder) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked by one of the blockchain lifecycle events.
setBlockHash(Types.Hash) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the new block.
setBlockHash(Types.Hash.Builder) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the new block.
setBlockHeight(long) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
uint64 block_height = 1;
setBlockProof(Proofs.BlockProof) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof of authenticity for the block header.
setBlockProof(Proofs.BlockProof) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the block header.
setBlockProof(Proofs.BlockProof.Builder) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof of authenticity for the block header.
setBlockProof(Proofs.BlockProof.Builder) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the block header.
setBuiltinInstances(int, Lifecycle.InstanceInitParams) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
setBuiltinInstances(int, Lifecycle.InstanceInitParams.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
List of services with their configuration parameters that are created directly in the genesis block.
setCallInfo(Base.CallInfo) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Information required for the call of the corresponding executor.
setCallInfo(Base.CallInfo.Builder) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
Information required for the call of the corresponding executor.
setCallProof(MapProofOuterClass.MapProof) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
setCallProof(MapProofOuterClass.MapProof.Builder) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Proof from the error aggregator (i.e., a `ProofMapIndex` the Merkle root of which is recorded in the block header as `error_hash`).
setCallSite(Errors.CallSite) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Information about service call associated with the error.
setCallSite(Errors.CallSite.Builder) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Information about service call associated with the error.
setCallType(Errors.CallSite.Type) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Type of the call.
setCallTypeValue(int) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Type of the call.
setCode(int) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
User defined error code that can have different meanings for the different error kinds.
setCompletedHash(Types.Hash) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
setCompletedHash(Types.Hash.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Consensus-wide outcome of the migration, in the form of the aggregation hash of the migrated data.
setConsensusConfig(Blockchain.Config) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Blockchain configuration used to create the genesis block.
setConsensusConfig(Blockchain.Config.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
Blockchain configuration used to create the genesis block.
setConsensusKey(Types.PublicKey) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Consensus key is used for messages related to the consensus algorithm.
setConsensusKey(Types.PublicKey.Builder) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Consensus key is used for messages related to the consensus algorithm.
setConstructor(ByteString) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Constructor argument for the instance.
setData(ByteString) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
Buffer containing the bits.
setData(ByteString) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
bytes data = 1;
setData(ByteString) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
bytes data = 1;
setData(ByteString) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
bytes data = 1;
setDataVersion(String) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Version of the service data.
setDataVersionBytes(ByteString) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Version of the service data.
setDeploySpec(ByteString) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
Runtime-specific artifact specification.
setDescription(String) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Optional error description.
setDescription(String) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
Human-readable error description.
setDescriptionBytes(ByteString) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Optional error description.
setDescriptionBytes(ByteString) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
Human-readable error description.
setEndVersion(String) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Version of the instance data after the migration is completed.
setEndVersionBytes(ByteString) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Version of the instance data after the migration is completed.
setEntries(int, KeyValueSequenceOuterClass.KeyValue) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
setEntries(int, KeyValueSequenceOuterClass.KeyValue.Builder) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
repeated .exonum.KeyValue entries = 1;
setEntries(int, ListProofOuterClass.ListProofEntry) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
setEntries(int, ListProofOuterClass.ListProofEntry.Builder) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array with list elements and their indexes.
setEntries(int, MapProofOuterClass.OptionalEntry) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
setEntries(int, MapProofOuterClass.OptionalEntry.Builder) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array with 2 kinds of objects: `{ key, no_value }` for keys missing from the underlying index, and `{ key, value }` for key-value pairs, existence of which is asserted by the proof.
setEpoch(long) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
The consensus algorithm epoch to which the message is related.
setError(Errors.ExecutionError) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Execution ended with an error.
setError(Errors.ExecutionError.Builder) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Execution ended with an error.
setError(String) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Human-readable description of an error that has occurred during migration.
setErrorBytes(ByteString) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Human-readable description of an error that has occurred during migration.
setErrorDescription(String) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Human-readable description of an error if the call status is erroneous.
setErrorDescriptionBytes(ByteString) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
Human-readable description of an error if the call status is erroneous.
setErrorHash(Types.Hash) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash error_hash = 7;
setErrorHash(Types.Hash.Builder) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash error_hash = 7;
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
setFirstRoundTimeout(long) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Interval between first two rounds.
setFormat(Service.ServiceConfiguration.Format) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
.exonum.java.ServiceConfiguration.Format format = 1;
setFormatValue(int) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
.exonum.java.ServiceConfiguration.Format format = 1;
setHash(Types.Hash) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Hash of the successfully migrated data.
setHash(Types.Hash) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Hash associated with the node.
setHash(Types.Hash) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Hash associated with the node.
setHash(Types.Hash.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
Hash of the successfully migrated data.
setHash(Types.Hash.Builder) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Hash associated with the node.
setHash(Types.Hash.Builder) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Hash associated with the node.
setHeaders(KeyValueSequenceOuterClass.KeyValueSequence) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
.exonum.KeyValueSequence headers = 1;
setHeaders(KeyValueSequenceOuterClass.KeyValueSequence.Builder) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
.exonum.KeyValueSequence headers = 1;
setHeight(int) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
Height of the element.
setHeight(long) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
uint64 height = 2;
setId(int) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Unique numeric ID of the service instance.
setIndex(long) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
Zero-based index of the element.
setIndex(long) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
Zero-based index of the node on the level.
setIndexProof(MapProofOuterClass.MapProof) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the index.
setIndexProof(MapProofOuterClass.MapProof.Builder) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
Proof of authenticity for the index.
setInstanceId(int) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The call is invoked with the authority of a blockchain service with the specified identifier.
setInstanceId(int) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
Unique service instance identifier.
setInstanceId(int) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Identifier of the service being called.
setInstanceSpec(Base.InstanceSpec) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Instance specification.
setInstanceSpec(Base.InstanceSpec.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
Instance specification.
setInterface(String) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Name of the interface defining the method.
setInterfaceBytes(ByteString) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Name of the interface defining the method.
setKey(ListProofOuterClass.ProofListKey) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Location of the node within the Merkle tree.
setKey(ListProofOuterClass.ProofListKey.Builder) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
Location of the node within the Merkle tree.
setKey(ByteString) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Key serialized as per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
setKey(String) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
string key = 1;
setKeyBytes(ByteString) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
string key = 1;
setKind(Errors.ErrorKind) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
The kind of error that indicates its type.
setKindValue(int) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
The kind of error that indicates its type.
setLen(long) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
Number of bits.
setLength(long) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Length of the underlying `ProofListIndex`.
setMaxMessageLen(int) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Maximum message length (in bytes).
setMaxProposeTimeout(long) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Maximal propose timeout.
setMethodId(int) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
Identifier of the method in the service interface required for the call.
setMethodId(int) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
Numeric ID of the method.
setMigration(Lifecycle.InstanceMigration) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service is in process of migration.
setMigration(Lifecycle.InstanceMigration.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service is in process of migration.
setMinProposeTimeout(long) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Minimal propose timeout.
setName(String) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Artifact name.
setName(String) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Unique name of the service instance.
setNameBytes(ByteString) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Artifact name.
setNameBytes(ByteString) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
Unique name of the service instance.
setNoCallSite(Empty) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no service to process an erroneous call.
setNoCallSite(Empty.Builder) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no service to process an erroneous call.
setNoRuntimeId(Empty) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no runtime to process an erroneous call.
setNoRuntimeId(Empty.Builder) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
There was no runtime to process an erroneous call.
setNoValue(Empty) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Indicator that `key` is missing from the underlying map.
setNoValue(Empty.Builder) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Indicator that `key` is missing from the underlying map.
setOk(Empty) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Successful execution.
setOk(Empty.Builder) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
Successful execution.
setPath(ByteString) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Path to the node, expressed with the minimum necessary number of bytes.
setPathPadding(int) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
Number of zero bit padding at the end of the path.
setPayload(ByteString) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Payload of the message as a serialized `ExonumMessage`.
setPayload(ByteString) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
Runtime-specific artifact payload.
setPeersTimeout(long) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Peer exchange timeout.
setPendingStatus(Lifecycle.InstanceStatus) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Pending status of the instance.
setPendingStatus(Lifecycle.InstanceStatus.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Pending status of the instance.
setPositionInBlock(int) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
uint32 position_in_block = 2;
setPrecommit(Messages.Precommit) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Precommit (block endorsement) message.
setPrecommit(Messages.Precommit.Builder) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
Precommit (block endorsement) message.
setPrecommits(int, Messages.SignedMessage) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
setPrecommits(int, Messages.SignedMessage.Builder) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
List of `Precommit` messages for the block.
setPrevHash(Types.Hash) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash prev_hash = 4;
setPrevHash(Types.Hash.Builder) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash prev_hash = 4;
setProof(int, ListProofOuterClass.HashedEntry) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
setProof(int, ListProofOuterClass.HashedEntry.Builder) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
Array of { ProofListKey, Hash } objects.
setProof(int, MapProofOuterClass.MapProofEntry) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
setProof(int, MapProofOuterClass.MapProofEntry.Builder) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
Array of { path: ProofPath, hash: Hash } objects.
setProposeHash(Types.Hash) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the block proposal.
setProposeHash(Types.Hash.Builder) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Hash of the block proposal.
setProposerId(int) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
uint32 proposer_id = 1;
setProposeTimeoutThreshold(int) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Amount of transactions in pool to start use `min_propose_timeout`.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
setRound(int) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
The round to which the message is related.
setRuntimeId(int) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Runtime identifier.
setRuntimeId(int) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
Identifier of runtime associated with the error.
setServiceKey(Types.PublicKey) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
setServiceKey(Types.PublicKey.Builder) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
Service key is used for services, for example, the configuration updater service, the anchoring service, etc.
setServices(int, TestKitProtos.TestKitService) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
setServices(int, TestKitProtos.TestKitService.Builder) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
repeated .exonum.testkit.TestKitService services = 1;
setServiceSpecs(int, Lifecycle.InstanceInitParams) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
setServiceSpecs(int, Lifecycle.InstanceInitParams.Builder) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
Services to start on blockchain instantiation.
setSignature(Types.Signature) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Digital signature over the payload created with a secret key of the author of the message.
setSignature(Types.Signature.Builder) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
Digital signature over the payload created with a secret key of the author of the message.
setSimple(Lifecycle.InstanceStatus.Simple) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service has a status from the `Simple` enum.
setSimpleValue(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
Service has a status from the `Simple` enum.
setSpec(Base.InstanceSpec) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance specification.
setSpec(Base.InstanceSpec.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance specification.
setStateHash(Types.Hash) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash state_hash = 6;
setStateHash(Types.Hash.Builder) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash state_hash = 6;
setStatus(Lifecycle.ArtifactState.Status) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
Artifact deployment status.
setStatus(Lifecycle.InstanceStatus) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance activity status.
setStatus(Lifecycle.InstanceStatus.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
Service instance activity status.
setStatusTimeout(long) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Period of sending a Status message.
setStatusValue(int) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
Artifact deployment status.
setTarget(Base.ArtifactId) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Migration target to obtain migration scripts from.
setTarget(Base.ArtifactId.Builder) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
Migration target to obtain migration scripts from.
setTime(Timestamp) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Local time of the validator node when the `Precommit` was created.
setTime(Timestamp.Builder) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
Local time of the validator node when the `Precommit` was created.
setTime(ZonedDateTime) - Method in class com.exonum.binding.testkit.FakeTimeProvider
Sets new time for this time provider.
setTransaction(int) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
Call of a transaction within the block.
setTransactionAuthor(Types.PublicKey) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The caller is identified by the specified Ed25519 public key.
setTransactionAuthor(Types.PublicKey.Builder) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
The caller is identified by the specified Ed25519 public key.
setTxCount(int) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
uint32 tx_count = 3;
setTxHash(Types.Hash) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash tx_hash = 5;
setTxHash(Types.Hash.Builder) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
.exonum.crypto.Hash tx_hash = 5;
setTxsBlockLimit(int) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
Maximum number of transactions per block.
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.binding.common.messages.DeployArguments.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.Block.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.CallInBlock.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.TxLocation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Messages.CoreMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Messages.SignedMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Proofs.BlockProof.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Proofs.CallProof.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.Proofs.IndexProof.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Auth.Caller.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.AnyTx.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.CallInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Errors.CallSite.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.crypto.Types.Hash.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.crypto.Types.PublicKey.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.crypto.Types.Signature.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
 
setValidator(int) - Method in class com.exonum.messages.core.Messages.Precommit.Builder
ID of the validator endorsing the block.
setValidatorKeys(int, Blockchain.ValidatorKeys) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
setValidatorKeys(int, Blockchain.ValidatorKeys.Builder) - Method in class com.exonum.messages.core.Blockchain.Config.Builder
List of validators public keys.
setValue(ByteString) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue.Builder
bytes value = 2;
setValue(ByteString) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry.Builder
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
setValue(ByteString) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.Builder
Value serialized per `BinaryValue` implementation (usually as a Protobuf message, except for primitive types).
setValue(String) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
string value = 2;
setValueBytes(ByteString) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration.Builder
string value = 2;
setVersion(String) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Semantic version of the artifact.
setVersionBytes(ByteString) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId.Builder
Semantic version of the artifact.
sha256() - Static method in class com.exonum.binding.common.hash.Hashing
Returns a hash function implementing the SHA-256 algorithm (256 hash bits).
sha384() - Static method in class com.exonum.binding.common.hash.Hashing
Returns a hash function implementing the SHA-384 algorithm (384 hash bits).
sha512() - Static method in class com.exonum.binding.common.hash.Hashing
Returns a hash function implementing the SHA-512 algorithm (512 hash bits).
shutdown() - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Stops this runtime.
sign(KeyPair) - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Signs the message with the given Ed25519 keys, creating a new signed binary transaction message.
SIGNATURE_BYTES - Static variable in class com.exonum.binding.common.crypto.CryptoFunctions.Ed25519
 
SIGNATURE_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.SignedMessage
 
SignedMessage - Class in com.exonum.binding.common.message
A wrapper around Messages.SignedMessage protobuf message containing Messages.CoreMessage, which converts protobuf types into internal types.
signedWith(KeyPair) - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Sets the Ed25519 key pair to use to sign the message.
signedWith(KeyPair, CryptoFunction) - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Sets the key pair and the crypto function to use to sign the message.
signMessage(byte[], PrivateKey) - Method in interface com.exonum.binding.common.crypto.CryptoFunction
Given a privateKey, computes and returns a signature for the supplied message.
SIMPLE - com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.StatusCase
 
SIMPLE_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
sint32() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of signed integers using variable length encoding.
sint64() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of signed longs using variable length encoding.
size() - Method in class com.exonum.binding.common.crypto.AbstractKey
Returns the length of this key in bytes.
size() - Method in interface com.exonum.binding.common.proofs.list.CheckedListProof
Returns the size of the list: the total number of elements in it.
size() - Method in class com.exonum.binding.common.proofs.list.CheckedListProofImpl
 
size() - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Returns the number of elements in the list.
Snapshot - Class in com.exonum.binding.core.storage.database
A snapshot is a read-only, immutable database access.
SPEC_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
StandardSerializers - Class in com.exonum.binding.common.serialization
A collection of pre-defined serializers.
start(int) - Method in interface com.exonum.binding.core.transport.Server
Requests the server to start listening on the given TCP port.
STATE_HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Block
 
stateHash(HashCode) - Method in class com.exonum.binding.core.blockchain.Block.Builder
Sets the blockchain state hash at the moment this block was committed.
STATUS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
STATUS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
STATUS_NOT_SET - com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.StatusCase
 
STATUS_TIMEOUT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Config
 
stop() - Method in interface com.exonum.binding.core.transport.Server
Requests the server to stop listening to incoming requests and release any resources.
STOPPED - com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
The service instance is stopped.
STOPPED_VALUE - Static variable in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
The service instance is stopped.
StorageIndex - Interface in com.exonum.binding.core.storage.indices
Storage index is a persistent, named collection built on top of Exonum key-value storage.
stream() - Method in class com.exonum.binding.core.storage.indices.KeySetIndexProxy
Returns a stream of the set elements.
stream() - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Returns a stream of elements in this list.
stream() - Method in class com.exonum.binding.core.storage.indices.ValueSetIndexProxy
Returns a stream of the entries in this set.
string() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of strings in UTF-8.
stringFunnel(Charset) - Static method in class com.exonum.binding.common.hash.Funnels
Returns a funnel that encodes the characters of a CharSequence with the specified Charset.
submitTransaction(RawTransaction) - Method in class com.exonum.binding.core.runtime.NodeProxy
 
submitTransaction(RawTransaction) - Method in interface com.exonum.binding.core.service.Node
Creates a transaction from the given parameters, signs it with the node service key, and then submits it into Exonum network.
submitTransaction(RawTransaction) - Method in class com.exonum.binding.core.service.NodeFake
Returns a zero hash always, ignoring the transaction.
SUCCESS - Static variable in class com.exonum.binding.common.blockchain.ExecutionStatuses
A successful execution status.
supportsParameter(ParameterContext, ExtensionContext) - Method in class com.exonum.binding.testkit.TestKitExtension
 
systemTime() - Static method in interface com.exonum.binding.testkit.TimeProvider
Returns a provider that uses the system time.

T

TARGET_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
TemporaryDb - Class in com.exonum.binding.core.storage.database
A MerkleDB which stores its data in the temporary directory for testing purposes.
TestKit - Class in com.exonum.binding.testkit
TestKit for testing blockchain services.
TestKit.Builder - Class in com.exonum.binding.testkit
Builder for the TestKit.
TestKitExtension - Class in com.exonum.binding.testkit
Extension that injects TestKit into service tests and destroys afterwards.
TestKitExtension(TestKit.Builder) - Constructor for class com.exonum.binding.testkit.TestKitExtension
 
TestKitProtos - Class in com.exonum.binding.core.testkit.internal
 
TestKitProtos.TestKitService - Class in com.exonum.binding.core.testkit.internal
Protobuf type exonum.testkit.TestKitService
TestKitProtos.TestKitService.Builder - Class in com.exonum.binding.core.testkit.internal
Protobuf type exonum.testkit.TestKitService
TestKitProtos.TestKitServiceInstances - Class in com.exonum.binding.core.testkit.internal
DTO for TestKit initialization.
TestKitProtos.TestKitServiceInstances.Builder - Class in com.exonum.binding.core.testkit.internal
DTO for TestKit initialization.
TestKitProtos.TestKitServiceInstancesOrBuilder - Interface in com.exonum.binding.core.testkit.internal
 
TestKitProtos.TestKitServiceOrBuilder - Interface in com.exonum.binding.core.testkit.internal
 
TEXT - com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
TEXT = 0;
TEXT_VALUE - Static variable in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
TEXT = 0;
TIME_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.Precommit
 
TimeProvider - Interface in com.exonum.binding.testkit
Time provider for service testing.
TimeSchema - Interface in com.exonum.binding.time
Exonum time service database schema.
toBuilder() - Method in class com.exonum.binding.common.messages.DeployArguments
 
toBuilder() - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
toBuilder() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
toBuilder() - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
toBuilder() - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
toBuilder() - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
toBuilder() - Method in class com.exonum.messages.core.Blockchain.Block
 
toBuilder() - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
toBuilder() - Method in class com.exonum.messages.core.Blockchain.Config
 
toBuilder() - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
toBuilder() - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
toBuilder() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
toBuilder() - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
toBuilder() - Method in class com.exonum.messages.core.Messages.CoreMessage
 
toBuilder() - Method in class com.exonum.messages.core.Messages.Precommit
 
toBuilder() - Method in class com.exonum.messages.core.Messages.SignedMessage
 
toBuilder() - Method in class com.exonum.messages.core.Proofs.BlockProof
 
toBuilder() - Method in class com.exonum.messages.core.Proofs.CallProof
 
toBuilder() - Method in class com.exonum.messages.core.Proofs.IndexProof
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
toBuilder() - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
toBuilder() - Method in class com.exonum.messages.crypto.Types.Hash
 
toBuilder() - Method in class com.exonum.messages.crypto.Types.PublicKey
 
toBuilder() - Method in class com.exonum.messages.crypto.Types.Signature
 
toBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
toBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
toBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
toBuilder() - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
toBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
toBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
toBuilder() - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
toBytes() - Method in class com.exonum.binding.common.crypto.AbstractKey
Returns the value of this key as a byte array.
toBytes() - Method in interface com.exonum.binding.common.message.TransactionMessage
Returns the transaction message in binary format.
toBytes(TransactionLocation) - Method in enum com.exonum.binding.core.blockchain.serialization.TransactionLocationSerializer
 
toBytes(Block) - Method in enum com.exonum.binding.core.blockchain.serialization.BlockSerializer
 
toBytes(ZonedDateTime) - Method in enum com.exonum.binding.time.UtcZonedDateTimeSerializer
 
toBytes(T) - Method in class com.exonum.binding.common.serialization.CheckingSerializerDecorator
 
toBytes(T) - Method in interface com.exonum.binding.common.serialization.Serializer
Serializes a given value into a byte array.
toOptional() - Method in interface com.exonum.binding.core.storage.indices.EntryIndex
Converts the entry to Optional.
toString() - Method in class com.exonum.binding.common.crypto.AbstractKey
 
toString() - Method in enum com.exonum.binding.common.hash.Funnels.HashCodeFunnel
 
toString() - Method in class com.exonum.binding.common.hash.HashCode
Returns a string containing each byte of HashCode.asBytes(), in order, as a two-digit unsigned hexadecimal number in lower case.
toString() - Method in enum com.exonum.binding.common.proofs.list.ListProofStatus
 
toString() - Method in class com.exonum.binding.common.proofs.map.KeyBitSet
 
toString() - Method in enum com.exonum.binding.common.proofs.map.MapProofStatus
 
toString() - Method in class com.exonum.binding.common.runtime.ServiceArtifactId
Returns an artifact id in the following format: "runtimeId:serviceName:version".
toString() - Method in class com.exonum.binding.core.proxy.Cleaner
Returns a string representation of this object, including its hash code so that this instance can be easily identified in the logs.
toString() - Method in class com.exonum.binding.core.proxy.NativeHandle
 
toString() - Method in class com.exonum.binding.core.proxy.ProxyDestructor
 
toString() - Method in class com.exonum.binding.core.runtime.ReflectiveModuleSupplier
 
toString() - Method in exception com.exonum.binding.core.service.ExecutionException
Returns a string representation of this error.
toString() - Method in class com.exonum.binding.core.storage.indices.IndexAddress
 
transaction(int) - Static method in class com.exonum.binding.common.blockchain.CallInBlocks
Creates a call id corresponding to a transaction method call.
Transaction - Annotation Type in com.exonum.binding.core.transaction
Indicates that a method is a transaction method.
TRANSACTION - com.exonum.messages.core.Blockchain.CallInBlock.CallCase
 
TRANSACTION_AUTHOR - com.exonum.messages.core.runtime.Auth.Caller.CallerCase
 
TRANSACTION_AUTHOR_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Auth.Caller
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.CallInBlock
 
transactionId(int) - Method in class com.exonum.binding.common.message.TransactionMessage.Builder
Sets transaction identifier to the transaction message.
transactionId(int) - Method in class com.exonum.binding.core.transaction.RawTransaction.Builder
Sets the identifier of the transaction within a service.
TransactionLocation - Class in com.exonum.binding.common.blockchain
Transaction position in the blockchain.
TransactionLocation() - Constructor for class com.exonum.binding.common.blockchain.TransactionLocation
 
TransactionLocationSerializer - Enum in com.exonum.binding.core.blockchain.serialization
 
transactionMessage() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of transaction messages.
TransactionMessage - Interface in com.exonum.binding.common.message
An Exonum transaction message.
TransactionMessage.Builder - Class in com.exonum.binding.common.message
Builder for the binary transaction message.
TransactionSubmissionException - Exception in com.exonum.binding.core.service
Indicates that a transaction could not be submitted.
TransactionSubmissionException(String) - Constructor for exception com.exonum.binding.core.service.TransactionSubmissionException
 
truncate(long) - Method in interface com.exonum.binding.core.storage.indices.ListIndex
Truncates the list, reducing its size to newSize.
TX_COUNT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Block
 
TX_HASH_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Block
 
txMessageHash(HashCode) - Method in class com.exonum.binding.core.service.ExecutionContext.Builder
Sets transaction message hash for the context.
txRootHash(HashCode) - Method in class com.exonum.binding.core.blockchain.Block.Builder
Sets the Merkle root hash of the collection holding all transactions in this block.
TXS_BLOCK_LIMIT_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Config
 
typeAdapter(Gson) - Static method in class com.exonum.binding.common.blockchain.TransactionLocation
Provides a Gson type adapter for this class.
typeAdapter(Gson) - Static method in class com.exonum.binding.core.blockchain.Block
Provides a Gson type adapter for this class.
Types - Class in com.exonum.messages.crypto
 
Types.Hash - Class in com.exonum.messages.crypto
Protobuf type exonum.crypto.Hash
Types.Hash.Builder - Class in com.exonum.messages.crypto
Protobuf type exonum.crypto.Hash
Types.HashOrBuilder - Interface in com.exonum.messages.crypto
 
Types.PublicKey - Class in com.exonum.messages.crypto
Protobuf type exonum.crypto.PublicKey
Types.PublicKey.Builder - Class in com.exonum.messages.crypto
Protobuf type exonum.crypto.PublicKey
Types.PublicKeyOrBuilder - Interface in com.exonum.messages.crypto
 
Types.Signature - Class in com.exonum.messages.crypto
Protobuf type exonum.crypto.Signature
Types.Signature.Builder - Class in com.exonum.messages.crypto
Protobuf type exonum.crypto.Signature
Types.SignatureOrBuilder - Interface in com.exonum.messages.crypto
 

U

uint32() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of unsigned integers using variable length encoding.
uint64() - Static method in class com.exonum.binding.common.serialization.StandardSerializers
Returns a serializer of unsigned longs using variable length encoding.
UncheckedFlatMapProof - Class in com.exonum.binding.common.proofs.map
An unchecked flat map proof, which does not include any intermediate nodes.
UncheckedMapProof - Interface in com.exonum.binding.common.proofs.map
An unchecked map proof.
unencodedCharsFunnel() - Static method in class com.exonum.binding.common.hash.Funnels
Returns a funnel that extracts the characters from a CharSequence, a character at a time, without performing any encoding.
UNEXPECTED - com.exonum.messages.core.runtime.Errors.ErrorKind
An unexpected error which does not have a specific cause.
UNEXPECTED_VALUE - Static variable in enum com.exonum.messages.core.runtime.Errors.ErrorKind
An unexpected error which does not have a specific cause.
UnexpectedExecutionException - Exception in com.exonum.binding.core.runtime
An "unexpected" service execution exception indicates that any exception but ExecutionException occurred in a service method.
UnexpectedExecutionException(Throwable) - Constructor for exception com.exonum.binding.core.runtime.UnexpectedExecutionException
Creates a new unexpected execution exception.
UNLOADING - com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
The artifact is pending unload.
UNLOADING_VALUE - Static variable in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
The artifact is pending unload.
UNRECOGNIZED - com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
 
UNRECOGNIZED - com.exonum.messages.core.runtime.Errors.CallSite.Type
 
UNRECOGNIZED - com.exonum.messages.core.runtime.Errors.ErrorKind
 
UNRECOGNIZED - com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
 
UNRECOGNIZED - com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
 
updateInstanceStatus(ServiceInstanceSpec, Lifecycle.InstanceStatus) - Method in class com.exonum.binding.core.runtime.ServiceRuntime
Modifies the state of the given service instance at the runtime either by activation it or stopping.
UtcZonedDateTimeSerializer - Enum in com.exonum.binding.time
ZonedDateTime serializer.

V

VALID - com.exonum.binding.common.proofs.list.ListProofStatus
 
Validator - Annotation Type in com.exonum.binding.testkit
Changes main TestKit node type to validator for injected TestKit.
VALIDATOR - com.exonum.binding.testkit.EmulatedNodeType
 
VALIDATOR_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Messages.Precommit
 
VALIDATOR_KEYS_FIELD_NUMBER - Static variable in class com.exonum.messages.core.Blockchain.Config
 
ValidatorCount - Annotation Type in com.exonum.binding.testkit
Number of validator nodes in the TestKit network, should be positive.
value() - Method in annotation type com.exonum.binding.core.transaction.Transaction
The transaction type identifier.
value() - Method in annotation type com.exonum.binding.testkit.ValidatorCount
Validator count of TestKit network.
VALUE - com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.MaybeValueCase
 
VALUE_FIELD_NUMBER - Static variable in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
VALUE_FIELD_NUMBER - Static variable in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
VALUE_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
VALUE_FIELD_NUMBER - Static variable in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
valueOf(int) - Static method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.Blockchain.CallInBlock.CallCase
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.Messages.CoreMessage.KindCase
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Auth.Caller.CallerCase
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.CallInfoCase
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.RuntimeCase
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionStatus.ResultCase
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.StatusCase
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.ResultCase
Deprecated.
valueOf(int) - Static method in enum com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.MaybeValueCase
Deprecated.
valueOf(int, String, String) - Static method in class com.exonum.binding.common.runtime.ServiceArtifactId
Creates a new service artifact id.
valueOf(long, int) - Static method in class com.exonum.binding.common.blockchain.TransactionLocation
 
valueOf(BlockchainData, OptionalInt, long) - Static method in class com.exonum.binding.core.service.BlockCommittedEventImpl
Creates a new block committed event.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.common.hash.Funnels.HashCodeFunnel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.common.proofs.DbKeyCompressedFunnel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.common.proofs.DbKeyFunnel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.common.proofs.list.ListProofStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.common.proofs.map.DbKey.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.common.proofs.map.MapProofStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.common.runtime.RuntimeId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.core.blockchain.serialization.BlockSerializer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.core.blockchain.serialization.TransactionLocationSerializer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.core.runtime.AccessProxyFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.exonum.binding.core.storage.indices.IndexAddress
Creates an address of an individual index.
valueOf(String) - Static method in enum com.exonum.binding.testkit.EmulatedNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.binding.time.UtcZonedDateTimeSerializer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.Blockchain.CallInBlock.CallCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.Messages.CoreMessage.KindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Auth.Caller.CallerCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.CallInfoCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.RuntimeCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionStatus.ResultCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.StatusCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.ResultCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.MaybeValueCase
Returns the enum constant of this type with the specified name.
valueOf(String, byte[]) - Static method in class com.exonum.binding.core.storage.indices.IndexAddress
Creates an address of an index belonging to an index group.
valueOf(K, V) - Static method in class com.exonum.binding.common.collect.MapEntry
Creates a new MapEntry from the given key and value.
values() - Static method in enum com.exonum.binding.common.hash.Funnels.HashCodeFunnel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.common.messages.Service.ServiceConfiguration.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.common.proofs.DbKeyCompressedFunnel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.common.proofs.DbKeyFunnel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.common.proofs.list.ListProofStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.common.proofs.map.DbKey.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.common.proofs.map.MapProofStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.common.runtime.RuntimeId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.core.blockchain.serialization.BlockSerializer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.core.blockchain.serialization.TransactionLocationSerializer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.core.runtime.AccessProxyFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface com.exonum.binding.core.storage.indices.MapIndex
Returns an iterator over the map values.
values() - Method in class com.exonum.binding.core.storage.indices.MapIndexProxy
 
values() - Method in class com.exonum.binding.core.storage.indices.ProofMapIndexProxy
 
values() - Static method in enum com.exonum.binding.testkit.EmulatedNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.binding.time.UtcZonedDateTimeSerializer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.Blockchain.CallInBlock.CallCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.Messages.CoreMessage.KindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Auth.Caller.CallerCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Errors.CallSite.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Errors.ErrorKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.CallInfoCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionError.RuntimeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Errors.ExecutionStatus.ResultCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Lifecycle.ArtifactState.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.Simple
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Lifecycle.InstanceStatus.StatusCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.core.runtime.Lifecycle.MigrationStatus.ResultCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.exonum.messages.proof.MapProofOuterClass.OptionalEntry.MaybeValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSetIndexProxy<E> - Class in com.exonum.binding.core.storage.indices
A value set is an index that contains no duplicate elements (values).
ValueSetIndexProxy.Entry<E> - Class in com.exonum.binding.core.storage.indices
An entry of a value set index: a hash-value pair.
verify(byte[], byte[], PublicKey) - Method in interface com.exonum.binding.common.crypto.CryptoFunction
Given a publicKey, verifies that signature is a valid signature for the supplied message.
verifyConfiguration(ExecutionContext, Configuration) - Method in interface com.exonum.binding.core.service.Configurable
Verifies the correctness of the proposed configuration.
VERSION_FIELD_NUMBER - Static variable in class com.exonum.messages.core.runtime.Base.ArtifactId
 

W

withArtifactsDirectory(Path) - Method in class com.exonum.binding.testkit.TestKit.Builder
Sets artifact directory.
withBlockchainData(Function<BlockchainData, ResultT>) - Method in interface com.exonum.binding.core.service.Node
Performs the given function with a snapshot of the current database state.
withBlockchainData(Function<BlockchainData, ResultT>) - Method in class com.exonum.binding.core.service.NodeFake
 
withDeployedArtifact(ServiceArtifactId, String) - Method in class com.exonum.binding.testkit.TestKit.Builder
Adds a service artifact which would be deployed by the TestKit.
withNodeType(EmulatedNodeType) - Method in class com.exonum.binding.testkit.TestKit.Builder
Sets the type of the main TestKit node - either validator or auditor.
withService(ServiceArtifactId, String, int) - Method in class com.exonum.binding.testkit.TestKit.Builder
Adds a service specification with which the TestKit would create the corresponding service instance with no configuration.
withService(ServiceArtifactId, String, int, MessageLite) - Method in class com.exonum.binding.testkit.TestKit.Builder
Adds a service specification with which the TestKit would create the corresponding service instance.
withServiceData(Function<? super Prefixed, ResultT>) - Method in interface com.exonum.binding.core.service.Node
Performs the given function with a snapshot of the current database state.
withSnapshot(Consumer<Snapshot>) - Method in class com.exonum.binding.testkit.TestKit
Performs the given function with a snapshot of the current database state (i.e., the one that corresponds to the latest committed block).
withSnapshot(Function<Snapshot, ResultT>) - Method in class com.exonum.binding.core.runtime.NodeProxy
 
withTimeService(String, int, TimeProvider) - Method in class com.exonum.binding.testkit.TestKit.Builder
Adds a time service specification with which the TestKit would create the corresponding time service instance.
withValidators(short) - Method in class com.exonum.binding.testkit.TestKit.Builder
Sets number of validator nodes in the TestKit network, should be positive.
writeBytesTo(byte[], int, int) - Method in class com.exonum.binding.common.hash.HashCode
Copies bytes from this hash code into dest.
writeTo(CodedOutputStream) - Method in class com.exonum.binding.common.messages.DeployArguments
 
writeTo(CodedOutputStream) - Method in class com.exonum.binding.common.messages.Service.ServiceConfiguration
 
writeTo(CodedOutputStream) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitService
 
writeTo(CodedOutputStream) - Method in class com.exonum.binding.core.testkit.internal.TestKitProtos.TestKitServiceInstances
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.common.BitVecOuterClass.BitVec
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Blockchain.AdditionalHeaders
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Blockchain.Block
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Blockchain.CallInBlock
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Blockchain.Config
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Blockchain.TxLocation
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Blockchain.ValidatorKeys
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValue
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.KeyValueSequenceOuterClass.KeyValueSequence
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Messages.CoreMessage
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Messages.Precommit
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Messages.SignedMessage
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Proofs.BlockProof
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Proofs.CallProof
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.Proofs.IndexProof
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Auth.Caller
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Base.AnyTx
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Base.ArtifactId
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Base.ArtifactSpec
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Base.CallInfo
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Base.InstanceSpec
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Errors.CallSite
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionError
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionErrorAux
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Errors.ExecutionStatus
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Lifecycle.ArtifactState
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Lifecycle.GenesisConfig
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceInitParams
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceMigration
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceState
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Lifecycle.InstanceStatus
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.core.runtime.Lifecycle.MigrationStatus
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.crypto.Types.Hash
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.crypto.Types.PublicKey
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.crypto.Types.Signature
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.proof.ListProofOuterClass.HashedEntry
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProof
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.proof.ListProofOuterClass.ListProofEntry
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.proof.ListProofOuterClass.ProofListKey
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProof
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.proof.MapProofOuterClass.MapProofEntry
 
writeTo(CodedOutputStream) - Method in class com.exonum.messages.proof.MapProofOuterClass.OptionalEntry
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages