| Package | Description |
|---|---|
| ch.epfl.dedis.lib | |
| ch.epfl.dedis.proto |
| Modifier and Type | Method and Description |
|---|---|
RosterProto.Roster |
Roster.toProto() |
| Constructor and Description |
|---|
Roster(RosterProto.Roster roster) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<RosterProto.Roster> |
RosterProto.Roster.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RosterProto.Roster |
RosterProto.Roster.Builder.build() |
RosterProto.Roster |
RosterProto.Roster.Builder.buildPartial() |
static RosterProto.Roster |
RosterProto.Roster.getDefaultInstance() |
RosterProto.Roster |
RosterProto.Roster.getDefaultInstanceForType() |
RosterProto.Roster |
RosterProto.Roster.Builder.getDefaultInstanceForType() |
RosterProto.Roster |
SkipBlockProto.ForwardLinkOrBuilder.getNewRoster()
optional .Roster newRoster = 3; |
RosterProto.Roster |
SkipBlockProto.ForwardLink.getNewRoster()
optional .Roster newRoster = 3; |
RosterProto.Roster |
SkipBlockProto.ForwardLink.Builder.getNewRoster()
optional .Roster newRoster = 3; |
RosterProto.Roster |
SkipBlockProto.SkipBlockOrBuilder.getRoster()
required .Roster roster = 10; |
RosterProto.Roster |
SkipBlockProto.SkipBlock.getRoster()
required .Roster roster = 10; |
RosterProto.Roster |
SkipBlockProto.SkipBlock.Builder.getRoster()
required .Roster roster = 10; |
RosterProto.Roster |
OCSProto.CreateSkipchainsRequestOrBuilder.getRoster()
required .Roster roster = 1; |
RosterProto.Roster |
OCSProto.CreateSkipchainsRequest.getRoster()
required .Roster roster = 1; |
RosterProto.Roster |
OCSProto.CreateSkipchainsRequest.Builder.getRoster()
required .Roster roster = 1; |
RosterProto.Roster |
OmniLedgerProto.CreateGenesisBlockOrBuilder.getRoster()
Roster defines which nodes participate in the skipchain.
|
RosterProto.Roster |
OmniLedgerProto.CreateGenesisBlock.getRoster()
Roster defines which nodes participate in the skipchain.
|
RosterProto.Roster |
OmniLedgerProto.CreateGenesisBlock.Builder.getRoster()
Roster defines which nodes participate in the skipchain.
|
static RosterProto.Roster |
RosterProto.Roster.parseDelimitedFrom(InputStream input) |
static RosterProto.Roster |
RosterProto.Roster.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(byte[] data) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(ByteBuffer data) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(com.google.protobuf.ByteString data) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(com.google.protobuf.CodedInputStream input) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(InputStream input) |
static RosterProto.Roster |
RosterProto.Roster.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RosterProto.Roster> |
RosterProto.Roster.getParserForType() |
static com.google.protobuf.Parser<RosterProto.Roster> |
RosterProto.Roster.parser() |
| Modifier and Type | Method and Description |
|---|---|
RosterProto.Roster.Builder |
RosterProto.Roster.Builder.mergeFrom(RosterProto.Roster other) |
SkipBlockProto.ForwardLink.Builder |
SkipBlockProto.ForwardLink.Builder.mergeNewRoster(RosterProto.Roster value)
optional .Roster newRoster = 3; |
SkipBlockProto.SkipBlock.Builder |
SkipBlockProto.SkipBlock.Builder.mergeRoster(RosterProto.Roster value)
required .Roster roster = 10; |
OCSProto.CreateSkipchainsRequest.Builder |
OCSProto.CreateSkipchainsRequest.Builder.mergeRoster(RosterProto.Roster value)
required .Roster roster = 1; |
OmniLedgerProto.CreateGenesisBlock.Builder |
OmniLedgerProto.CreateGenesisBlock.Builder.mergeRoster(RosterProto.Roster value)
Roster defines which nodes participate in the skipchain.
|
static RosterProto.Roster.Builder |
RosterProto.Roster.newBuilder(RosterProto.Roster prototype) |
SkipBlockProto.ForwardLink.Builder |
SkipBlockProto.ForwardLink.Builder.setNewRoster(RosterProto.Roster value)
optional .Roster newRoster = 3; |
SkipBlockProto.SkipBlock.Builder |
SkipBlockProto.SkipBlock.Builder.setRoster(RosterProto.Roster value)
required .Roster roster = 10; |
OCSProto.CreateSkipchainsRequest.Builder |
OCSProto.CreateSkipchainsRequest.Builder.setRoster(RosterProto.Roster value)
required .Roster roster = 1; |
OmniLedgerProto.CreateGenesisBlock.Builder |
OmniLedgerProto.CreateGenesisBlock.Builder.setRoster(RosterProto.Roster value)
Roster defines which nodes participate in the skipchain.
|
Copyright © 2018. All rights reserved.