Class/Object

org.locationtech.geomesa.bigtable.spark

BigtableInputFormat

Related Docs: object BigtableInputFormat | package spark

Permalink

class BigtableInputFormat extends BigtableInputFormatBase with Configurable

Linear Supertypes
Configurable, BigtableInputFormatBase, InputFormat[ImmutableBytesWritable, Result], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BigtableInputFormat
  2. Configurable
  3. BigtableInputFormatBase
  4. InputFormat
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BigtableInputFormat()

    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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createRecordReader(split: InputSplit, context: TaskAttemptContext): RecordReader[ImmutableBytesWritable, Result]

    Permalink
    Definition Classes
    BigtableInputFormatBase → InputFormat
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getConf(): Configuration

    Permalink

    Returns the current configuration.

    Returns the current configuration.

    returns

    The current configuration.

    Definition Classes
    BigtableInputFormat → Configurable
    See also

    org.apache.hadoop.conf.Configurable#getConf()

  12. def getScans(): List[Scan]

    Permalink
  13. def getSplits(context: JobContext): List[InputSplit]

    Permalink
    Definition Classes
    BigtableInputFormatBase → InputFormat
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def setConf(configuration: Configuration): Unit

    Permalink

    Sets the configuration.

    Sets the configuration. This is used to set the details for the tables to be scanned.

    configuration

    The configuration to set.

    Definition Classes
    BigtableInputFormat → Configurable
    See also

    org.apache.hadoop.conf.Configurable#setConf( org.apache.hadoop.conf.Configuration)

  20. def setName(name: TableName): Unit

    Permalink
    Definition Classes
    BigtableInputFormatBase
  21. def setScans(scans: List[Scan]): Unit

    Permalink
  22. def setTableRecordReader(tableRecordReader: BigtableTableRecordReader): Unit

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Configurable

Inherited from BigtableInputFormatBase

Inherited from InputFormat[ImmutableBytesWritable, Result]

Inherited from AnyRef

Inherited from Any

Ungrouped