Package | com.pcbsys.nirvana.client |
Class | public class nQueueDetails |
Inheritance | nQueueDetails Object |
Public Properties
Property | Defined By | ||
---|---|---|---|
firstEventTime : Long [read-only]
Retrieves the time stamp of the first event in this queue
| nQueueDetails | ||
lastEventTime : Long [read-only]
Retrieves the time stamp of the last event in this queue
| nQueueDetails | ||
noOfEvents : int [read-only]
Retrieves the total number of events in this queue
| nQueueDetails | ||
noOfReaders : int [read-only]
Retrieves the total number of readers on this queue
| nQueueDetails | ||
totalSize : Long [read-only]
Retrieves the total size in bytes the queue currently consumes
| nQueueDetails |
Property Detail
firstEventTime | property |
firstEventTime:Long
[read-only] Retrieves the time stamp of the first event in this queue
Implementation
public function get firstEventTime():Long
lastEventTime | property |
lastEventTime:Long
[read-only] Retrieves the time stamp of the last event in this queue
Implementation
public function get lastEventTime():Long
noOfEvents | property |
noOfEvents:int
[read-only] Retrieves the total number of events in this queue
Implementation
public function get noOfEvents():int
noOfReaders | property |
noOfReaders:int
[read-only] Retrieves the total number of readers on this queue
Implementation
public function get noOfReaders():int
totalSize | property |
totalSize:Long
[read-only] Retrieves the total size in bytes the queue currently consumes
Implementation
public function get totalSize():Long