Uses of Interface
com._1c.g5.v8.bm.common.collections.IBmLongMap
-
Packages that use IBmLongMap Package Description com._1c.g5.v8.bm.common.collections com._1c.g5.v8.bm.core.event com._1c.g5.v8.bm.store com._1c.g5.v8.dt.aef2.bm.refresher com._1c.g5.v8.dt.md.ui.editor.base -
-
Uses of IBmLongMap in com._1c.g5.v8.bm.common.collections
Classes in com._1c.g5.v8.bm.common.collections that implement IBmLongMap Modifier and Type Class Description classBmLongHashMap<V>This code is adoption of 'HashMap' from Apache Harmony refactored to support primitive long keys.
This implementation doesn't support removal of entries via itearator.classBmLongSegmentSyncMap<T>A Long map with segment synchronization. -
Uses of IBmLongMap in com._1c.g5.v8.bm.core.event
Methods in com._1c.g5.v8.bm.core.event that return IBmLongMap Modifier and Type Method Description IBmLongMap<BmChangeEvent>BmEvent. getChangeEvents()Gets sub-events representing changes.Constructors in com._1c.g5.v8.bm.core.event with parameters of type IBmLongMap Constructor Description BmEvent(long timestamp, Object operationId, Object serviceId, IBmNamespace namespace, BmAssociationEvent associationEvent, IBmLongMap<BmChangeEvent> changeEvents, BmBlobEvent blobEvent)Constructs a new instance with the given parameters. -
Uses of IBmLongMap in com._1c.g5.v8.bm.store
Methods in com._1c.g5.v8.bm.store with parameters of type IBmLongMap Modifier and Type Method Description voidIBmLongPersistentIndex. putAll(IBmLongMap<P> map) -
Uses of IBmLongMap in com._1c.g5.v8.dt.aef2.bm.refresher
Methods in com._1c.g5.v8.dt.aef2.bm.refresher with parameters of type IBmLongMap Modifier and Type Method Description protected abstract booleanAbstractBmRefresher. needRefresh(IBmModel model, IBmObject[] objects, IBmLongMap<BmChangeEvent> changeEvents)Returnstrueif refresh is needed for the specifiedevent. -
Uses of IBmLongMap in com._1c.g5.v8.dt.md.ui.editor.base
Methods in com._1c.g5.v8.dt.md.ui.editor.base with parameters of type IBmLongMap Modifier and Type Method Description protected voidDtGranularEditor. processChangeEvent(IBmLongMap<BmChangeEvent> changeEvents)Process change events.
-