com
.
mapr
.
db
.
spark
.
dbclient
DBClient
Related Docs:
object DBClient
|
package dbclient
trait
DBClient
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
DBOlderClientImpl
Ordering
Alphabetic
By Inheritance
Inherited
DBClient
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
alterTable
(
tableDesc:
TableDescriptor
)
:
Unit
abstract
def
createTable
(
tableDesc:
TableDescriptor
,
keys:
Array
[
Value
]
)
:
Unit
abstract
def
createTable
(
tableDesc:
TableDescriptor
)
:
Unit
abstract
def
createTable
(
tablePath:
String
)
:
Unit
abstract
def
deleteTable
(
tablePath:
String
)
:
Unit
abstract
def
getEstimatedSize
(
scanRange:
TabletInfo
)
:
Long
abstract
def
getTable
(
tablePath:
String
)
:
DocumentStore
abstract
def
getTableDescriptor
(
tablePath:
String
)
:
TableDescriptor
abstract
def
getTabletInfos
(
tablePath:
String
)
:
Seq
[
TabletInfo
]
abstract
def
getTabletInfos
(
tablePath:
String
,
cond:
QueryCondition
)
:
Seq
[
TabletInfo
]
abstract
def
isBulkLoad
(
tablePath:
String
)
:
Boolean
abstract
def
newCondition
()
:
QueryCondition
abstract
def
newDocument
(
jsonString:
String
)
:
Document
abstract
def
newDocument
()
:
Document
abstract
def
newDocumentBuilder
()
:
DocumentBuilder
abstract
def
newTableDescriptor
()
:
TableDescriptor
abstract
def
tableExists
(
tablePath:
String
)
:
Boolean
Concrete 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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
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
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped