Class/Object

akka.cluster.ddata

PNCounterMap

Related Docs: object PNCounterMap | package ddata

Permalink

final class PNCounterMap extends ReplicatedData with ReplicatedDataSerialization with RemovedNodePruning

Map of named counters. Specialized ORMap with PNCounter values.

This class is immutable, i.e. "modifying" methods return a new instance.

Annotations
@SerialVersionUID()
Source
PNCounterMap.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PNCounterMap
  2. RemovedNodePruning
  3. ReplicatedDataSerialization
  4. Serializable
  5. Serializable
  6. ReplicatedData
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type T = PNCounterMap

    Permalink

    The type of the concrete implementation, e.g.

    The type of the concrete implementation, e.g. GSet[A]. To be specified by subclass.

    Definition Classes
    PNCounterMapReplicatedData

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PNCounterMap to any2stringadd[PNCounterMap] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def -(key: String)(implicit node: Cluster): PNCounterMap

    Permalink

    Removes an entry from the map.

    Removes an entry from the map. Note that if there is a conflicting update on another node the entry will not be removed after merge.

  5. def ->[B](y: B): (PNCounterMap, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PNCounterMap to ArrowAssoc[PNCounterMap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains(key: String): Boolean

    Permalink
  10. def decrement(node: Cluster, key: String, delta: Long): PNCounterMap

    Permalink

    Decrement the counter with the delta specified.

    Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.

  11. def decrement(key: String, delta: Long = 1)(implicit node: Cluster): PNCounterMap

    Permalink

    Decrement the counter with the delta specified.

    Decrement the counter with the delta specified. If the delta is negative then it will increment instead of decrement.

  12. def ensuring(cond: (PNCounterMap) ⇒ Boolean, msg: ⇒ Any): PNCounterMap

    Permalink
    Implicit information
    This member is added by an implicit conversion from PNCounterMap to Ensuring[PNCounterMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (PNCounterMap) ⇒ Boolean): PNCounterMap

    Permalink
    Implicit information
    This member is added by an implicit conversion from PNCounterMap to Ensuring[PNCounterMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): PNCounterMap

    Permalink
    Implicit information
    This member is added by an implicit conversion from PNCounterMap to Ensuring[PNCounterMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): PNCounterMap

    Permalink
    Implicit information
    This member is added by an implicit conversion from PNCounterMap to Ensuring[PNCounterMap] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def entries: Map[String, BigInt]

    Permalink

    Scala API

  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    PNCounterMap → AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PNCounterMap to StringFormat[PNCounterMap] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. def get(key: String): Option[BigInt]

    Permalink

    Scala API: The count for a key

  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getEntries: Map[String, BigInteger]

    Permalink

    Java API

  24. def getValue(key: String): BigInteger

    Permalink

    Java API: The count for a key, or null if it doesn't exist

  25. def hashCode(): Int

    Permalink
    Definition Classes
    PNCounterMap → AnyRef → Any
  26. def increment(node: Cluster, key: String, delta: Long): PNCounterMap

    Permalink

    Increment the counter with the delta specified.

    Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.

  27. def increment(key: String, delta: Long = 1)(implicit node: Cluster): PNCounterMap

    Permalink

    Increment the counter with the delta specified.

    Increment the counter with the delta specified. If the delta is negative then it will decrement instead of increment.

  28. def isEmpty: Boolean

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def merge(that: PNCounterMap): PNCounterMap

    Permalink

    Monotonic merge function.

    Monotonic merge function.

    Definition Classes
    PNCounterMapReplicatedData
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def needPruningFrom(removedNode: UniqueAddress): Boolean

    Permalink

    Does it have any state changes from a specific node, which has been removed from the cluster.

    Does it have any state changes from a specific node, which has been removed from the cluster.

    Definition Classes
    PNCounterMapRemovedNodePruning
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def prune(removedNode: UniqueAddress, collapseInto: UniqueAddress): PNCounterMap

    Permalink

    When the removed node has been removed from the cluster the state changes from that node will be pruned by collapsing the data entries to another node.

    When the removed node has been removed from the cluster the state changes from that node will be pruned by collapsing the data entries to another node.

    Definition Classes
    PNCounterMapRemovedNodePruning
  36. def pruningCleanup(removedNode: UniqueAddress): PNCounterMap

    Permalink

    Remove data entries from a node that has been removed from the cluster and already been pruned.

    Remove data entries from a node that has been removed from the cluster and already been pruned.

    Definition Classes
    PNCounterMapRemovedNodePruning
  37. def remove(node: Cluster, key: String): PNCounterMap

    Permalink

    Removes an entry from the map.

    Removes an entry from the map. Note that if there is a conflicting update on another node the entry will not be removed after merge.

  38. def size: Int

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    PNCounterMap → AnyRef → Any
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def [B](y: B): (PNCounterMap, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PNCounterMap to ArrowAssoc[PNCounterMap] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from RemovedNodePruning

Inherited from Serializable

Inherited from Serializable

Inherited from ReplicatedData

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PNCounterMap to any2stringadd[PNCounterMap]

Inherited by implicit conversion StringFormat from PNCounterMap to StringFormat[PNCounterMap]

Inherited by implicit conversion Ensuring from PNCounterMap to Ensuring[PNCounterMap]

Inherited by implicit conversion ArrowAssoc from PNCounterMap to ArrowAssoc[PNCounterMap]

Ungrouped