Class

org.locationtech.geomesa.hbase.coprocessor

GeoMesaCoprocessor

Related Doc: package coprocessor

Permalink

class GeoMesaCoprocessor extends server.coprocessor.GeoMesaCoprocessor

Kept around for compatibility with existing tables configured with geomesa 2.4 or earlier

Annotations
@deprecated
Deprecated

Replaced with org.locationtech.geomesa.hbase.server.coprocessor.GeoMesaCoprocessor

Linear Supertypes
server.coprocessor.GeoMesaCoprocessor, CoprocessorScan, StrictLogging, CoprocessorService, Coprocessor, GeoMesaCoprocessorService, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeoMesaCoprocessor
  2. GeoMesaCoprocessor
  3. CoprocessorScan
  4. StrictLogging
  5. CoprocessorService
  6. Coprocessor
  7. GeoMesaCoprocessorService
  8. Service
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoMesaCoprocessor()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def callMethod(arg0: MethodDescriptor, arg1: RpcController, arg2: Message, arg3: RpcCallback[Message]): Unit

    Permalink
    Definition Classes
    GeoMesaCoprocessorService → Service
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def execute(controller: RpcController, request: GeoMesaCoprocessorRequest, done: RpcCallback[GeoMesaCoprocessorResponse]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    CoprocessorScan
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getDescriptorForType(): ServiceDescriptor

    Permalink
    Definition Classes
    GeoMesaCoprocessorService → Service
  13. final def getRequestPrototype(arg0: MethodDescriptor): Message

    Permalink
    Definition Classes
    GeoMesaCoprocessorService → Service
  14. final def getResponsePrototype(arg0: MethodDescriptor): Message

    Permalink
    Definition Classes
    GeoMesaCoprocessorService → Service
  15. def getResult(controller: RpcController, request: GeoMesaCoprocessorRequest, done: RpcCallback[GeoMesaCoprocessorResponse]): Unit

    Permalink
    Definition Classes
    GeoMesaCoprocessor → GeoMesaCoprocessorService
  16. def getScanner(scan: Scan): RegionScanner

    Permalink
    Attributes
    protected
    Definition Classes
    GeoMesaCoprocessor → CoprocessorScan
  17. def getService(): Service

    Permalink
    Definition Classes
    GeoMesaCoprocessor → CoprocessorService
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def start(env: CoprocessorEnvironment): Unit

    Permalink
    Definition Classes
    GeoMesaCoprocessor → Coprocessor
    Annotations
    @throws( ... )
  25. def stop(coprocessorEnvironment: CoprocessorEnvironment): Unit

    Permalink
    Definition Classes
    GeoMesaCoprocessor → Coprocessor
    Annotations
    @throws( ... )
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CoprocessorScan

Inherited from StrictLogging

Inherited from CoprocessorService

Inherited from Coprocessor

Inherited from GeoMesaCoprocessorService

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped