Class WireFormats.GenericRoutingPool

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.remote.WireFormats.GenericRoutingPool
All Implemented Interfaces:
Serializable, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder, WireFormats.GenericRoutingPoolOrBuilder
Enclosing class:
WireFormats

public static final class WireFormats.GenericRoutingPool extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements WireFormats.GenericRoutingPoolOrBuilder
Protobuf type GenericRoutingPool
See Also:
  • Field Details

    • NROFINSTANCES_FIELD_NUMBER

      public static final int NROFINSTANCES_FIELD_NUMBER
      See Also:
    • ROUTERDISPATCHER_FIELD_NUMBER

      public static final int ROUTERDISPATCHER_FIELD_NUMBER
      See Also:
    • USEPOOLDISPATCHER_FIELD_NUMBER

      public static final int USEPOOLDISPATCHER_FIELD_NUMBER
      See Also:
    • RESIZER_FIELD_NUMBER

      public static final int RESIZER_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • hasNrOfInstances

      public boolean hasNrOfInstances()
      required uint32 nrOfInstances = 1;
      Specified by:
      hasNrOfInstances in interface WireFormats.GenericRoutingPoolOrBuilder
      Returns:
      Whether the nrOfInstances field is set.
    • getNrOfInstances

      public int getNrOfInstances()
      required uint32 nrOfInstances = 1;
      Specified by:
      getNrOfInstances in interface WireFormats.GenericRoutingPoolOrBuilder
      Returns:
      The nrOfInstances.
    • hasRouterDispatcher

      public boolean hasRouterDispatcher()
      optional string routerDispatcher = 2;
      Specified by:
      hasRouterDispatcher in interface WireFormats.GenericRoutingPoolOrBuilder
      Returns:
      Whether the routerDispatcher field is set.
    • getRouterDispatcher

      public String getRouterDispatcher()
      optional string routerDispatcher = 2;
      Specified by:
      getRouterDispatcher in interface WireFormats.GenericRoutingPoolOrBuilder
      Returns:
      The routerDispatcher.
    • getRouterDispatcherBytes

      public org.apache.pekko.protobufv3.internal.ByteString getRouterDispatcherBytes()
      optional string routerDispatcher = 2;
      Specified by:
      getRouterDispatcherBytes in interface WireFormats.GenericRoutingPoolOrBuilder
      Returns:
      The bytes for routerDispatcher.
    • hasUsePoolDispatcher

      public boolean hasUsePoolDispatcher()
      required bool usePoolDispatcher = 3;
      Specified by:
      hasUsePoolDispatcher in interface WireFormats.GenericRoutingPoolOrBuilder
      Returns:
      Whether the usePoolDispatcher field is set.
    • getUsePoolDispatcher

      public boolean getUsePoolDispatcher()
      required bool usePoolDispatcher = 3;
      Specified by:
      getUsePoolDispatcher in interface WireFormats.GenericRoutingPoolOrBuilder
      Returns:
      The usePoolDispatcher.
    • hasResizer

      public boolean hasResizer()
      optional .Payload resizer = 4;
      Specified by:
      hasResizer in interface WireFormats.GenericRoutingPoolOrBuilder
      Returns:
      Whether the resizer field is set.
    • getResizer

      public ContainerFormats.Payload getResizer()
      optional .Payload resizer = 4;
      Specified by:
      getResizer in interface WireFormats.GenericRoutingPoolOrBuilder
      Returns:
      The resizer.
    • getResizerOrBuilder

      public ContainerFormats.PayloadOrBuilder getResizerOrBuilder()
      optional .Payload resizer = 4;
      Specified by:
      getResizerOrBuilder in interface WireFormats.GenericRoutingPoolOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static WireFormats.GenericRoutingPool parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static WireFormats.GenericRoutingPool parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static WireFormats.GenericRoutingPool parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public WireFormats.GenericRoutingPool.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

      public static WireFormats.GenericRoutingPool.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected WireFormats.GenericRoutingPool.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static WireFormats.GenericRoutingPool getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<WireFormats.GenericRoutingPool> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<WireFormats.GenericRoutingPool> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public WireFormats.GenericRoutingPool getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder