| Package | Description |
|---|---|
| ch.epfl.dedis.lib.omniledger | |
| ch.epfl.dedis.proto |
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.Argument |
Argument.toProto()
Converts this object to the protobuf representation.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<OmniLedgerProto.Argument> |
OmniLedgerProto.Argument.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.Argument |
OmniLedgerProto.Argument.Builder.build() |
OmniLedgerProto.Argument |
OmniLedgerProto.Argument.Builder.buildPartial() |
OmniLedgerProto.Argument |
OmniLedgerProto.SpawnOrBuilder.getArgs(int index)
args holds all data necessary to spawn the new object.
|
OmniLedgerProto.Argument |
OmniLedgerProto.Spawn.getArgs(int index)
args holds all data necessary to spawn the new object.
|
OmniLedgerProto.Argument |
OmniLedgerProto.Spawn.Builder.getArgs(int index)
args holds all data necessary to spawn the new object.
|
OmniLedgerProto.Argument |
OmniLedgerProto.InvokeOrBuilder.getArgs(int index)
args holds all data necessary for the successful execution of the command.
|
OmniLedgerProto.Argument |
OmniLedgerProto.Invoke.getArgs(int index)
args holds all data necessary for the successful execution of the command.
|
OmniLedgerProto.Argument |
OmniLedgerProto.Invoke.Builder.getArgs(int index)
args holds all data necessary for the successful execution of the command.
|
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.getDefaultInstance() |
OmniLedgerProto.Argument |
OmniLedgerProto.Argument.getDefaultInstanceForType() |
OmniLedgerProto.Argument |
OmniLedgerProto.Argument.Builder.getDefaultInstanceForType() |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseDelimitedFrom(InputStream input) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(byte[] data) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(ByteBuffer data) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(com.google.protobuf.ByteString data) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(com.google.protobuf.CodedInputStream input) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(InputStream input) |
static OmniLedgerProto.Argument |
OmniLedgerProto.Argument.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<OmniLedgerProto.Argument> |
OmniLedgerProto.SpawnOrBuilder.getArgsList()
args holds all data necessary to spawn the new object.
|
List<OmniLedgerProto.Argument> |
OmniLedgerProto.Spawn.getArgsList()
args holds all data necessary to spawn the new object.
|
List<OmniLedgerProto.Argument> |
OmniLedgerProto.Spawn.Builder.getArgsList()
args holds all data necessary to spawn the new object.
|
List<OmniLedgerProto.Argument> |
OmniLedgerProto.InvokeOrBuilder.getArgsList()
args holds all data necessary for the successful execution of the command.
|
List<OmniLedgerProto.Argument> |
OmniLedgerProto.Invoke.getArgsList()
args holds all data necessary for the successful execution of the command.
|
List<OmniLedgerProto.Argument> |
OmniLedgerProto.Invoke.Builder.getArgsList()
args holds all data necessary for the successful execution of the command.
|
com.google.protobuf.Parser<OmniLedgerProto.Argument> |
OmniLedgerProto.Argument.getParserForType() |
static com.google.protobuf.Parser<OmniLedgerProto.Argument> |
OmniLedgerProto.Argument.parser() |
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.Spawn.Builder |
OmniLedgerProto.Spawn.Builder.addArgs(int index,
OmniLedgerProto.Argument value)
args holds all data necessary to spawn the new object.
|
OmniLedgerProto.Invoke.Builder |
OmniLedgerProto.Invoke.Builder.addArgs(int index,
OmniLedgerProto.Argument value)
args holds all data necessary for the successful execution of the command.
|
OmniLedgerProto.Spawn.Builder |
OmniLedgerProto.Spawn.Builder.addArgs(OmniLedgerProto.Argument value)
args holds all data necessary to spawn the new object.
|
OmniLedgerProto.Invoke.Builder |
OmniLedgerProto.Invoke.Builder.addArgs(OmniLedgerProto.Argument value)
args holds all data necessary for the successful execution of the command.
|
OmniLedgerProto.Argument.Builder |
OmniLedgerProto.Argument.Builder.mergeFrom(OmniLedgerProto.Argument other) |
static OmniLedgerProto.Argument.Builder |
OmniLedgerProto.Argument.newBuilder(OmniLedgerProto.Argument prototype) |
OmniLedgerProto.Spawn.Builder |
OmniLedgerProto.Spawn.Builder.setArgs(int index,
OmniLedgerProto.Argument value)
args holds all data necessary to spawn the new object.
|
OmniLedgerProto.Invoke.Builder |
OmniLedgerProto.Invoke.Builder.setArgs(int index,
OmniLedgerProto.Argument value)
args holds all data necessary for the successful execution of the command.
|
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.Spawn.Builder |
OmniLedgerProto.Spawn.Builder.addAllArgs(Iterable<? extends OmniLedgerProto.Argument> values)
args holds all data necessary to spawn the new object.
|
OmniLedgerProto.Invoke.Builder |
OmniLedgerProto.Invoke.Builder.addAllArgs(Iterable<? extends OmniLedgerProto.Argument> values)
args holds all data necessary for the successful execution of the command.
|
Copyright © 2018. All rights reserved.