final case class RedisClusterNode(uri: URI, nodeId: String, connected: Boolean, slaveOf: String, lastPendingPingSentTimestamp: Long, lastPongReceivedTimestamp: Long, configEpoch: Long, slots: BitSet, nodeFlags: Set[NodeFlag]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RedisClusterNode
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from RedisClusterNode to any2stringadd[RedisClusterNode] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (RedisClusterNode, B)
- Implicit
- This member is added by an implicit conversion from RedisClusterNode to ArrowAssoc[RedisClusterNode] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
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() @HotSpotIntrinsicCandidate()
- val configEpoch: Long
- val connected: Boolean
-
def
ensuring(cond: (RedisClusterNode) ⇒ Boolean, msg: ⇒ Any): RedisClusterNode
- Implicit
- This member is added by an implicit conversion from RedisClusterNode to Ensuring[RedisClusterNode] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (RedisClusterNode) ⇒ Boolean): RedisClusterNode
- Implicit
- This member is added by an implicit conversion from RedisClusterNode to Ensuring[RedisClusterNode] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): RedisClusterNode
- Implicit
- This member is added by an implicit conversion from RedisClusterNode to Ensuring[RedisClusterNode] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): RedisClusterNode
- Implicit
- This member is added by an implicit conversion from RedisClusterNode to Ensuring[RedisClusterNode] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from RedisClusterNode to StringFormat[RedisClusterNode] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getSlots(): List[Int]
- def hasSlot(slot: Int): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastPendingPingSentTimestamp: Long
- val lastPongReceivedTimestamp: Long
- def managedClient[F[+_]](keypool: KeyPool[F, URI, (RedisClient[F, SINGLE.type], F[Unit])], uri: URI)(implicit arg0: Concurrent[F], arg1: ContextShift[F], arg2: Log[F], arg3: Timer[F]): Resource[F, RedisClient[F, SINGLE.type]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeFlags: Set[NodeFlag]
- val nodeId: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val slaveOf: String
- val slots: BitSet
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- RedisClusterNode → AnyRef → Any
- val uri: URI
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (RedisClusterNode, B)
- Implicit
- This member is added by an implicit conversion from RedisClusterNode to ArrowAssoc[RedisClusterNode] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc