st.happy_camper.hbase.shell

coprocessor

package coprocessor

A coprocessor package object.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. coprocessor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AugmentRegionScanner extends AnyRef

    Represents an augmented RegionScanner.

  2. class HBaseShellEndpoint extends BaseEndpointCoprocessor with RowCountProtocol with RowCountProtocolHandler

    A coprocessor endpoint.

Value Members

  1. implicit def asMasterCoprocessorEnvironment(env: CoprocessorEnvironment): MasterCoprocessorEnvironment

    Casts env from CoprocessorEnvironment to MasterCoprocessorEnvironment.

    Casts env from CoprocessorEnvironment to MasterCoprocessorEnvironment.

    env

    the env

    returns

    the casted env

  2. implicit def asRegionCoprocessorEnvironment(env: CoprocessorEnvironment): RegionCoprocessorEnvironment

    Casts env from CoprocessorEnvironment to RegionCoprocessorEnvironment.

    Casts env from CoprocessorEnvironment to RegionCoprocessorEnvironment.

    env

    the env

    returns

    the casted env

  3. implicit def asWALCoprocessorEnvironment(env: CoprocessorEnvironment): WALCoprocessorEnvironment

    Casts env from CoprocessorEnvironment to WALCoprocessorEnvironment.

    Casts env from CoprocessorEnvironment to WALCoprocessorEnvironment.

    env

    the env

    returns

    the casted env

  4. package handler

  5. implicit def toAugmentRegionScanner(scanner: RegionScanner): AugmentRegionScanner

    Returns AugmentRegionScanner instance

    Returns AugmentRegionScanner instance

    scanner

    the scanner

    returns

    the instance

Inherited from AnyRef

Inherited from Any

No Group