Skip navigation links
Hortonworks Data Platform 2.4.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Z

ZERO - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
ASCII code for Zero
zero(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
Fill given array with zeros.
zero(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
Fill given array with zeros at the specified position.
ZERO_L - Static variable in class org.apache.hadoop.hbase.HConstants
long constant for zero
zeroCopyGetBytes(ByteString) - Static method in class com.google.protobuf.HBaseZeroCopyByteString
Extracts the byte array from the given ByteString without copy.
ZEROES - Static variable in class org.apache.hadoop.hbase.HConstants
 
Zipf(Random, int, int, double) - Constructor for class org.apache.hadoop.hbase.io.hfile.RandomDistribution.Zipf
Constructor
Zipf(Random, int, int, double, double) - Constructor for class org.apache.hadoop.hbase.io.hfile.RandomDistribution.Zipf
Constructor.
ZK_CFG_PROPERTY_PREFIX - Static variable in class org.apache.hadoop.hbase.HConstants
Common prefix of ZooKeeper configuration properties
ZK_CFG_PROPERTY_PREFIX_LEN - Static variable in class org.apache.hadoop.hbase.HConstants
 
ZK_MAX_COUNT - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
ZK_SESSION_TIMEOUT - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for ZooKeeper session timeout
ZK_SLEEP_INTERVAL - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
ZkAclReset - Class in org.apache.hadoop.hbase.zookeeper
You may add the jaas.conf option -Djava.security.auth.login.config=/PATH/jaas.conf You may also specify -D to set options "hbase.zookeeper.quorum" (it should be in hbase-site.xml) "zookeeper.znode.parent" (it should be in hbase-site.xml) Use -set-acls to set the ACLs, no option to erase ACLs
ZkAclReset() - Constructor for class org.apache.hadoop.hbase.zookeeper.ZkAclReset
 
ZKAssign - Class in org.apache.hadoop.hbase.zookeeper
Utility class for doing region assignment in ZooKeeper.
ZKAssign() - Constructor for class org.apache.hadoop.hbase.zookeeper.ZKAssign
 
ZkCloseRegionCoordination - Class in org.apache.hadoop.hbase.coordination
ZK-based implementation of CloseRegionCoordination.
ZkCloseRegionCoordination(CoordinatedStateManager, ZooKeeperWatcher) - Constructor for class org.apache.hadoop.hbase.coordination.ZkCloseRegionCoordination
 
ZkCloseRegionCoordination.ZkCloseRegionDetails - Class in org.apache.hadoop.hbase.coordination
ZK-based implementation.
ZkCloseRegionDetails() - Constructor for class org.apache.hadoop.hbase.coordination.ZkCloseRegionCoordination.ZkCloseRegionDetails
 
ZkCloseRegionDetails(boolean, int) - Constructor for class org.apache.hadoop.hbase.coordination.ZkCloseRegionCoordination.ZkCloseRegionDetails
 
ZKClusterId - Class in org.apache.hadoop.hbase.zookeeper
Publishes and synchronizes a unique identifier specific to a given HBase cluster.
ZKClusterId(ZooKeeperWatcher, Abortable) - Constructor for class org.apache.hadoop.hbase.zookeeper.ZKClusterId
 
ZKConfig - Class in org.apache.hadoop.hbase.zookeeper
Utility methods for reading, and building the ZooKeeper configuration.
ZKConfig.ZKClusterKey - Class in org.apache.hadoop.hbase.zookeeper
 
ZkCoordinatedStateManager - Class in org.apache.hadoop.hbase.coordination
ZooKeeper-based implementation of CoordinatedStateManager.
ZkCoordinatedStateManager() - Constructor for class org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager
 
ZKDataMigrator - Class in org.apache.hadoop.hbase.util
Tool to migrate zookeeper data of older hbase versions(<0.95.0) to PB.
ZKDataMigrator() - Constructor for class org.apache.hadoop.hbase.util.ZKDataMigrator
 
zkEventWorkersSubmit(AssignmentManager.RegionRunnable) - Method in class org.apache.hadoop.hbase.master.AssignmentManager
Submit a task, ensuring that there is only one task at a time that working on a given region.
ZKInterProcessLockBase - Class in org.apache.hadoop.hbase.zookeeper.lock
ZooKeeper based HLock implementation.
ZKInterProcessLockBase(ZooKeeperWatcher, String, byte[], InterProcessLock.MetadataHandler, String) - Constructor for class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase
Called by implementing classes.
ZKInterProcessLockBase.AcquiredLock - Class in org.apache.hadoop.hbase.zookeeper.lock
Represents information about a lock held by this thread.
ZKInterProcessLockBase.ZNodeComparator - Class in org.apache.hadoop.hbase.zookeeper.lock
 
ZKInterProcessReadLock - Class in org.apache.hadoop.hbase.zookeeper.lock
ZooKeeper based read lock: does not exclude other read locks, but excludes and is excluded by write locks.
ZKInterProcessReadLock(ZooKeeperWatcher, String, byte[], InterProcessLock.MetadataHandler) - Constructor for class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessReadLock
 
ZKInterProcessReadWriteLock - Class in org.apache.hadoop.hbase.zookeeper.lock
ZooKeeper based implementation of InterProcessReadWriteLock.
ZKInterProcessReadWriteLock(ZooKeeperWatcher, String, InterProcessLock.MetadataHandler) - Constructor for class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessReadWriteLock
Creates a DistributedReadWriteLock instance.
ZKInterProcessWriteLock - Class in org.apache.hadoop.hbase.zookeeper.lock
ZooKeeper based write lock:
ZKInterProcessWriteLock(ZooKeeperWatcher, String, byte[], InterProcessLock.MetadataHandler) - Constructor for class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessWriteLock
 
zkkey - Static variable in class org.apache.hadoop.hbase.coprocessor.example.ZooKeeperScanPolicyObserver
 
ZKLeaderManager - Class in org.apache.hadoop.hbase.zookeeper
Deprecated.
Not used
ZKLeaderManager(ZooKeeperWatcher, String, byte[], Stoppable) - Constructor for class org.apache.hadoop.hbase.zookeeper.ZKLeaderManager
Deprecated.
 
ZKNamespaceManager - Class in org.apache.hadoop.hbase
Class servers two purposes: 1.
ZKNamespaceManager(ZooKeeperWatcher) - Constructor for class org.apache.hadoop.hbase.ZKNamespaceManager
 
ZkOpenRegionCoordination - Class in org.apache.hadoop.hbase.coordination
ZK-based implementation of OpenRegionCoordination.
ZkOpenRegionCoordination(CoordinatedStateManager, ZooKeeperWatcher) - Constructor for class org.apache.hadoop.hbase.coordination.ZkOpenRegionCoordination
 
ZkOpenRegionCoordination.ZkOpenRegionDetails - Class in org.apache.hadoop.hbase.coordination
ZK-based implementation.
ZkOpenRegionDetails() - Constructor for class org.apache.hadoop.hbase.coordination.ZkOpenRegionCoordination.ZkOpenRegionDetails
 
ZkOpenRegionDetails(int) - Constructor for class org.apache.hadoop.hbase.coordination.ZkOpenRegionCoordination.ZkOpenRegionDetails
 
ZKPermissionWatcher - Class in org.apache.hadoop.hbase.security.access
Handles synchronization of access control list entries and updates throughout all nodes in the cluster.
ZKPermissionWatcher(ZooKeeperWatcher, TableAuthManager, Configuration) - Constructor for class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
 
ZKProcedureCoordinatorRpcs - Class in org.apache.hadoop.hbase.procedure
ZKProcedureCoordinatorRpcs(ZooKeeperWatcher, String, String) - Constructor for class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinatorRpcs
 
ZKProcedureMemberRpcs - Class in org.apache.hadoop.hbase.procedure
ZooKeeper based controller for a procedure member.
ZKProcedureMemberRpcs(ZooKeeperWatcher, String) - Constructor for class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
Must call ZKProcedureMemberRpcs.start(String, ProcedureMember) before this can be used.
ZKProcedureUtil - Class in org.apache.hadoop.hbase.procedure
This is a shared ZooKeeper-based znode management utils for distributed procedure.
ZKProcedureUtil(ZooKeeperWatcher, String) - Constructor for class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
Top-level watcher/controller for procedures across the cluster.
ZkRegionMergeCoordination - Class in org.apache.hadoop.hbase.coordination
 
ZkRegionMergeCoordination(CoordinatedStateManager, ZooKeeperWatcher) - Constructor for class org.apache.hadoop.hbase.coordination.ZkRegionMergeCoordination
 
ZkRegionMergeCoordination.ZkRegionMergeDetails - Class in org.apache.hadoop.hbase.coordination
ZK-based implementation.
ZkRegionMergeDetails() - Constructor for class org.apache.hadoop.hbase.coordination.ZkRegionMergeCoordination.ZkRegionMergeDetails
 
ZKSecretWatcher - Class in org.apache.hadoop.hbase.security.token
Synchronizes token encryption keys across cluster nodes.
ZKSecretWatcher(Configuration, ZooKeeperWatcher, AuthenticationTokenSecretManager) - Constructor for class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
ZKServerTool - Class in org.apache.hadoop.hbase.zookeeper
Tool for reading ZooKeeper servers from HBase XML configuration and producing a line-by-line list for use by bash scripts.
ZKServerTool() - Constructor for class org.apache.hadoop.hbase.zookeeper.ZKServerTool
 
ZKSplitLog - Class in org.apache.hadoop.hbase.zookeeper
Common methods and attributes used by SplitLogManager and SplitLogWorker running distributed splitting of WAL logs.
ZKSplitLog() - Constructor for class org.apache.hadoop.hbase.zookeeper.ZKSplitLog
 
ZKSplitLogManagerCoordination - Class in org.apache.hadoop.hbase.coordination
ZooKeeper based implementation of org.apache.hadoop.hbase.master.SplitLogManagerCoordination
ZKSplitLogManagerCoordination(CoordinatedStateManager, ZooKeeperWatcher) - Constructor for class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
ZKSplitLogManagerCoordination.CreateAsyncCallback - Class in org.apache.hadoop.hbase.coordination
Asynchronous handler for zk create node results.
ZKSplitLogManagerCoordination.CreateRescanAsyncCallback - Class in org.apache.hadoop.hbase.coordination
Asynchronous handler for zk create RESCAN-node results.
ZKSplitLogManagerCoordination.DeleteAsyncCallback - Class in org.apache.hadoop.hbase.coordination
Asynchronous handler for zk delete node results.
ZKSplitLogManagerCoordination.GetDataAsyncCallback - Class in org.apache.hadoop.hbase.coordination
Asynchronous handler for zk get-data-set-watch on node results.
ZKSplitLogManagerCoordination.TaskFinisher - Interface in org.apache.hadoop.hbase.coordination
SplitLogManager can use objects implementing this interface to finish off a partially done task by SplitLogWorker.
ZKSplitLogManagerCoordination.TaskFinisher.Status - Enum in org.apache.hadoop.hbase.coordination
status that can be returned finish()
ZKSplitLogManagerCoordination.ZkSplitLogManagerDetails - Class in org.apache.hadoop.hbase.coordination
 
ZkSplitLogWorkerCoordination - Class in org.apache.hadoop.hbase.coordination
ZooKeeper based implementation of SplitLogWorkerCoordination It listen for changes in ZooKeeper and
ZkSplitLogWorkerCoordination(ZkCoordinatedStateManager, ZooKeeperWatcher) - Constructor for class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
ZkSplitLogWorkerCoordination.ZkSplitTaskDetails - Class in org.apache.hadoop.hbase.coordination
When ZK-based implementation wants to complete the task, it needs to know task znode and current znode cversion (needed for subsequent update operation).
ZkSplitTaskDetails() - Constructor for class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
 
ZkSplitTaskDetails(String, MutableInt) - Constructor for class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
 
ZKSplitTransactionCoordination - Class in org.apache.hadoop.hbase.coordination
 
ZKSplitTransactionCoordination(CoordinatedStateManager, ZooKeeperWatcher) - Constructor for class org.apache.hadoop.hbase.coordination.ZKSplitTransactionCoordination
 
ZKSplitTransactionCoordination.ZkSplitTransactionDetails - Class in org.apache.hadoop.hbase.coordination
ZK-based implementation.
ZkSplitTransactionDetails() - Constructor for class org.apache.hadoop.hbase.coordination.ZKSplitTransactionCoordination.ZkSplitTransactionDetails
 
ZKTableArchiveClient - Class in org.apache.hadoop.hbase.backup.example
Example class for how to use the table archiving coordinated via zookeeper
ZKTableArchiveClient(Configuration, ClusterConnection) - Constructor for class org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
 
ZKTableStateClientSideReader - Class in org.apache.hadoop.hbase.zookeeper
Non-instantiable class that provides helper functions to learn about HBase table state for code running on client side (hence, not having access to consensus context).
ZKTableStateManager - Class in org.apache.hadoop.hbase.zookeeper
Implementation of TableStateManager which reads, caches and sets state up in ZooKeeper.
ZKTableStateManager(ZooKeeperWatcher) - Constructor for class org.apache.hadoop.hbase.zookeeper.ZKTableStateManager
 
zkTimeoutCount - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
 
ZKUtil - Class in org.apache.hadoop.hbase.zookeeper
Internal HBase utility class for ZooKeeper.
ZKUtil() - Constructor for class org.apache.hadoop.hbase.zookeeper.ZKUtil
 
ZKUtil.NodeAndData - Class in org.apache.hadoop.hbase.zookeeper
Deprecated.
Unused
ZKUtil.ZKUtilOp - Class in org.apache.hadoop.hbase.zookeeper
Represents an action taken by ZKUtil, e.g.
ZKUtil.ZKUtilOp.CreateAndFailSilent - Class in org.apache.hadoop.hbase.zookeeper
ZKUtilOp representing createAndFailSilent in ZooKeeper (attempt to create node, ignore error if already exists)
ZKUtil.ZKUtilOp.DeleteNodeFailSilent - Class in org.apache.hadoop.hbase.zookeeper
ZKUtilOp representing deleteNodeFailSilent in ZooKeeper (attempt to delete node, ignore error if node doesn't exist)
ZKUtil.ZKUtilOp.SetData - Class in org.apache.hadoop.hbase.zookeeper
ZKUtilOp representing setData in ZooKeeper
ZKVisibilityLabelWatcher - Class in org.apache.hadoop.hbase.security.visibility
A zk watcher that watches the labels table znode.
ZKVisibilityLabelWatcher(ZooKeeperWatcher, VisibilityLabelsCache, Configuration) - Constructor for class org.apache.hadoop.hbase.security.visibility.ZKVisibilityLabelWatcher
 
zkw1 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
zkw1 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
 
zkw2 - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
 
zkw2 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
 
zkWatcher - Variable in class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase
 
ZNODE_PATH_SEPARATOR - Static variable in class org.apache.hadoop.hbase.zookeeper.ZKUtil
 
ZNodeClearer - Class in org.apache.hadoop.hbase
Contains a set of methods for the collaboration between the start/stop scripts and the servers.
zooKeeper - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
zookeeper - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
 
ZOOKEEPER_CLIENT_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the client port that the zookeeper listens on
ZOOKEEPER_CONFIG_NAME - Static variable in class org.apache.hadoop.hbase.HConstants
Name of ZooKeeper config file in conf/ directory.
ZOOKEEPER_DATA_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the ZK data directory
ZOOKEEPER_MAX_CLIENT_CNXNS - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the limit on concurrent client-side zookeeper connections
ZOOKEEPER_QUORUM - Static variable in class org.apache.hadoop.hbase.HConstants
Name of ZooKeeper quorum configuration parameter.
ZOOKEEPER_QUORUM_DESC - Static variable in interface org.apache.hadoop.hbase.master.MetricsMasterSource
 
ZOOKEEPER_QUORUM_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
 
ZOOKEEPER_QUORUM_NAME - Static variable in interface org.apache.hadoop.hbase.master.MetricsMasterSource
 
ZOOKEEPER_QUORUM_NAME - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
 
ZOOKEEPER_RECOVERABLE_WAITTIME - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the wait time for the recoverable zookeeper
ZOOKEEPER_TICK_TIME - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the ZK tick time
ZOOKEEPER_USEMULTI - Static variable in class org.apache.hadoop.hbase.HConstants
Configuration key for whether to use ZK.multi
ZOOKEEPER_ZNODE_PARENT - Static variable in class org.apache.hadoop.hbase.HConstants
Parameter name for the root dir in ZK for this cluster
ZooKeeperConnectionException - Exception in org.apache.hadoop.hbase
Thrown if the client can't connect to zookeeper
ZooKeeperConnectionException() - Constructor for exception org.apache.hadoop.hbase.ZooKeeperConnectionException
default constructor
ZooKeeperConnectionException(String) - Constructor for exception org.apache.hadoop.hbase.ZooKeeperConnectionException
Constructor
ZooKeeperConnectionException(String, Exception) - Constructor for exception org.apache.hadoop.hbase.ZooKeeperConnectionException
Constructor taking another exception.
ZooKeeperListener - Class in org.apache.hadoop.hbase.zookeeper
Base class for internal listeners of ZooKeeper events.
ZooKeeperListener(ZooKeeperWatcher) - Constructor for class org.apache.hadoop.hbase.zookeeper.ZooKeeperListener
Construct a ZooKeeper event listener.
ZooKeeperMainServer - Class in org.apache.hadoop.hbase.zookeeper
Tool for running ZookeeperMain from HBase by reading a ZooKeeper server from HBase XML configuration.
ZooKeeperMainServer() - Constructor for class org.apache.hadoop.hbase.zookeeper.ZooKeeperMainServer
 
ZooKeeperNodeTracker - Class in org.apache.hadoop.hbase.zookeeper
Tracks the availability and value of a single ZooKeeper node.
ZooKeeperNodeTracker(ZooKeeperWatcher, String, Abortable) - Constructor for class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
Constructs a new ZK node tracker.
ZooKeeperProtos - Class in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.ClusterUp - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ClusterUp
ZooKeeperProtos.ClusterUp.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ClusterUp
ZooKeeperProtos.ClusterUpOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.Master - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type Master
ZooKeeperProtos.Master.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type Master
ZooKeeperProtos.MasterOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.MetaRegionServer - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type MetaRegionServer
ZooKeeperProtos.MetaRegionServer.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type MetaRegionServer
ZooKeeperProtos.MetaRegionServerOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.RegionTransition - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type RegionTransition
ZooKeeperProtos.RegionTransition.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type RegionTransition
ZooKeeperProtos.RegionTransitionOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.ReplicationHLogPosition - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ReplicationHLogPosition
ZooKeeperProtos.ReplicationHLogPosition.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ReplicationHLogPosition
ZooKeeperProtos.ReplicationHLogPositionOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.ReplicationLock - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ReplicationLock
ZooKeeperProtos.ReplicationLock.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ReplicationLock
ZooKeeperProtos.ReplicationLockOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.ReplicationPeer - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ReplicationPeer
ZooKeeperProtos.ReplicationPeer.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ReplicationPeer
ZooKeeperProtos.ReplicationPeerOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.ReplicationState - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ReplicationState
ZooKeeperProtos.ReplicationState.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type ReplicationState
ZooKeeperProtos.ReplicationState.State - Enum in org.apache.hadoop.hbase.protobuf.generated
Protobuf enum ReplicationState.State
ZooKeeperProtos.ReplicationStateOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.SplitLogTask - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type SplitLogTask
ZooKeeperProtos.SplitLogTask.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type SplitLogTask
ZooKeeperProtos.SplitLogTask.RecoveryMode - Enum in org.apache.hadoop.hbase.protobuf.generated
Protobuf enum SplitLogTask.RecoveryMode
ZooKeeperProtos.SplitLogTask.State - Enum in org.apache.hadoop.hbase.protobuf.generated
Protobuf enum SplitLogTask.State
ZooKeeperProtos.SplitLogTaskOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.Table - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type Table
ZooKeeperProtos.Table.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type Table
ZooKeeperProtos.Table.State - Enum in org.apache.hadoop.hbase.protobuf.generated
Protobuf enum Table.State
ZooKeeperProtos.TableLock - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type TableLock
ZooKeeperProtos.TableLock.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type TableLock
ZooKeeperProtos.TableLockOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperProtos.TableOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ZooKeeperScanPolicyObserver - Class in org.apache.hadoop.hbase.coprocessor.example
This is an example showing how a RegionObserver could configured via ZooKeeper in order to control a Region compaction, flush, and scan policy.
ZooKeeperScanPolicyObserver() - Constructor for class org.apache.hadoop.hbase.coprocessor.example.ZooKeeperScanPolicyObserver
 
ZooKeeperWatcher - Class in org.apache.hadoop.hbase.zookeeper
Acts as the single ZooKeeper Watcher.
ZooKeeperWatcher(Configuration, String, Abortable) - Constructor for class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
Instantiate a ZooKeeper connection and watcher.
ZooKeeperWatcher(Configuration, String, Abortable, boolean) - Constructor for class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
Instantiate a ZooKeeper connection and watcher.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links
Hortonworks Data Platform 2.4.0