deprecated-list.html
来自「测试工具jmeter可用来进行性能测试」· HTML 代码 · 共 322 行 · 第 1/2 页
HTML
322 行
<I>use the getSampler(HashMap pageEncodings, HashMap formEncodings) instead, since
that properly handles the encodings of the page</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/save/CSVSaveService.html#makeResultFromDelimitedString(java.lang.String, org.apache.jmeter.samplers.SampleSaveConfiguration, long)">org.apache.jmeter.save.CSVSaveService.makeResultFromDelimitedString(String, SampleSaveConfiguration, long)</A>
<BR>
<I>Does not handle quoted strings; use <A HREF="org/apache/jmeter/save/CSVSaveService.html#processSamples(java.lang.String, org.apache.jmeter.visualizers.Visualizer, org.apache.jmeter.reporters.ResultCollector)"><CODE>CSVSaveService.processSamples(String, Visualizer, ResultCollector)</CODE></A> instead</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/testbeans/TestBeanHelper.html#prepare(org.apache.jmeter.testelement.TestElement)">org.apache.jmeter.testbeans.TestBeanHelper.prepare(TestElement)</A>
<BR>
<I>to limit it's usage in expectation of moving it elsewhere.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setFileField(java.lang.String)">org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.setFileField(String)</A>
<BR>
<I>use setHTTPFiles() instead</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setFilename(java.lang.String)">org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.setFilename(String)</A>
<BR>
<I>use setHTTPFiles() instead</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#setMimetype(java.lang.String)">org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.setMimetype(String)</A>
<BR>
<I>use setHTTPFiles() instead</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/samplers/SampleResult.html#setResponseData(java.lang.String)">org.apache.jmeter.samplers.SampleResult.setResponseData(String)</A>
<BR>
<I>- only intended for use from BeanShell code</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/samplers/SampleResult.html#setTime(long)">org.apache.jmeter.samplers.SampleResult.setTime(long)</A>
<BR>
<I>use sampleStart() and sampleEnd() instead</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jorphan/util/JOrphanUtils.html#valueOf(boolean)">org.apache.jorphan.util.JOrphanUtils.valueOf(boolean)</A>
<BR>
<I>use Boolean.valueOf(boolean)</I> </TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Deprecated Constructors</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/assertions/AssertionResult.html#AssertionResult()">org.apache.jmeter.assertions.AssertionResult()</A>
<BR>
<I>- use the named constructor</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/exceptions/IllegalUserActionException.html#IllegalUserActionException()">org.apache.jmeter.exceptions.IllegalUserActionException()</A>
<BR>
<I>- use IllegalUserActionException(String)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/gui/tree/JMeterTreeModel.html#JMeterTreeModel(java.lang.Object)">org.apache.jmeter.gui.tree.JMeterTreeModel(Object)</A>
<BR>
<I>- only for use by JMeter class!</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/gui/MainFrame.html#MainFrame()">org.apache.jmeter.gui.MainFrame()</A>
<BR>
<I>Do not use - only needed for JUnit tests</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/visualizers/MonitorGraph.html#MonitorGraph()">org.apache.jmeter.visualizers.MonitorGraph()</A>
<BR>
<I>Only for use in unit testing</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/visualizers/MonitorHealthPanel.html#MonitorHealthPanel()">org.apache.jmeter.visualizers.MonitorHealthPanel()</A>
<BR>
<I>Only for use in unit testing</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/visualizers/MonitorPerformancePanel.html#MonitorPerformancePanel()">org.apache.jmeter.visualizers.MonitorPerformancePanel()</A>
<BR>
<I>Only for use in unit testing</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/protocol/http/config/MultipartUrlConfig.html#MultipartUrlConfig()">org.apache.jmeter.protocol.http.config.MultipartUrlConfig()</A>
<BR>
<I>only for use by unit tests</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/visualizers/ServerPanel.html#ServerPanel()">org.apache.jmeter.visualizers.ServerPanel()</A>
<BR>
<I>Only for use in unit testing</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html#StatisticalSampleResult(long, long)">org.apache.jmeter.samplers.StatisticalSampleResult(long, long)</A>
<BR>
<I>Needs to be replaced when multiple sample results are sorted out</I> </TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Apache JMeter</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" target="_top"><B>FRAMES</B></A>
<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 1998-2008 Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?