t

com.sksamuel.elastic4s.admin

IndexAdminApi

trait IndexAdminApi extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexAdminApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class TypesExistExpectsIn extends AnyRef

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 aliasExists(alias: String): AliasExistsRequest
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearCache(indexes: Iterable[String]): ClearCacheRequest
  7. def clearCache(first: String, rest: String*): ClearCacheRequest
  8. def clearIndex(indexes: Iterable[String]): ClearCacheRequest
  9. def clearIndex(first: String, rest: String*): ClearCacheRequest
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def closeIndex(first: String, rest: String*): CloseIndexRequest
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flushIndex(indexes: String*): FlushIndexRequest
  16. def flushIndex(indexes: Iterable[String]): FlushIndexRequest
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getSegments(first: String, rest: String*): GetSegmentsRequest
  19. def getSegments(indexes: Indexes): GetSegmentsRequest
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def indexExists(index: String): IndicesExistsRequest
  22. def indexShardStores(indexes: Indexes): IndexShardStoreRequest
  23. def indexShardStores(indexes: Iterable[String]): IndexShardStoreRequest
  24. def indexShardStores(first: String, rest: String*): IndexShardStoreRequest
  25. def indexStats(first: String, rest: String*): IndexStatsRequest
  26. def indexStats(indexes: Indexes = Indexes.All): IndexStatsRequest
  27. def indicesExists(indices: Indexes): IndicesExistsRequest
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def openIndex(first: String, rest: String*): OpenIndexRequest
  33. def refreshIndex(indexes: Indexes): RefreshIndexRequest
  34. def refreshIndex(indexes: Iterable[String]): RefreshIndexRequest
  35. def refreshIndex(first: String, rest: String*): RefreshIndexRequest
  36. def rolloverIndex(alias: String): RolloverIndexRequest
  37. def shrinkIndex(source: String, target: String): ShrinkIndexRequest
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def typesExist(types: Iterable[String]): TypesExistExpectsIn
  41. def typesExist(types: String*): TypesExistExpectsIn
  42. def typesExist(indexesAndTypes: IndexesAndTypes): TypesExistsRequest
  43. def updateIndexLevelSettings(indexes: Indexes): UpdateIndexLevelSettingsRequest
  44. def updateIndexLevelSettings(indexes: Iterable[String]): UpdateIndexLevelSettingsRequest
  45. def updateIndexLevelSettings(first: String, rest: String*): UpdateIndexLevelSettingsRequest
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def shrink(source: String, target: String): ShrinkIndexRequest
    Annotations
    @deprecated
    Deprecated

    (Since version 6.1.2) use shrinkIndex(source, target)

Inherited from AnyRef

Inherited from Any

Ungrouped