Uses of Interface
com._1c.g5.v8.bm.common.collections.IBmLongMap
Packages that use IBmLongMap
Package
Description
-
Uses of IBmLongMap in com._1c.g5.v8.bm.common.collections
Classes in com._1c.g5.v8.bm.common.collections that implement IBmLongMapModifier and TypeClassDescriptionclass
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.class
A Long map with segment synchronization.Methods in com._1c.g5.v8.bm.common.collections with parameters of type IBmLongMapModifier and TypeMethodDescriptiondefault void
IBmLongMap.putAll
(IBmLongMap<V> values) Copies all of the mappings from the specified map to this map. -
Uses of IBmLongMap in com._1c.g5.v8.bm.core.event
Methods in com._1c.g5.v8.bm.core.event that return IBmLongMapModifier and TypeMethodDescriptionBmEvent.getChangeEvents()
Gets sub-events representing changes.Constructors in com._1c.g5.v8.bm.core.event with parameters of type IBmLongMapModifierConstructorDescriptionBmEvent
(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 -
Uses of IBmLongMap in com._1c.g5.v8.bm.store.internal.index
Methods in com._1c.g5.v8.bm.store.internal.index with parameters of type IBmLongMapModifier and TypeMethodDescriptionvoid
DurableLongIndex.putAll
(IBmLongMap<P> map) void
LongIndex.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 IBmLongMapModifier and TypeMethodDescriptionprotected abstract boolean
AbstractBmRefresher.needRefresh
(IBmModel model, IBmObject[] objects, IBmLongMap<BmChangeEvent> changeEvents) Returnstrue
if refresh is needed for the specifiedevent
. -
Uses of IBmLongMap in com._1c.g5.v8.dt.internal.md.ui.editors.configuration
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.configuration with parameters of type IBmLongMapModifier and TypeMethodDescriptionprotected void
ConfigurationEditor.processChangeEvent
(IBmLongMap<BmChangeEvent> changeEvents) -
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 IBmLongMapModifier and TypeMethodDescriptionprotected void
DtGranularEditor.processChangeEvent
(IBmLongMap<BmChangeEvent> changeEvents) Process change events.