public class RSGroupAdminEndpoint
extends java.lang.Object
| Constructor and Description |
|---|
RSGroupAdminEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkPermission(java.lang.String request) |
java.util.Optional<MasterObserver> |
getMasterObserver() |
java.lang.Iterable<Service> |
getServices() |
void |
postClearDeadServers(<any> ctx,
java.util.List<ServerName> servers,
java.util.List<ServerName> notClearedServers) |
void |
postCreateTable(<any> ctx,
TableDescriptor desc,
RegionInfo[] regions) |
void |
postDeleteTable(<any> ctx,
TableName tableName) |
void |
preCloneSnapshot(<any> ctx,
SnapshotDescription snapshot,
TableDescriptor desc) |
void |
preCreateNamespace(<any> ctx,
NamespaceDescriptor ns) |
void |
preCreateTableAction(<any> ctx,
TableDescriptor desc,
RegionInfo[] regions) |
void |
preModifyNamespace(<any> ctx,
NamespaceDescriptor ns) |
void |
start(CoprocessorEnvironment env) |
void |
stop(CoprocessorEnvironment env) |
public void start(CoprocessorEnvironment env)
throws java.io.IOException
java.io.IOExceptionpublic void stop(CoprocessorEnvironment env)
public java.lang.Iterable<Service> getServices()
public java.util.Optional<MasterObserver> getMasterObserver()
public void preCreateTableAction(<any> ctx,
TableDescriptor desc,
RegionInfo[] regions)
throws java.io.IOException
java.io.IOExceptionpublic void postCreateTable(<any> ctx,
TableDescriptor desc,
RegionInfo[] regions)
throws java.io.IOException
java.io.IOExceptionpublic void postDeleteTable(<any> ctx,
TableName tableName)
throws java.io.IOException
java.io.IOExceptionpublic void preCreateNamespace(<any> ctx,
NamespaceDescriptor ns)
throws java.io.IOException
java.io.IOExceptionpublic void preModifyNamespace(<any> ctx,
NamespaceDescriptor ns)
throws java.io.IOException
java.io.IOExceptionpublic void preCloneSnapshot(<any> ctx,
SnapshotDescription snapshot,
TableDescriptor desc)
throws java.io.IOException
java.io.IOExceptionpublic void postClearDeadServers(<any> ctx,
java.util.List<ServerName> servers,
java.util.List<ServerName> notClearedServers)
throws java.io.IOException
java.io.IOExceptionpublic void checkPermission(java.lang.String request)
throws java.io.IOException
java.io.IOException