object Stage
Objects grouping Builder Stages.
- Alphabetic
- By Inheritance
- Stage
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Complete[Kind <: DataStoreKind] = Name with DataStore[Kind] with Schema[Kind] with Config[Kind]
Describe the target type of IndexModelBuilder seek before build method can be called.
-
sealed
trait
Config[Kind <: DataStoreKind] extends Stage
Index has an assigned config for DataStoreKind.
Index has an assigned config for DataStoreKind.
- Kind
The kind of DataStoreKind
-
sealed
trait
DataStore[Kind <: DataStoreKind] extends Stage
Index has an assigned DataStoreKind.
Index has an assigned DataStoreKind.
- Kind
The kind of DataStoreKind
-
sealed
trait
Id extends Stage
Index has been assigned an Id
-
sealed
trait
Name extends Stage
Index has a name
-
sealed
trait
Options extends Stage
Index has an assigned Options
-
sealed
trait
Rolling extends Stage
Index has been configured as Rolling
-
sealed
trait
Schema[Kind <: DataStoreKind] extends Stage
Index has an assigned schema for DataStoreKind.
Index has an assigned schema for DataStoreKind.
- Kind
The kind of DataStoreKind
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()