Uses of Class
org.netxms.client.constants.AgentCacheMode
-
Packages that use AgentCacheMode Package Description org.netxms.client org.netxms.client.constants org.netxms.client.datacollection org.netxms.client.objects -
-
Uses of AgentCacheMode in org.netxms.client
Methods in org.netxms.client that return AgentCacheMode Modifier and Type Method Description AgentCacheModeNXCObjectModificationData. getAgentCacheMode()Get agent cache modeMethods in org.netxms.client with parameters of type AgentCacheMode Modifier and Type Method Description voidNXCObjectModificationData. setAgentCacheMode(AgentCacheMode agentCacheMode)Set agent cache mode -
Uses of AgentCacheMode in org.netxms.client.constants
Methods in org.netxms.client.constants that return AgentCacheMode Modifier and Type Method Description static AgentCacheModeAgentCacheMode. getByValue(int value)Get enum element by integer valuestatic AgentCacheModeAgentCacheMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentCacheMode[]AgentCacheMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AgentCacheMode in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection that return AgentCacheMode Modifier and Type Method Description AgentCacheModeDataCollectionObject. getCacheMode()Methods in org.netxms.client.datacollection with parameters of type AgentCacheMode Modifier and Type Method Description voidDataCollectionObject. setCacheMode(AgentCacheMode mode) -
Uses of AgentCacheMode in org.netxms.client.objects
Fields in org.netxms.client.objects declared as AgentCacheMode Modifier and Type Field Description protected AgentCacheModeAbstractNode. agentCacheModeMethods in org.netxms.client.objects that return AgentCacheMode Modifier and Type Method Description AgentCacheModeAbstractNode. getAgentCacheMode()AgentCacheModeCluster. getAgentCacheMode()AgentCacheModePollingTarget. getAgentCacheMode()Get agent cache mode.AgentCacheModeSensor. getAgentCacheMode()
-