Packages

o

com.mapr.db.spark.dbclient

DBOlderClientImpl

object DBOlderClientImpl extends DBClient

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

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. def alterTable(tableDesc: TableDescriptor): Unit
    Definition Classes
    DBOlderClientImplDBClient
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createTable(tableDesc: TableDescriptor, keys: Array[Value]): Unit
    Definition Classes
    DBOlderClientImplDBClient
  8. def createTable(tableDesc: TableDescriptor): Unit
    Definition Classes
    DBOlderClientImplDBClient
  9. def createTable(tablePath: String): Unit
    Definition Classes
    DBOlderClientImplDBClient
  10. def deleteTable(tablePath: String): Unit
    Definition Classes
    DBOlderClientImplDBClient
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getEstimatedSize(scanRange: ScanRange): Long
    Definition Classes
    DBOlderClientImplDBClient
  15. def getTable(tablePath: String, bufferWrites: Boolean): DocumentStore
    Definition Classes
    DBOlderClientImplDBClient
  16. def getTableDescriptor(tablePath: String): TableDescriptor
    Definition Classes
    DBOlderClientImplDBClient
  17. def getTabletInfos(tablePath: String, bufferWrites: Boolean): Seq[ScanRange]
    Definition Classes
    DBOlderClientImplDBClient
  18. def getTabletInfos(tablePath: String, cond: QueryCondition, bufferWrites: Boolean): Seq[ScanRange]
    Definition Classes
    DBOlderClientImplDBClient
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def isBulkLoad(tablePath: String): Boolean
    Definition Classes
    DBOlderClientImplDBClient
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newCondition(): QueryCondition
    Definition Classes
    DBOlderClientImplDBClient
  24. def newDocument(jsonString: String): Document
    Definition Classes
    DBOlderClientImplDBClient
  25. def newDocument(): Document
    Definition Classes
    DBOlderClientImplDBClient
  26. def newDocumentBuilder(): DocumentBuilder
    Definition Classes
    DBOlderClientImplDBClient
  27. def newTableDescriptor(): TableDescriptor
    Definition Classes
    DBOlderClientImplDBClient
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def tableExists(tablePath: String): Boolean
    Definition Classes
    DBOlderClientImplDBClient
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from DBClient

Inherited from AnyRef

Inherited from Any

Ungrouped