You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2017/06/30 07:06:00 UTC

[jira] [Commented] (HBASE-18298) RegionServerServices Interface cleanup for CP expose

    [ https://issues.apache.org/jira/browse/HBASE-18298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16069617#comment-16069617 ] 

Anoop Sam John commented on HBASE-18298:
----------------------------------------

To be removed APIs
WAL getWAL(HRegionInfo regionInfo)
List<WAL> getWALs()
CompactionRequestor getCompactionRequester()
FlushRequester getFlushRequester()
RegionServerAccounting getRegionServerAccounting()
RegionServerRpcQuotaManager getRegionServerRpcQuotaManager()
SecureBulkLoadManager getSecureBulkLoadManager()
RegionServerSpaceQuotaManager getRegionServerSpaceQuotaManager()
void postOpenDeployTasks(final PostOpenDeployContext context)
void postOpenDeployTasks(final Region r)
boolean reportRegionStateTransition(final RegionStateTransitionContext context);
boolean reportRegionStateTransition(TransitionCode code, long openSeqNum, HRegionInfo... hris);
boolean reportRegionStateTransition(TransitionCode code, HRegionInfo... hris);
Leases getLeases();
ExecutorService getExecutorService();
public ServerNonceManager getNonceManager();
boolean registerService(Service service);
HeapMemoryManager getHeapMemoryManager();
ThroughputController getFlushThroughputController();
MetricsRegionServer getMetrics();
EntityLock regionLock(List<HRegionInfo> regionInfos, String description, Abortable abort)
void unassign(byte[] regionName)

> RegionServerServices Interface cleanup for CP expose
> ----------------------------------------------------
>
>                 Key: HBASE-18298
>                 URL: https://issues.apache.org/jira/browse/HBASE-18298
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Coprocessors
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>             Fix For: 2.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)