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
Modifier and TypeMethodDescriptionintrequired uint32 nrOfInstances = 1;optional .Payload resizer = 4;optional .Payload resizer = 4;optional string routerDispatcher = 2;org.apache.pekko.protobufv3.internal.ByteStringoptional string routerDispatcher = 2;booleanrequired bool usePoolDispatcher = 3;booleanrequired uint32 nrOfInstances = 1;booleanoptional .Payload resizer = 4;booleanoptional string routerDispatcher = 2;booleanrequired bool usePoolDispatcher = 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
-
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
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;
-