object HBaseSparkConf
This is the hbase configuration. User can either set them in SparkConf, which will take effect globally, or configure it per table, which will overwrite the value set in SparkConf. If not set, the default value will take effect.
- Annotations
- @Public()
- Alphabetic
- By Inheritance
- HBaseSparkConf
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
BULKGET_SIZE: String
The number of BulkGets send to HBase.
- val DEFAULT_BULKGET_SIZE: Int
-
val
DEFAULT_CONNECTION_CLOSE_DELAY: Int
Delayed time to close hbase-spark connection when no reference to this connection, in milliseconds.
- val DEFAULT_PUSHDOWN_COLUMN_FILTER: Boolean
- val DEFAULT_QUERY_CACHEBLOCKS: Boolean
- val DEFAULT_QUERY_ENCODER: String
- val DEFAULT_USE_HBASECONTEXT: Boolean
-
val
HBASE_CONFIG_LOCATION: String
Set to specify the location of hbase configuration file.
-
val
MAX_VERSIONS: String
The maximum number of version to return.
-
val
PUSHDOWN_COLUMN_FILTER: String
Pushdown the filter to data source engine to increase the performance of queries.
-
val
QUERY_BATCHSIZE: String
Set the maximum number of values to return for each call to next() in scan.
-
val
QUERY_CACHEBLOCKS: String
Set to false to disable server-side caching of blocks for this scan, false by default, since full table scans generate too much BC churn.
-
val
QUERY_CACHEDROWS: String
The number of rows for caching that will be passed to scan.
-
val
QUERY_ENCODER: String
Class name of the encoder, which encode data types from Spark to HBase bytes.
-
val
TIMERANGE_END: String
The ending timestamp used to filter columns with a specific range of versions.
-
val
TIMERANGE_START: String
The starting timestamp used to filter columns with a specific range of versions.
-
val
TIMESTAMP: String
The timestamp used to filter columns with a specific timestamp.
-
val
USE_HBASECONTEXT: String
Set to specify whether create or use latest cached HBaseContext
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()