Package org.apache.pekko.remote
Interface ArteryControlFormats.CompressionTableAdvertisementOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ArteryControlFormats.CompressionTableAdvertisement,ArteryControlFormats.CompressionTableAdvertisement.Builder
- Enclosing class:
- ArteryControlFormats
public static interface ArteryControlFormats.CompressionTableAdvertisementOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFrom()required .UniqueAddress from = 1;required .UniqueAddress from = 1;getKeys(int index) actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializingorg.apache.pekko.protobufv3.internal.ByteStringgetKeysBytes(int index) actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializingintactual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializingactual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializinglongrequired uint64 originUid = 2;intrequired uint32 tableVersion = 3;intgetValues(int index) repeated uint32 values = 5;intrepeated uint32 values = 5;repeated uint32 values = 5;booleanhasFrom()required .UniqueAddress from = 1;booleanrequired uint64 originUid = 2;booleanrequired uint32 tableVersion = 3;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFrom
boolean hasFrom()required .UniqueAddress from = 1;- Returns:
- Whether the from field is set.
-
getFrom
ArteryControlFormats.UniqueAddress getFrom()required .UniqueAddress from = 1;- Returns:
- The from.
-
getFromOrBuilder
ArteryControlFormats.UniqueAddressOrBuilder getFromOrBuilder()required .UniqueAddress from = 1; -
hasOriginUid
boolean hasOriginUid()required uint64 originUid = 2;- Returns:
- Whether the originUid field is set.
-
getOriginUid
long getOriginUid()required uint64 originUid = 2;- Returns:
- The originUid.
-
hasTableVersion
boolean hasTableVersion()required uint32 tableVersion = 3;- Returns:
- Whether the tableVersion field is set.
-
getTableVersion
int getTableVersion()required uint32 tableVersion = 3;- Returns:
- The tableVersion.
-
getKeysList
actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
repeated string keys = 4;- Returns:
- A list containing the keys.
-
getKeysCount
int getKeysCount()actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
repeated string keys = 4;- Returns:
- The count of keys.
-
getKeys
actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
repeated string keys = 4;- Parameters:
index- The index of the element to return.- Returns:
- The keys at the given index.
-
getKeysBytes
org.apache.pekko.protobufv3.internal.ByteString getKeysBytes(int index) actual Map is represented by separate sequences of keys and values, relies on both sequences using the same order so that corresponding entries can be associated again when deserializing
repeated string keys = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the keys at the given index.
-
getValuesList
repeated uint32 values = 5;- Returns:
- A list containing the values.
-
getValuesCount
int getValuesCount()repeated uint32 values = 5;- Returns:
- The count of values.
-
getValues
int getValues(int index) repeated uint32 values = 5;- Parameters:
index- The index of the element to return.- Returns:
- The values at the given index.
-