Packages

o

orcus

admin

object admin

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. admin
  2. AnyRef
  3. 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 addColumnFamily[F[_]](t: AsyncAdmin, tableName: TableName, columnFamilyDescriptor: ColumnFamilyDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  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 compact[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  8. def compactColumn[F[_]](t: AsyncAdmin, tableName: TableName, columnName: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  9. def compactColumnWithType[F[_]](t: AsyncAdmin, tableName: TableName, columnName: Array[Byte], compactType: CompactType)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  10. def compactFamilyRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte], columnFamily: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  11. def compactRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  12. def compactRegionServer[F[_]](t: AsyncAdmin, serverName: ServerName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  13. def compactWithType[F[_]](t: AsyncAdmin, tableName: TableName, compactType: CompactType)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  14. def createNamespace[F[_]](t: AsyncAdmin, namespaceDescriptor: NamespaceDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  15. def createTable[F[_]](t: AsyncAdmin, tableDescriptor: TableDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  16. def createTableWithKeyRange[F[_]](t: AsyncAdmin, tableDescriptor: TableDescriptor, startKey: Array[Byte], endKey: Array[Byte], numRegions: Int)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  17. def createTableWithSplitKeys[F[_]](t: AsyncAdmin, tableDescriptor: TableDescriptor, splitKeys: Array[Array[Byte]])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  18. def deleteColumnFamily[F[_]](t: AsyncAdmin, tableName: TableName, columnFamily: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  19. def deleteNamespace[F[_]](t: AsyncAdmin, namespace: String)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  20. def deleteTable[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  21. def disableTable[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  22. def enableTable[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def flush[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  26. def flushRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  27. def flushRegionServer[F[_]](t: AsyncAdmin, serverName: ServerName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def getDescriptor[F[_]](t: AsyncAdmin, tableName: TableName)(implicit F: Aux[CompletableFuture, F]): F[TableDescriptor]
  30. def getNamespaceDescriptor[F[_]](t: AsyncAdmin, namespace: String)(implicit F: Aux[CompletableFuture, F]): F[NamespaceDescriptor]
  31. def getRegions[F[_]](t: AsyncAdmin, serverName: ServerName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Seq[RegionInfo]]
  32. def getRegionsByTableName[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Seq[RegionInfo]]
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isTableAvailable[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Boolean]
  36. def isTableAvailableWithSplitKeys[F[_]](t: AsyncAdmin, tableName: TableName, splitKeys: Array[Array[Byte]])(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Boolean]
  37. def isTableEnabled[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Boolean]
  38. def listNamespaceDescriptors[F[_]](t: AsyncAdmin)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Seq[NamespaceDescriptor]]
  39. def listTableDescriptors[F[_]](t: AsyncAdmin, includeSysTables: Boolean = false)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableDescriptor]]
  40. def listTableDescriptorsByNamespace[F[_]](t: AsyncAdmin, namespace: String)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableDescriptor]]
  41. def listTableDescriptorsByPattern[F[_]](t: AsyncAdmin, pattern: Pattern, includeSysTables: Boolean = false)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableDescriptor]]
  42. def listTableNames[F[_]](t: AsyncAdmin, includeSysTables: Boolean)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableName]]
  43. def listTableNamesByPattern[F[_]](t: AsyncAdmin, pattern: Pattern, includeSysTables: Boolean)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableName]]
  44. def majorCompact[F[_]](t: AsyncAdmin, tableName: TableName, compactType: CompactType = CompactType.NORMAL)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  45. def majorCompactFamily[F[_]](t: AsyncAdmin, tableName: TableName, columnFamily: Array[Byte], compactType: CompactType = CompactType.NORMAL)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  46. def majorCompactFamilyRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte], columnFamily: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  47. def majorCompactRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  48. def majorCompactRegionServer[F[_]](t: AsyncAdmin, serverName: ServerName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  49. def modifyColumnFamily[F[_]](t: AsyncAdmin, tableName: TableName, columnFamilyDescriptor: ColumnFamilyDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  50. def modifyNamespace[F[_]](t: AsyncAdmin, namespaceDescriptor: NamespaceDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  51. def modifyTable[F[_]](t: AsyncAdmin, tableDescriptor: TableDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def tableExists[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Boolean]
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. def truncateTable[F[_]](t: AsyncAdmin, tableName: TableName, preserveSplits: Boolean)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped