Book Image

Learning HBase

By : Shashwat Shriparv
Book Image

Learning HBase

By: Shashwat Shriparv

Overview of this book

Table of Contents (18 chapters)
Learning HBase
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Client APIs


HBase provides a list of client APIs, classes, and interfaces to build clients for HBase. These clients can communicate with HBase to perform various operations such as administrating codes. The following is the list of all the interfaces, classes, and exceptions related to the client:

Interfaces

Classes

  • Admin

  • Attributes

  • ClusterConnection

  • HConnection

  • HTableInterface

  • HTableInterfaceFactory

  • MetaScanner.MetaScannerVisitor

  • NonceGenerator

  • ResultScanner

  • RetryingCallable

  • Row

  • AbstractClientScanner

  • Action

  • Append

  • ClientScanner

  • ClientSideRegionScanner

  • ClientSmallReversedScanner

  • ClientSmallScanner

  • ConnectionUtils

  • DelegatingRetryingCallable

  • Delete

  • Get

  • HBaseAdmin

  • HConnectable

  • HConnectionManager

  • HTable

  • HTableFactory

  • HTableMultiplexer

  • HTableUtil

  • HTableWrapper

  • Increment

  • MetaCache

  • MetaScanner

  • MetaScanner.DefaultMetaScannerVisitor

  • MetaScanner.MetaScannerVisitorBase

  • MetaScanner.TableMetaScannerVisitor

  • MultiAction

  • MultiResponse

  • Mutation

  • Operation

  • OperationWithAttributes

  • PerClientRandomNonceGenerator

  • Put

  • Query

  • RegionCoprocessorServiceExec...