Interface LldpRemoteStatisticsType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
LldpRemoteStatisticsTypeNode
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the LastChangeTime Node.Get the LastChangeTimeBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetLastChangeTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RemoteAgeouts Node.Get the RemoteAgeoutsBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetRemoteAgeoutsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RemoteDeletes Node.Get the RemoteDeletesBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetRemoteDeletesNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RemoteDrops Node.Get the RemoteDropsBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetRemoteDropsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the RemoteInserts Node.Get the RemoteInsertsBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetRemoteInsertsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the LastChangeTime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofreadLastChangeTime().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the RemoteAgeouts Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofreadRemoteAgeouts().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the RemoteDeletes Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofreadRemoteDeletes().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the RemoteDrops Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofreadRemoteDrops().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the RemoteInserts Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofreadRemoteInserts().voidsetLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the LastChangeTime Node.voidsetRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RemoteAgeouts Node.voidsetRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RemoteDeletes Node.voidsetRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RemoteDrops Node.voidsetRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the RemoteInserts Node.voidwriteLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the LastChangeTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastChangeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the RemoteAgeouts Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRemoteAgeoutsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the RemoteDeletes Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRemoteDeletesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the RemoteDrops Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRemoteDropsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the RemoteInserts Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRemoteInsertsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).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, setEventNotifier
-
Method Details
-
getLastChangeTime
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getLastChangeTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the LastChangeTime Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastChangeTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastChangeTime Node.
-
setLastChangeTime
void setLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the LastChangeTime Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastChangeTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastChangeTime Node.
-
readLastChangeTime
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readLastChangeTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the LastChangeTime Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastChangeTime
void writeLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastChangeTime Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastChangeTimeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readLastChangeTimeAsync()An asynchronous implementation ofreadLastChangeTime().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastChangeTimeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastChangeTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteLastChangeTime(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastChangeTimeNode
Get the LastChangeTimeBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastChangeTime
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastChangeTimeNodeAsync
CompletableFuture<? extends BaseDataVariableType> getLastChangeTimeNodeAsync()Asynchronous implementation ofgetLastChangeTimeNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRemoteInserts
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRemoteInserts() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the RemoteInserts Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the RemoteInserts Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteInserts Node.
-
setRemoteInserts
void setRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the RemoteInserts Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the RemoteInserts Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteInserts Node.
-
readRemoteInserts
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRemoteInserts() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the RemoteInserts Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRemoteInserts
void writeRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the RemoteInserts Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRemoteInsertsAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRemoteInsertsAsync()An asynchronous implementation ofreadRemoteInserts().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRemoteInsertsAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRemoteInsertsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteRemoteInserts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRemoteInsertsNode
Get the RemoteInsertsBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the RemoteInserts
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRemoteInsertsNodeAsync
CompletableFuture<? extends BaseDataVariableType> getRemoteInsertsNodeAsync()Asynchronous implementation ofgetRemoteInsertsNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRemoteDeletes
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRemoteDeletes() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the RemoteDeletes Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the RemoteDeletes Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteDeletes Node.
-
setRemoteDeletes
void setRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the RemoteDeletes Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the RemoteDeletes Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteDeletes Node.
-
readRemoteDeletes
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRemoteDeletes() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the RemoteDeletes Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRemoteDeletes
void writeRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the RemoteDeletes Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRemoteDeletesAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRemoteDeletesAsync()An asynchronous implementation ofreadRemoteDeletes().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRemoteDeletesAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRemoteDeletesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteRemoteDeletes(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRemoteDeletesNode
Get the RemoteDeletesBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the RemoteDeletes
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRemoteDeletesNodeAsync
CompletableFuture<? extends BaseDataVariableType> getRemoteDeletesNodeAsync()Asynchronous implementation ofgetRemoteDeletesNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRemoteDrops
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRemoteDrops() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the RemoteDrops Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the RemoteDrops Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteDrops Node.
-
setRemoteDrops
void setRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the RemoteDrops Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the RemoteDrops Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteDrops Node.
-
readRemoteDrops
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRemoteDrops() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the RemoteDrops Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRemoteDrops
void writeRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the RemoteDrops Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRemoteDropsAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRemoteDropsAsync()An asynchronous implementation ofreadRemoteDrops().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRemoteDropsAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRemoteDropsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteRemoteDrops(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRemoteDropsNode
Get the RemoteDropsBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the RemoteDrops
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRemoteDropsNodeAsync
CompletableFuture<? extends BaseDataVariableType> getRemoteDropsNodeAsync()Asynchronous implementation ofgetRemoteDropsNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRemoteAgeouts
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getRemoteAgeouts() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the RemoteAgeouts Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the RemoteAgeouts Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteAgeouts Node.
-
setRemoteAgeouts
void setRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the RemoteAgeouts Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the RemoteAgeouts Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RemoteAgeouts Node.
-
readRemoteAgeouts
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readRemoteAgeouts() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the RemoteAgeouts Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRemoteAgeouts
void writeRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the RemoteAgeouts Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRemoteAgeoutsAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readRemoteAgeoutsAsync()An asynchronous implementation ofreadRemoteAgeouts().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRemoteAgeoutsAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRemoteAgeoutsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteRemoteAgeouts(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRemoteAgeoutsNode
Get the RemoteAgeoutsBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the RemoteAgeouts
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRemoteAgeoutsNodeAsync
CompletableFuture<? extends BaseDataVariableType> getRemoteAgeoutsNodeAsync()Asynchronous implementation ofgetRemoteAgeoutsNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-