Packages

final class Scan extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scan
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Scan(_obj: org.apache.hadoop.hbase.client.Scan)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def get: org.apache.hadoop.hbase.client.Scan
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  21. def withACL(user: String, perms: Permission): Scan
  22. def withAllowPartialResults(allowPartialResults: Boolean): Scan
  23. def withAttribute(name: String, value: Array[Byte]): Scan
  24. def withAuthorizations(authorizations: Authorizations): Scan
  25. def withBatch(size: Int): Scan
  26. def withCacheBlocks(cacheBlocks: Boolean): Scan
  27. def withCaching(size: Int): Scan
  28. def withColumn[K](family: Array[Byte], qualifier: K)(implicit K: ValueCodec[K]): Scan
  29. def withColumnFamilyTimeRange(family: Array[Byte], min: Long, max: Long): Scan
  30. def withConsistency(consistency: Consistency): Scan
  31. def withFamily(family: Array[Byte]): Scan
  32. def withFilter(filter: Filter): Scan
  33. def withId(id: String): Scan
  34. def withIsolationLevel(level: IsolationLevel): Scan
  35. def withLoadColumnFamiliesOnDemand(value: Boolean): Scan
  36. def withMaxResultSize(size: Long): Scan
  37. def withMaxResultsPerColumnFamily(limit: Int): Scan
  38. def withMaxVersions(max: Int = _obj.getMaxVersions): Scan
  39. def withReplicaId(id: Int): Scan
  40. def withRowOffsetPerColumnFamily(offset: Int): Scan
  41. def withRowPrefixFilter(prefix: Array[Byte]): Scan
  42. def withScanMetricsEnabled(enabled: Boolean): Scan
  43. def withSmall(small: Boolean): Scan
  44. def withStartRow(row: Array[Byte]): Scan
  45. def withStopRow(row: Array[Byte]): Scan
  46. def withTimeRange(min: Long, max: Long): Scan
  47. def withTimeStamp(timestamp: Long): Scan

Inherited from AnyRef

Inherited from Any

Ungrouped