Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
ProcedureInfo |
ProcedureInfo.clone() |
static ProcedureInfo |
ProcedureInfo.convert(org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.Procedure procProto)
Helper to convert the protobuf object.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.Procedure |
ProcedureInfo.convertToProcedureProto(ProcedureInfo procInfo) |
static boolean |
ProcedureInfo.isProcedureOwner(ProcedureInfo procInfo,
User user)
Check if the user is this procedure's owner
|
Modifier and Type | Method and Description |
---|---|
ProcedureInfo[] |
Admin.listProcedures()
List procedures
|
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.