Object

com.mapr.db.spark.dbclient

DBOlderClientImpl

Related Doc: package dbclient

Permalink

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

    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. def alterTable(tableDesc: TableDescriptor): Unit

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createTable(tableDesc: TableDescriptor, keys: Array[Value]): Unit

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  8. def createTable(tableDesc: TableDescriptor): Unit

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  9. def createTable(tablePath: String): Unit

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  10. def deleteTable(tablePath: String): Unit

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getEstimatedSize(scanRange: TabletInfo): Long

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  16. def getTable(tablePath: String): Table

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  17. def getTableDescriptor(tablePath: String): TableDescriptor

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  18. def getTabletInfos(tablePath: String): Seq[TabletInfo]

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  19. def getTabletInfos(tablePath: String, cond: QueryCondition): Seq[TabletInfo]

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def isBulkLoad(tablePath: String): Boolean

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  22. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  24. def newCondition(): QueryCondition

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  25. def newDocument(jsonString: String): Document

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  26. def newDocument(): Document

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  27. def newDocumentBuilder(): DocumentBuilder

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  28. def newTableDescriptor(): TableDescriptor

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def tableExists(tablePath: String): Boolean

    Permalink
    Definition Classes
    DBOlderClientImplDBClient
    Annotations
    @Override()
  33. def toString(): String

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

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

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

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

Inherited from DBClient

Inherited from AnyRef

Inherited from Any

Ungrouped