Class WireFormats.DefaultResizer

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.DefaultResizer
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.DefaultResizerOrBuilder
Enclosing class:
WireFormats

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

    • LOWERBOUND_FIELD_NUMBER

      public static final int LOWERBOUND_FIELD_NUMBER
      See Also:
    • UPPERBOUND_FIELD_NUMBER

      public static final int UPPERBOUND_FIELD_NUMBER
      See Also:
    • PRESSURETHRESHOLD_FIELD_NUMBER

      public static final int PRESSURETHRESHOLD_FIELD_NUMBER
      See Also:
    • RAMPUPRATE_FIELD_NUMBER

      public static final int RAMPUPRATE_FIELD_NUMBER
      See Also:
    • BACKOFFTHRESHOLD_FIELD_NUMBER

      public static final int BACKOFFTHRESHOLD_FIELD_NUMBER
      See Also:
    • BACKOFFRATE_FIELD_NUMBER

      public static final int BACKOFFRATE_FIELD_NUMBER
      See Also:
    • MESSAGESPERRESIZE_FIELD_NUMBER

      public static final int MESSAGESPERRESIZE_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
    • hasLowerBound

      public boolean hasLowerBound()
      required uint32 lowerBound = 1;
      Specified by:
      hasLowerBound in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      Whether the lowerBound field is set.
    • getLowerBound

      public int getLowerBound()
      required uint32 lowerBound = 1;
      Specified by:
      getLowerBound in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      The lowerBound.
    • hasUpperBound

      public boolean hasUpperBound()
      required uint32 upperBound = 2;
      Specified by:
      hasUpperBound in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      Whether the upperBound field is set.
    • getUpperBound

      public int getUpperBound()
      required uint32 upperBound = 2;
      Specified by:
      getUpperBound in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      The upperBound.
    • hasPressureThreshold

      public boolean hasPressureThreshold()
      required uint32 pressureThreshold = 3;
      Specified by:
      hasPressureThreshold in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      Whether the pressureThreshold field is set.
    • getPressureThreshold

      public int getPressureThreshold()
      required uint32 pressureThreshold = 3;
      Specified by:
      getPressureThreshold in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      The pressureThreshold.
    • hasRampupRate

      public boolean hasRampupRate()
      required double rampupRate = 4;
      Specified by:
      hasRampupRate in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      Whether the rampupRate field is set.
    • getRampupRate

      public double getRampupRate()
      required double rampupRate = 4;
      Specified by:
      getRampupRate in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      The rampupRate.
    • hasBackoffThreshold

      public boolean hasBackoffThreshold()
      required double backoffThreshold = 5;
      Specified by:
      hasBackoffThreshold in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      Whether the backoffThreshold field is set.
    • getBackoffThreshold

      public double getBackoffThreshold()
      required double backoffThreshold = 5;
      Specified by:
      getBackoffThreshold in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      The backoffThreshold.
    • hasBackoffRate

      public boolean hasBackoffRate()
      required double backoffRate = 6;
      Specified by:
      hasBackoffRate in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      Whether the backoffRate field is set.
    • getBackoffRate

      public double getBackoffRate()
      required double backoffRate = 6;
      Specified by:
      getBackoffRate in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      The backoffRate.
    • hasMessagesPerResize

      public boolean hasMessagesPerResize()
      required uint32 messagesPerResize = 7;
      Specified by:
      hasMessagesPerResize in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      Whether the messagesPerResize field is set.
    • getMessagesPerResize

      public int getMessagesPerResize()
      required uint32 messagesPerResize = 7;
      Specified by:
      getMessagesPerResize in interface WireFormats.DefaultResizerOrBuilder
      Returns:
      The messagesPerResize.
    • 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.DefaultResizer parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.DefaultResizer 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.DefaultResizer 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.DefaultResizer 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.DefaultResizer parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.DefaultResizer 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.DefaultResizer parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

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

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

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

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

      public WireFormats.DefaultResizer.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.DefaultResizer.Builder newBuilder()
    • newBuilder

      public static WireFormats.DefaultResizer.Builder newBuilder(WireFormats.DefaultResizer prototype)
    • 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.DefaultResizer.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static WireFormats.DefaultResizer getDefaultInstance()
    • parser

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

      public org.apache.pekko.protobufv3.internal.Parser<WireFormats.DefaultResizer> 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.DefaultResizer getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder