Package io.dingodb.node
Interface Node.FailPointActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Node.FailPointAction,Node.FailPointAction.Builder
- Enclosing class:
- Node
public static interface Node.FailPointActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getType
String getType()action type
string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()action type
string type = 1;- Returns:
- The bytes for type.
-
getPercent
int getPercent()action run percent
uint32 percent = 2;- Returns:
- The percent.
-
getMaxCount
int getMaxCount()action max run count
uint32 max_count = 3;- Returns:
- The maxCount.
-
getRunCount
int getRunCount()already run count
uint32 run_count = 4;- Returns:
- The runCount.
-
getArg
String getArg()string arg = 5;- Returns:
- The arg.
-
getArgBytes
com.google.protobuf.ByteString getArgBytes()string arg = 5;- Returns:
- The bytes for arg.
-