Packages

c

io.horizen

ParentIdModifiersCache

class ParentIdModifiersCache[PMOD <: PersistentNodeViewModifier, HR <: HistoryReader[PMOD, _]] extends DefaultModifiersCache[PMOD, HR]

Linear Supertypes
DefaultModifiersCache[PMOD, HR], SparkzLogging, StrictLogging, LRUCache[PMOD, HR], ModifiersCache[PMOD, HR], ContainsModifiers[PMOD], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParentIdModifiersCache
  2. DefaultModifiersCache
  3. SparkzLogging
  4. StrictLogging
  5. LRUCache
  6. ModifiersCache
  7. ContainsModifiers
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParentIdModifiersCache(maxSize: Int)

Type Members

  1. type K = String with Tag[String, sparkz.util.ModifierId.Tag]
    Definition Classes
    ModifiersCache
  2. type V = PMOD
    Definition Classes
    ModifiersCache

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val cache: Map[K, V]
    Attributes
    protected
    Definition Classes
    ModifiersCache
  6. def cleanOverfull(): Seq[V]
    Definition Classes
    LRUCache → ModifiersCache
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def contains(id: ModifierId): Boolean
    Definition Classes
    ContainsModifiers
  9. def contains(persistentModifier: PMOD): Boolean
    Definition Classes
    ContainsModifiers
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def findCandidateKey(history: HR): Option[K]
    Definition Classes
    DefaultModifiersCache → ModifiersCache
    Annotations
    @SuppressWarnings()
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def log: Logger
    Attributes
    protected
    Definition Classes
    SparkzLogging
    Annotations
    @inline()
  17. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  18. val maxSize: Int
    Definition Classes
    ParentIdModifiersCache → DefaultModifiersCache → ModifiersCache
  19. def modifierById(modifierId: ModifierId): Option[PMOD]
    Definition Classes
    ModifiersCache → ContainsModifiers
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def onPut(key: K): Unit
    Attributes
    protected
    Definition Classes
    LRUCache → ModifiersCache
  24. def onRemove(key: K): Unit
    Attributes
    protected
    Definition Classes
    ModifiersCache
  25. val parentIdCache: Map[K, V]
    Attributes
    protected
  26. def popCandidate(history: HR): Option[V]
    Definition Classes
    ParentIdModifiersCache → ModifiersCache
  27. def put(key: K, value: V): Unit
    Definition Classes
    ParentIdModifiersCache → ModifiersCache
  28. def remove(key: K): Option[V]
    Definition Classes
    ParentIdModifiersCache → ModifiersCache
  29. def size: Int
    Definition Classes
    ModifiersCache
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from DefaultModifiersCache[PMOD, HR]

Inherited from SparkzLogging

Inherited from StrictLogging

Inherited from LRUCache[PMOD, HR]

Inherited from ModifiersCache[PMOD, HR]

Inherited from ContainsModifiers[PMOD]

Inherited from AnyRef

Inherited from Any

Ungrouped