Interface PubSubDiagnosticsDataSetWriterType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode,PubSubDiagnosticsType
- All Known Implementing Classes:
PubSubDiagnosticsDataSetWriterTypeNode
-
Method Summary
Modifier and TypeMethodDescriptionGet the CountersBaseObjectTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseObjectType>Asynchronous implementation ofgetCountersNode().Get the LiveValuesBaseObjectTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseObjectType>Asynchronous implementation ofgetLiveValuesNode().Methods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifierMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.PubSubDiagnosticsType
getDiagnosticsLevel, getDiagnosticsLevelNode, getDiagnosticsLevelNodeAsync, getSubError, getSubErrorNode, getSubErrorNodeAsync, getTotalError, getTotalErrorNode, getTotalErrorNodeAsync, getTotalInformation, getTotalInformationNode, getTotalInformationNodeAsync, readDiagnosticsLevel, readDiagnosticsLevelAsync, readSubError, readSubErrorAsync, readTotalError, readTotalErrorAsync, readTotalInformation, readTotalInformationAsync, setDiagnosticsLevel, setSubError, setTotalError, setTotalInformation, writeDiagnosticsLevel, writeDiagnosticsLevelAsync, writeSubError, writeSubErrorAsync, writeTotalError, writeTotalErrorAsync, writeTotalInformation, writeTotalInformationAsync
-
Method Details
-
getCountersNode
Get the CountersBaseObjectTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getCountersNodein interfacePubSubDiagnosticsType- Returns:
- the Counters
BaseObjectTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getCountersNodeAsync
CompletableFuture<? extends BaseObjectType> getCountersNodeAsync()Asynchronous implementation ofgetCountersNode().- Specified by:
getCountersNodeAsyncin interfacePubSubDiagnosticsType- Returns:
- a CompletableFuture that completes successfully with the BaseObjectType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLiveValuesNode
Get the LiveValuesBaseObjectTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getLiveValuesNodein interfacePubSubDiagnosticsType- Returns:
- the LiveValues
BaseObjectTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLiveValuesNodeAsync
CompletableFuture<? extends BaseObjectType> getLiveValuesNodeAsync()Asynchronous implementation ofgetLiveValuesNode().- Specified by:
getLiveValuesNodeAsyncin interfacePubSubDiagnosticsType- Returns:
- a CompletableFuture that completes successfully with the BaseObjectType Node or completes exceptionally if an error occurs creating or getting the Node.
-