Uses of Enum Class
org.apache.hadoop.hbase.client.ServerType
Packages that use org.apache.hadoop.hbase.client.ServerType
-
Uses of org.apache.hadoop.hbase.client.ServerType in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.ServerType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.ServerType
ServerType.valueOf
(String name) static org.apache.hadoop.hbase.client.ServerType[]
ServerType.values()
Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.ServerType in inModifier and TypeMethodDescriptionAdmin.getLogEntries
(Set<org.apache.hadoop.hbase.ServerName> serverNames, String logType, org.apache.hadoop.hbase.client.ServerType serverType, int limit, Map<String, Object> filterParams) Retrieve recent online records from HMaster / RegionServers.AsyncAdmin.getLogEntries
(Set<org.apache.hadoop.hbase.ServerName> serverNames, String logType, org.apache.hadoop.hbase.client.ServerType serverType, int limit, Map<String, Object> filterParams) Retrieve recent online records from HMaster / RegionServers.