public static enum AgentXSharedMOTableSupport.IndexStrategy extends Enum<AgentXSharedMOTableSupport.IndexStrategy>
Enum Constant and Description |
---|
alwaysAnySubIndex
Always allocate any sub-index values and do not hold a local reference
count for allocated sub-indexes.
|
alwaysFirstSubIndex
Always allocate the first sub-index only and do not hold a local reference
count for allocated sub-indexes.
|
anyNonAllocatedSubIndex
Allocate for all sub-indexes of a row index as long as the sub-index
value has not yet been allocated by this shared table support instance.
|
firstSubIndexOnly
Only allocate an index value for the first sub-index of a row at the
master agent.
|
noIndexAllocation
Do not allocate any indexes at the master agent.
|
Modifier and Type | Method and Description |
---|---|
static AgentXSharedMOTableSupport.IndexStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentXSharedMOTableSupport.IndexStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentXSharedMOTableSupport.IndexStrategy noIndexAllocation
public static final AgentXSharedMOTableSupport.IndexStrategy firstSubIndexOnly
public static final AgentXSharedMOTableSupport.IndexStrategy anyNonAllocatedSubIndex
public static final AgentXSharedMOTableSupport.IndexStrategy alwaysFirstSubIndex
public static final AgentXSharedMOTableSupport.IndexStrategy alwaysAnySubIndex
public static AgentXSharedMOTableSupport.IndexStrategy[] values()
for (AgentXSharedMOTableSupport.IndexStrategy c : AgentXSharedMOTableSupport.IndexStrategy.values()) System.out.println(c);
public static AgentXSharedMOTableSupport.IndexStrategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 SNMP4J.org. All rights reserved.