object admin
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- admin
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def addColumnFamily[F[_]](t: AsyncAdmin, tableName: TableName, columnFamilyDescriptor: ColumnFamilyDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compact[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def compactColumn[F[_]](t: AsyncAdmin, tableName: TableName, columnName: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def compactColumnWithType[F[_]](t: AsyncAdmin, tableName: TableName, columnName: Array[Byte], compactType: CompactType)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def compactFamilyRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte], columnFamily: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def compactRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def compactRegionServer[F[_]](t: AsyncAdmin, serverName: ServerName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def compactWithType[F[_]](t: AsyncAdmin, tableName: TableName, compactType: CompactType)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def createNamespace[F[_]](t: AsyncAdmin, namespaceDescriptor: NamespaceDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def createTable[F[_]](t: AsyncAdmin, tableDescriptor: TableDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- 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]
- def createTableWithSplitKeys[F[_]](t: AsyncAdmin, tableDescriptor: TableDescriptor, splitKeys: Array[Array[Byte]])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def deleteColumnFamily[F[_]](t: AsyncAdmin, tableName: TableName, columnFamily: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def deleteNamespace[F[_]](t: AsyncAdmin, namespace: String)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def deleteTable[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def disableTable[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def enableTable[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def flush[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def flushRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def flushRegionServer[F[_]](t: AsyncAdmin, serverName: ServerName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDescriptor[F[_]](t: AsyncAdmin, tableName: TableName)(implicit F: Aux[CompletableFuture, F]): F[TableDescriptor]
- def getNamespaceDescriptor[F[_]](t: AsyncAdmin, namespace: String)(implicit F: Aux[CompletableFuture, F]): F[NamespaceDescriptor]
- def getRegions[F[_]](t: AsyncAdmin, serverName: ServerName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Seq[RegionInfo]]
- def getRegionsByTableName[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Seq[RegionInfo]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTableAvailable[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Boolean]
- def isTableEnabled[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Boolean]
- def listNamespaceDescriptors[F[_]](t: AsyncAdmin)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Seq[NamespaceDescriptor]]
- def listTableDescriptors[F[_]](t: AsyncAdmin, includeSysTables: Boolean = false)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableDescriptor]]
- def listTableDescriptorsByNamespace[F[_]](t: AsyncAdmin, namespace: String)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableDescriptor]]
- def listTableDescriptorsByPattern[F[_]](t: AsyncAdmin, pattern: Pattern, includeSysTables: Boolean = false)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableDescriptor]]
- def listTableNames[F[_]](t: AsyncAdmin, includeSysTables: Boolean)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableName]]
- def listTableNamesByPattern[F[_]](t: AsyncAdmin, pattern: Pattern, includeSysTables: Boolean)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Seq[TableName]]
- def majorCompact[F[_]](t: AsyncAdmin, tableName: TableName, compactType: CompactType = CompactType.NORMAL)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def majorCompactFamily[F[_]](t: AsyncAdmin, tableName: TableName, columnFamily: Array[Byte], compactType: CompactType = CompactType.NORMAL)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def majorCompactFamilyRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte], columnFamily: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def majorCompactRegion[F[_]](t: AsyncAdmin, regionName: Array[Byte])(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def majorCompactRegionServer[F[_]](t: AsyncAdmin, serverName: ServerName)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def modifyColumnFamily[F[_]](t: AsyncAdmin, tableName: TableName, columnFamilyDescriptor: ColumnFamilyDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def modifyNamespace[F[_]](t: AsyncAdmin, namespaceDescriptor: NamespaceDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- def modifyTable[F[_]](t: AsyncAdmin, tableDescriptor: TableDescriptor)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableExists[F[_]](t: AsyncAdmin, tableName: TableName)(implicit M: Functor[F], F: Aux[CompletableFuture, F]): F[Boolean]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncateTable[F[_]](t: AsyncAdmin, tableName: TableName, preserveSplits: Boolean)(implicit M: Applicative[F], F: Aux[CompletableFuture, F]): F[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- 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.