| Package | Description |
|---|---|
| ch.epfl.dedis.proto |
| Modifier and Type | Method and Description |
|---|---|
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.addAllList(Iterable<? extends ServerIdentityProto.ServerIdentity> values)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.addList(int index,
ServerIdentityProto.ServerIdentity.Builder builderForValue)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.addList(int index,
ServerIdentityProto.ServerIdentity value)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.addList(ServerIdentityProto.ServerIdentity.Builder builderForValue)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.addList(ServerIdentityProto.ServerIdentity value)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.clear() |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.clearAggregate()
required bytes aggregate = 3; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.clearId()
required bytes id = 1; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.clearList()
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.clone() |
RosterProto.Roster.Builder |
SkipBlockProto.ForwardLink.Builder.getNewRosterBuilder()
optional .Roster newRoster = 3; |
RosterProto.Roster.Builder |
SkipBlockProto.SkipBlock.Builder.getRosterBuilder()
required .Roster roster = 10; |
RosterProto.Roster.Builder |
OCSProto.CreateSkipchainsRequest.Builder.getRosterBuilder()
required .Roster roster = 1; |
RosterProto.Roster.Builder |
OmniLedgerProto.CreateGenesisBlock.Builder.getRosterBuilder()
Roster defines which nodes participate in the skipchain.
|
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.mergeFrom(com.google.protobuf.Message other) |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.mergeFrom(RosterProto.Roster other) |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static RosterProto.Roster.Builder |
RosterProto.Roster.newBuilder() |
static RosterProto.Roster.Builder |
RosterProto.Roster.newBuilder(RosterProto.Roster prototype) |
RosterProto.Roster.Builder |
RosterProto.Roster.newBuilderForType() |
protected RosterProto.Roster.Builder |
RosterProto.Roster.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.removeList(int index)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.setAggregate(com.google.protobuf.ByteString value)
required bytes aggregate = 3; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.setId(com.google.protobuf.ByteString value)
required bytes id = 1; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.setList(int index,
ServerIdentityProto.ServerIdentity.Builder builderForValue)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.setList(int index,
ServerIdentityProto.ServerIdentity value)
repeated .ServerIdentity list = 2; |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RosterProto.Roster.Builder |
RosterProto.Roster.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SkipBlockProto.ForwardLink.Builder |
SkipBlockProto.ForwardLink.Builder.setNewRoster(RosterProto.Roster.Builder builderForValue)
optional .Roster newRoster = 3; |
SkipBlockProto.SkipBlock.Builder |
SkipBlockProto.SkipBlock.Builder.setRoster(RosterProto.Roster.Builder builderForValue)
required .Roster roster = 10; |
OCSProto.CreateSkipchainsRequest.Builder |
OCSProto.CreateSkipchainsRequest.Builder.setRoster(RosterProto.Roster.Builder builderForValue)
required .Roster roster = 1; |
OmniLedgerProto.CreateGenesisBlock.Builder |
OmniLedgerProto.CreateGenesisBlock.Builder.setRoster(RosterProto.Roster.Builder builderForValue)
Roster defines which nodes participate in the skipchain.
|
Copyright © 2018. All rights reserved.