final class ZSearchAttributes extends AnyRef
Immutable collection of typed search attributes.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZSearchAttributes
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def containsKey[T, Tag](name: String)(implicit meta: ZSearchAttributeMeta[T, Tag]): Boolean
Get whether the search attribute key exists.
Get whether the search attribute key exists.
- T
Scala type for the attribute
- Tag
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get[T, Tag](name: String)(implicit meta: ZSearchAttributeMeta[T, Tag]): Option[T]
Get a search attribute value by its key or null if not present.
Get a search attribute value by its key or null if not present.
- T
Scala type for the attribute
- Tag
- Exceptions thrown
ClassCastException
If the search attribute is not of the proper type for the key.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def size: Int
Get the size of the collection.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toJava: SearchAttributes
- def toString(): String
- Definition Classes
- ZSearchAttributes → AnyRef → Any
- def untypedValues: Map[SearchAttributeKey[_], AnyRef]
Get the immutable, untyped values map.
Get the immutable, untyped values map.
- Note
values are encoded (e.g., UUID is represented as String). Java collections are converted to Scala collections
- 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
(Since version 9)