public class LazyRelationMap extends java.lang.Object implements java.io.Serializable, LazyMapI
Constructor and Description |
---|
LazyRelationMap(BO _parentBO,
java.lang.String _attributeName) |
LazyRelationMap(java.util.Collection r,
BO _parentBO,
java.lang.String _attributeName) |
LazyRelationMap(java.util.TreeMap t,
BO _parentBO,
java.lang.String _attributeName) |
Modifier and Type | Method and Description |
---|---|
void |
__unlazy(java.util.concurrent.CompletableFuture future,
java.util.TreeMap rm) |
void |
addRelationObject(BO value) |
void |
clear()
Removes all mappings from this map (optional operation, currently unsupported).
|
boolean |
clearLazyChanges()
Clears out any lazy changes persisted in this, still lazy, map.
|
boolean |
containsKey(java.lang.Object key)
Returns true if this map contains a mapping for the specified key.
|
boolean |
containsValue(java.lang.Object value)
Returns true if this map maps one or more keys to the specified value.
|
java.lang.String |
debugCtx() |
java.util.Set |
entrySet()
Returns a set view of the mappings contained in this map.
|
java.lang.Object |
get(java.lang.Object key)
Returns the value to which this map maps the specified key.
|
java.lang.String |
getAttributeName()
The attribute name this LazyRelationMap is accessible from its parent BO
|
java.util.Collection |
getCollection() |
java.lang.Object |
getFutureResultNT(java.util.concurrent.Future f,
java.lang.String reason) |
RetainedChanges |
getLazyChanges() |
BO |
getParentBO()
The parent BO for this LazyRelationMap
|
boolean |
hasEssentialInfos() |
boolean |
hasLazyChanges() |
boolean |
isEmpty()
Returns true if this map contains no key-value mappings.
|
boolean |
isLazy()
Returns true if the map has not yet been populated with values.
|
boolean |
isUnLazyBeforeTransport() |
boolean |
isUnlazyFailed() |
java.util.Set |
keySet()
Returns a set view of the keys contained in this map.
|
int |
lazySize()
Returns the number of key-value mappings in this map without necessarily unlazying it.
|
java.util.Collection |
pgetCollection()
this method is exclusively used in Castor context
|
java.lang.Object |
probabilityContainer(java.lang.String reason,
boolean readonly)
This routine is similar to the containsKey method, but it is "probably", i.e. not 100% sure.
|
boolean |
probablyContainsKey(java.lang.Object key,
boolean ifLazy)
The difficult thing about this routine is that it is ALWAYS called by the BOs
to fill the dilateral Collections and to manage them mutually.
|
boolean |
probablyContainsValue(java.lang.Object value,
boolean ifLazy) |
java.lang.Object |
probablyGet(java.lang.Object key)
Here we are not really interested in the LazyColl.
|
void |
probablyPut(java.lang.Object key,
java.lang.Object value)
For put and get we must always inform a lazyColl, if it is usable.
|
void |
probablyRemove(java.lang.Object key,
java.lang.Object value) |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Associates the specified value with the specified key in this map (optional operation).
|
void |
putAll(java.util.Map t)
Copies all of the mappings from the specified map to this map (optional operation).
|
java.lang.Object |
remove(java.lang.Object key)
Removes the mapping for this key from this map if it is present (optional operation).
|
void |
removeRelationObject(BO value) |
boolean |
resetFailedUnlazy()
Resets an exceptionally failed CompletableFuture and resets the VALUE to be null (lazy) again.
|
void |
setUnLazyBeforeTransport(boolean $13) |
int |
size()
Returns the number of key-value mappings in this map.
|
int |
sizeFast()
Deprecated.
replaced by
lazySize() |
java.lang.String |
toString() |
java.lang.String |
toString(boolean novalues) |
java.util.Map |
unLazy() |
java.util.Map |
unLazy(java.lang.String reason) |
java.util.Collection |
values()
Returns a collection view of the values contained in this map.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
lazyIsEmpty
public LazyRelationMap(BO _parentBO, java.lang.String _attributeName)
public LazyRelationMap(java.util.TreeMap t, BO _parentBO, java.lang.String _attributeName)
public LazyRelationMap(java.util.Collection r, BO _parentBO, java.lang.String _attributeName)
public java.lang.String getAttributeName()
public BO getParentBO()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(boolean novalues)
public java.lang.String debugCtx()
public boolean hasEssentialInfos()
public boolean isLazy()
public boolean isUnlazyFailed()
public boolean resetFailedUnlazy()
public boolean hasLazyChanges()
public RetainedChanges getLazyChanges()
public boolean clearLazyChanges()
public java.util.Map unLazy()
public java.util.Map unLazy(java.lang.String reason)
public java.lang.Object getFutureResultNT(java.util.concurrent.Future f, java.lang.String reason)
public void __unlazy(java.util.concurrent.CompletableFuture future, java.util.TreeMap rm)
public java.util.Collection pgetCollection()
public java.util.Collection getCollection()
public void clear()
clear
in interface java.util.Map
public boolean containsKey(java.lang.Object key)
containsKey
in interface java.util.Map
public boolean containsValue(java.lang.Object value)
containsValue
in interface java.util.Map
public java.util.Set entrySet()
entrySet
in interface java.util.Map
public java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map
public boolean isEmpty()
isEmpty
in interface java.util.Map
public java.util.Set keySet()
keySet
in interface java.util.Map
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
put
in interface java.util.Map
public void putAll(java.util.Map t)
putAll
in interface java.util.Map
public java.lang.Object remove(java.lang.Object key)
remove
in interface java.util.Map
public int size()
size
in interface java.util.Map
public java.util.Collection values()
values
in interface java.util.Map
public java.lang.Object probabilityContainer(java.lang.String reason, boolean readonly)
public boolean probablyContainsKey(java.lang.Object key, boolean ifLazy)
public boolean probablyContainsValue(java.lang.Object value, boolean ifLazy)
public java.lang.Object probablyGet(java.lang.Object key)
public void probablyPut(java.lang.Object key, java.lang.Object value)
public void probablyRemove(java.lang.Object key, java.lang.Object value)
public int lazySize()
@Deprecated public int sizeFast()
lazySize()
public void addRelationObject(BO value)
public void removeRelationObject(BO value)
public boolean isUnLazyBeforeTransport()
public void setUnLazyBeforeTransport(boolean $13)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.