Uses of Enum Class
org.netxms.client.constants.AgentCacheMode
Packages that use AgentCacheMode
Package
Description
- 
Uses of AgentCacheMode in org.netxms.clientMethods in org.netxms.client that return AgentCacheModeModifier and TypeMethodDescriptionNXCObjectModificationData.getAgentCacheMode()Get agent cache modeMethods in org.netxms.client with parameters of type AgentCacheModeModifier and TypeMethodDescriptionvoidNXCObjectModificationData.setAgentCacheMode(AgentCacheMode agentCacheMode) Set agent cache mode
- 
Uses of AgentCacheMode in org.netxms.client.constantsMethods in org.netxms.client.constants that return AgentCacheModeModifier and TypeMethodDescriptionstatic AgentCacheModeAgentCacheMode.getByValue(int value) Get enum element by integer valuestatic AgentCacheModeReturns the enum constant of this class with the specified name.static AgentCacheMode[]AgentCacheMode.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of AgentCacheMode in org.netxms.client.datacollectionMethods in org.netxms.client.datacollection that return AgentCacheModeMethods in org.netxms.client.datacollection with parameters of type AgentCacheMode
- 
Uses of AgentCacheMode in org.netxms.client.objectsFields in org.netxms.client.objects declared as AgentCacheModeMethods in org.netxms.client.objects that return AgentCacheModeModifier and TypeMethodDescriptionAbstractNode.getAgentCacheMode()AccessPoint.getAgentCacheMode()BaseBusinessService.getAgentCacheMode()Circuit.getAgentCacheMode()Cluster.getAgentCacheMode()Collector.getAgentCacheMode()Container.getAgentCacheMode()DashboardBase.getAgentCacheMode()NetworkMap.getAgentCacheMode()Sensor.getAgentCacheMode()Template.getAgentCacheMode()WirelessDomain.getAgentCacheMode()
- 
Uses of AgentCacheMode in org.netxms.client.objects.interfacesMethods in org.netxms.client.objects.interfaces that return AgentCacheMode