public class

PerfDataBuffer

extends AbstractPerfDataBuffer
java.lang.Object
   ↳ sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
     ↳ sun.jvmstat.perfdata.monitor.protocol.file.PerfDataBuffer

Class Overview

The concrete PerfDataBuffer implementation for the file: protocol for the HotSpot PerfData monitoring implemetation.

This class is responsible for acquiring access to the instrumentation buffer stored in a file referenced by a file URI.

Summary

[Expand]
Inherited Fields
From class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
Public Constructors
PerfDataBuffer(VmIdentifier vmid)
Create a PerfDataBuffer instance for accessing the specified instrumentation buffer.
[Expand]
Inherited Methods
From class sun.jvmstat.perfdata.monitor.AbstractPerfDataBuffer
From class java.lang.Object

Public Constructors

public PerfDataBuffer (VmIdentifier vmid)

Create a PerfDataBuffer instance for accessing the specified instrumentation buffer.

Parameters
vmid the file: URI to the instrumentation buffer file