Package org.opends.server.snmp
Class DsTableEntry
- java.lang.Object
-
- org.opends.server.snmp.DsTableEntry
-
- All Implemented Interfaces:
Serializable,DsTableEntryMBean
- Direct Known Subclasses:
DsTableEntryImpl
public class DsTableEntry extends Object implements DsTableEntryMBean, Serializable
The class is used for implementing the "DsTableEntry" group. The group is defined with the following oid: 1.3.6.1.2.1.66.1.1.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerApplIndexVariable for storing the value of "ApplIndex".protected LongDsCacheEntriesVariable for storing the value of "DsCacheEntries".protected LongDsCacheHitsVariable for storing the value of "DsCacheHits".protected LongDsCopyEntriesVariable for storing the value of "DsCopyEntries".protected LongDsMasterEntriesVariable for storing the value of "DsMasterEntries".protected StringDsServerDescriptionVariable for storing the value of "DsServerDescription".protected Byte[]DsServerTypeVariable for storing the value of "DsServerType".protected LongDsSlaveHitsVariable for storing the value of "DsSlaveHits".
-
Constructor Summary
Constructors Constructor Description DsTableEntry(com.sun.management.snmp.agent.SnmpMib myMib)Constructor for the "DsTableEntry" group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetApplIndex()Getter for the "ApplIndex" variable.LonggetDsCacheEntries()Getter for the "DsCacheEntries" variable.LonggetDsCacheHits()Getter for the "DsCacheHits" variable.LonggetDsCopyEntries()Getter for the "DsCopyEntries" variable.LonggetDsMasterEntries()Getter for the "DsMasterEntries" variable.StringgetDsServerDescription()Getter for the "DsServerDescription" variable.Byte[]getDsServerType()Getter for the "DsServerType" variable.LonggetDsSlaveHits()Getter for the "DsSlaveHits" variable.
-
-
-
Field Detail
-
DsCacheHits
protected Long DsCacheHits
Variable for storing the value of "DsCacheHits". The variable is identified by: "1.3.6.1.2.1.66.1.1.6". " Number of operations that were serviced from the locally held cache."
-
DsCacheEntries
protected Long DsCacheEntries
Variable for storing the value of "DsCacheEntries". The variable is identified by: "1.3.6.1.2.1.66.1.1.5". " Number of entries cached (non-systematic copies) in the Directory Server. This will include the entries that are cached partially. The negative cache is not counted."
-
DsCopyEntries
protected Long DsCopyEntries
Variable for storing the value of "DsCopyEntries". The variable is identified by: "1.3.6.1.2.1.66.1.1.4". " Number of entries for which systematic (slave) copies are maintained in the Directory Server."
-
DsMasterEntries
protected Long DsMasterEntries
Variable for storing the value of "DsMasterEntries". The variable is identified by: "1.3.6.1.2.1.66.1.1.3". " Number of entries mastered in the Directory Server."
-
DsServerDescription
protected String DsServerDescription
Variable for storing the value of "DsServerDescription". The variable is identified by: "1.3.6.1.2.1.66.1.1.2". "A text description of the application. This information is intended to identify and briefly describe the application in a status display."
-
DsServerType
protected Byte[] DsServerType
Variable for storing the value of "DsServerType". The variable is identified by: "1.3.6.1.2.1.66.1.1.1". "This object indicates whether the server is a frontend or, a backend or, both. If the server is a frontend, then the frontEndDirectoryServer bit will be set. Similarly for the backend."
-
DsSlaveHits
protected Long DsSlaveHits
Variable for storing the value of "DsSlaveHits". The variable is identified by: "1.3.6.1.2.1.66.1.1.7". " Number of operations that were serviced from the locally held object replications ( copy- entries)."
-
ApplIndex
protected Integer ApplIndex
Variable for storing the value of "ApplIndex". The variable is identified by: "1.3.6.1.2.1.27.1.1.1". "An index to uniquely identify the network service application. This attribute is the index used for lexicographic ordering of the table."
-
-
Method Detail
-
getDsCacheHits
public Long getDsCacheHits() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsCacheHits" variable.- Specified by:
getDsCacheHitsin interfaceDsTableEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsCacheEntries
public Long getDsCacheEntries() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsCacheEntries" variable.- Specified by:
getDsCacheEntriesin interfaceDsTableEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsCopyEntries
public Long getDsCopyEntries() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsCopyEntries" variable.- Specified by:
getDsCopyEntriesin interfaceDsTableEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsMasterEntries
public Long getDsMasterEntries() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsMasterEntries" variable.- Specified by:
getDsMasterEntriesin interfaceDsTableEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsServerDescription
public String getDsServerDescription() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsServerDescription" variable.- Specified by:
getDsServerDescriptionin interfaceDsTableEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsServerType
public Byte[] getDsServerType() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsServerType" variable.- Specified by:
getDsServerTypein interfaceDsTableEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsSlaveHits
public Long getDsSlaveHits() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsSlaveHits" variable.- Specified by:
getDsSlaveHitsin interfaceDsTableEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getApplIndex
public Integer getApplIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "ApplIndex" variable.- Specified by:
getApplIndexin interfaceDsTableEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
-