Package org.apache.pekko.remote
Interface WireFormats.GenericRoutingPoolOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
WireFormats.GenericRoutingPool,WireFormats.GenericRoutingPool.Builder
- Enclosing class:
- WireFormats
public static interface WireFormats.GenericRoutingPoolOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNrOfInstances()required uint32 nrOfInstances = 1;ContainerFormats.PayloadgetResizer()optional .Payload resizer = 4;ContainerFormats.PayloadOrBuildergetResizerOrBuilder()optional .Payload resizer = 4;java.lang.StringgetRouterDispatcher()optional string routerDispatcher = 2;org.apache.pekko.protobufv3.internal.ByteStringgetRouterDispatcherBytes()optional string routerDispatcher = 2;booleangetUsePoolDispatcher()required bool usePoolDispatcher = 3;booleanhasNrOfInstances()required uint32 nrOfInstances = 1;booleanhasResizer()optional .Payload resizer = 4;booleanhasRouterDispatcher()optional string routerDispatcher = 2;booleanhasUsePoolDispatcher()required bool usePoolDispatcher = 3;-
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 Detail
-
hasNrOfInstances
boolean hasNrOfInstances()
required uint32 nrOfInstances = 1;- Returns:
- Whether the nrOfInstances field is set.
-
getNrOfInstances
int getNrOfInstances()
required uint32 nrOfInstances = 1;- Returns:
- The nrOfInstances.
-
hasRouterDispatcher
boolean hasRouterDispatcher()
optional string routerDispatcher = 2;- Returns:
- Whether the routerDispatcher field is set.
-
getRouterDispatcher
java.lang.String getRouterDispatcher()
optional string routerDispatcher = 2;- Returns:
- The routerDispatcher.
-
getRouterDispatcherBytes
org.apache.pekko.protobufv3.internal.ByteString getRouterDispatcherBytes()
optional string routerDispatcher = 2;- Returns:
- The bytes for routerDispatcher.
-
hasUsePoolDispatcher
boolean hasUsePoolDispatcher()
required bool usePoolDispatcher = 3;- Returns:
- Whether the usePoolDispatcher field is set.
-
getUsePoolDispatcher
boolean getUsePoolDispatcher()
required bool usePoolDispatcher = 3;- Returns:
- The usePoolDispatcher.
-
hasResizer
boolean hasResizer()
optional .Payload resizer = 4;- Returns:
- Whether the resizer field is set.
-
getResizer
ContainerFormats.Payload getResizer()
optional .Payload resizer = 4;- Returns:
- The resizer.
-
getResizerOrBuilder
ContainerFormats.PayloadOrBuilder getResizerOrBuilder()
optional .Payload resizer = 4;
-
-