@InterfaceAudience.Private public interface TableProcedureInterface
Modifier and Type | Interface and Description |
---|---|
static class |
TableProcedureInterface.TableOperationType |
Modifier and Type | Method and Description |
---|---|
TableName |
getTableName()
Returns the name of the table the procedure is operating on
|
TableProcedureInterface.TableOperationType |
getTableOperationType()
Given an operation type we can take decisions about what to do with pending operations.
|
TableName getTableName()
TableProcedureInterface.TableOperationType getTableOperationType()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.