o
com.datastax.spark.connector.cql
LocalNodeFirstLoadBalancingPolicy
Companion class LocalNodeFirstLoadBalancingPolicy
object LocalNodeFirstLoadBalancingPolicy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LocalNodeFirstLoadBalancingPolicy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val LoadBalancingShuffleNodes: DriverOption
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
determineDataCenter(contactPoints: Set[InetSocketAddress], allNodes: Set[Node]): String
Returns a common data center name of the given contact points.
Returns a common data center name of the given contact points.
For each contact point there must be a Node in
allNodes
collection in order to determine its data center name. If contact points belong to more than a single data center, an IllegalArgumentException is thrown. -
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
-
def
isLocalHost(node: Node): Boolean
Returns true if given host is local host
-
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()
-
def
sortNodesByStatusAndProximity(dc: String, nodesToSort: Set[Node]): Seq[Node]
Sorts nodes in the following order: 1.
Sorts nodes in the following order: 1. local node in a given DC 2. live nodes in a given DC 3. the rest of nodes in a given DC
Nodes within a group are ordered randomly. Nodes from other DCs are not included.
-
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()