java.lang.Object
org.eclipse.milo.opcua.sdk.client.NodeCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanonicalize(UaNode node) Canonicalizenodein the NodeCache and return it.@Nullable UaNodegetIfPresent(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId) voidinvalidate(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId) void
-
Constructor Details
-
NodeCache
public NodeCache() -
NodeCache
-
-
Method Details
-
canonicalize
Canonicalizenodein the NodeCache and return it.If a canonical
UaNodeby the sameNodeIdalready exists that instance is returned.- Parameters:
node- theUaNodeto canonicalize.- Returns:
- the canonical node instance.
-
getIfPresent
-
put
-
invalidate
public void invalidate(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId)
-