public static interface MasterProtos.BypassProcedureRequestOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getOverride()
if true, procedure is marked for bypass even if its executing
|
long |
getProcId(int index)
repeated uint64 proc_id = 1; |
int |
getProcIdCount()
repeated uint64 proc_id = 1; |
List<Long> |
getProcIdList()
repeated uint64 proc_id = 1; |
boolean |
getRecursive()
optional bool recursive = 4; |
long |
getWaitTime()
wait time in ms to acquire lock on a procedure
|
boolean |
hasOverride()
if true, procedure is marked for bypass even if its executing
|
boolean |
hasRecursive()
optional bool recursive = 4; |
boolean |
hasWaitTime()
wait time in ms to acquire lock on a procedure
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getProcIdCount()
repeated uint64 proc_id = 1;long getProcId(int index)
repeated uint64 proc_id = 1;boolean hasWaitTime()
wait time in ms to acquire lock on a procedure
optional uint64 waitTime = 2;long getWaitTime()
wait time in ms to acquire lock on a procedure
optional uint64 waitTime = 2;boolean hasOverride()
if true, procedure is marked for bypass even if its executing
optional bool override = 3 [default = false];boolean getOverride()
if true, procedure is marked for bypass even if its executing
optional bool override = 3 [default = false];boolean hasRecursive()
optional bool recursive = 4;boolean getRecursive()
optional bool recursive = 4;Copyright © 2007–2019 Cloudera. All rights reserved.