Interface ClusterMessages.PoolOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ClusterMessages.Pool, ClusterMessages.Pool.Builder
Enclosing class:
ClusterMessages

public static interface ClusterMessages.PoolOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.protobufv3.internal.ByteString
    required bytes data = 3;
    required string manifest = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    required string manifest = 2;
    int
    required uint32 serializerId = 1;
    boolean
    required bytes data = 3;
    boolean
    required string manifest = 2;
    boolean
    required uint32 serializerId = 1;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasSerializerId

      boolean hasSerializerId()
      required uint32 serializerId = 1;
      Returns:
      Whether the serializerId field is set.
    • getSerializerId

      int getSerializerId()
      required uint32 serializerId = 1;
      Returns:
      The serializerId.
    • hasManifest

      boolean hasManifest()
      required string manifest = 2;
      Returns:
      Whether the manifest field is set.
    • getManifest

      String getManifest()
      required string manifest = 2;
      Returns:
      The manifest.
    • getManifestBytes

      org.apache.pekko.protobufv3.internal.ByteString getManifestBytes()
      required string manifest = 2;
      Returns:
      The bytes for manifest.
    • hasData

      boolean hasData()
      required bytes data = 3;
      Returns:
      Whether the data field is set.
    • getData

      org.apache.pekko.protobufv3.internal.ByteString getData()
      required bytes data = 3;
      Returns:
      The data.