class RecordAllPropertyStoreTracer extends PropertyStoreTracer
- Alphabetic
- By Inheritance
- RecordAllPropertyStoreTracer
- PropertyStoreTracer
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new RecordAllPropertyStoreTracer()
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
- def allEvents: List[StoreEvent]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
delayedNotification(newEPS: SomeEPS): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val eventCounter: AtomicInteger
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
firstException(t: Throwable): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
def
force(e: Entity, pkId: Int): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
def
forceForComputedEPK(e: Entity, pkId: Int): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
handlingResult(r: PropertyComputationResult, forceEvaluation: Boolean, epksWithNotYetNotifiedDependers: Set[SomeEPK]): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
immediateDependeeUpdate(e: Entity, pk: SomePropertyKey, processedDependee: SomeEOptionP, currentDependee: SomeEPS, updateAndNotifyState: UpdateAndNotifyState): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
metaInformationDeleted(finalEP: SomeFinalEP): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
notification(newEPS: SomeEPS, dependerEPK: SomeEPK): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
reachedQuiescence(): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
def
schedulingLazyComputation(e: Entity, pkId: Int): Unit
Called if a lazy or fallback computation is eventually scheduled.
Called if a lazy or fallback computation is eventually scheduled.
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def toTxt: String
-
def
update(oldEPS: SomeEPS, newEPS: SomeEPS): Unit
Called when a property is updated.
Called when a property is updated.
- oldEPS
The old value of the property; may be null.
- newEPS
The new value of the property.
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
def
uselessPartialResult(r: SomePartialResult, oldEOptionP: SomeEOptionP): Unit
- Definition Classes
- RecordAllPropertyStoreTracer → PropertyStoreTracer
-
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
- @native() @throws( ... )
- def writeAsTxt: File
- def writeAsTxtAndOpen: File