All Downloads are FREE. Search and download functionalities are using the official Maven repository.

in.ashwanthkumar.suuchi.partitioner.PartitionNode.scala Maven / Gradle / Ivy

There is a newer version: 0.3.5
Show newest version
package in.ashwanthkumar.suuchi.partitioner

import in.ashwanthkumar.suuchi.membership.MemberAddress

case class VNode(node: MemberAddress, nodeReplicaId: Int) {
  def key = node.host+"_"+node.port+"_"+nodeReplicaId
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy