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 Integer
ApplIndex
Variable for storing the value of "ApplIndex".protected Long
DsCacheEntries
Variable for storing the value of "DsCacheEntries".protected Long
DsCacheHits
Variable for storing the value of "DsCacheHits".protected Long
DsCopyEntries
Variable for storing the value of "DsCopyEntries".protected Long
DsMasterEntries
Variable for storing the value of "DsMasterEntries".protected String
DsServerDescription
Variable for storing the value of "DsServerDescription".protected Byte[]
DsServerType
Variable for storing the value of "DsServerType".protected Long
DsSlaveHits
Variable 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 Integer
getApplIndex()
Getter for the "ApplIndex" variable.Long
getDsCacheEntries()
Getter for the "DsCacheEntries" variable.Long
getDsCacheHits()
Getter for the "DsCacheHits" variable.Long
getDsCopyEntries()
Getter for the "DsCopyEntries" variable.Long
getDsMasterEntries()
Getter for the "DsMasterEntries" variable.String
getDsServerDescription()
Getter for the "DsServerDescription" variable.Byte[]
getDsServerType()
Getter for the "DsServerType" variable.Long
getDsSlaveHits()
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:
getDsCacheHits
in interfaceDsTableEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsCacheEntries
public Long getDsCacheEntries() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsCacheEntries" variable.- Specified by:
getDsCacheEntries
in interfaceDsTableEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsCopyEntries
public Long getDsCopyEntries() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsCopyEntries" variable.- Specified by:
getDsCopyEntries
in interfaceDsTableEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsMasterEntries
public Long getDsMasterEntries() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsMasterEntries" variable.- Specified by:
getDsMasterEntries
in interfaceDsTableEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsServerDescription
public String getDsServerDescription() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsServerDescription" variable.- Specified by:
getDsServerDescription
in interfaceDsTableEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsServerType
public Byte[] getDsServerType() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsServerType" variable.- Specified by:
getDsServerType
in interfaceDsTableEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsSlaveHits
public Long getDsSlaveHits() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsSlaveHits" variable.- Specified by:
getDsSlaveHits
in interfaceDsTableEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getApplIndex
public Integer getApplIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "ApplIndex" variable.- Specified by:
getApplIndex
in interfaceDsTableEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
-