Uses of Class
com.sun.enterprise.web.connector.grizzly.PipelineStatistic

Packages that use PipelineStatistic
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.blocking   
 

Uses of PipelineStatistic in com.sun.enterprise.web.connector.grizzly
 

Fields in com.sun.enterprise.web.connector.grizzly declared as PipelineStatistic
protected  PipelineStatistic KeepAlivePipeline.pipelineStat
          The PipelineStatistic objects used when gathering statistics.
protected  PipelineStatistic LinkedListPipeline.pipelineStat
          The PipelineStatistic objects used when gathering statistics.
protected  PipelineStatistic SelectorThread.pipelineStat
          Placeholder for Pipeline statistic.
protected  PipelineStatistic ThreadPoolExecutorPipeline.pipelineStat
          The PipelineStatistic objects used when gathering statistics.
 

Methods in com.sun.enterprise.web.connector.grizzly that return PipelineStatistic
 PipelineStatistic SelectorThread.getPipelineStat()
           
 PipelineStatistic KeepAlivePipeline.getPipelineStatistic()
          Return the PipelineStatistic object used to gather statistic;
 PipelineStatistic LinkedListPipeline.getPipelineStatistic()
          Return the PipelineStatistic object used to gather statistic;
 PipelineStatistic Pipeline.getPipelineStatistic()
          Return the PipelineStatistic object used to gather statistic;
 PipelineStatistic ThreadPoolExecutorPipeline.getPipelineStatistic()
          Return the PipelineStatistic object used to gather statistic;
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type PipelineStatistic
 void SelectorThread.setPipelineStat(PipelineStatistic pipelineStat)
           
 void KeepAlivePipeline.setPipelineStatistic(PipelineStatistic pipelineStatistic)
          Set the PipelineStatistic object used to gather statistic;
 void LinkedListPipeline.setPipelineStatistic(PipelineStatistic pipelineStatistic)
          Set the PipelineStatistic object used to gather statistic;
 void Pipeline.setPipelineStatistic(PipelineStatistic pipelineStatistic)
          Set the PipelineStatistic object used to gather statistic;
 void ThreadPoolExecutorPipeline.setPipelineStatistic(PipelineStatistic pipelineStatistic)
          Set the PipelineStatistic object used to gather statistic;
 

Uses of PipelineStatistic in com.sun.enterprise.web.connector.grizzly.blocking
 

Fields in com.sun.enterprise.web.connector.grizzly.blocking declared as PipelineStatistic
protected  PipelineStatistic ReadBlockingTask.pipelineStat
          The PipelineStatistic objects used when gathering statistics.
 

Methods in com.sun.enterprise.web.connector.grizzly.blocking that return PipelineStatistic
 PipelineStatistic ReadBlockingTask.getPipelineStatistic()
          Return the PipelineStatistic object used to gather statistic;
 

Methods in com.sun.enterprise.web.connector.grizzly.blocking with parameters of type PipelineStatistic
 void ReadBlockingTask.setPipelineStatistic(PipelineStatistic pipelineStatistic)
          Set the PipelineStatistic object used to gather statistic;
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.