api-docs/0.6/kafka/producer/async/CallbackHandler.html (479 lines of code) (raw):
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>Scaladoc for kafka.producer.async.CallbackHandler</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="../../../lib/jquery.js"></script>
<link href="../../../lib/template.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
</head>
<body class="type">
<p id="owner"><a href="../../package.html" class="extype" name="kafka">kafka</a>.<a href="../package.html" class="extype" name="kafka.producer">producer</a>.<a href="package.html" class="extype" name="kafka.producer.async">async</a></p>
<div id="definition">
<img src="../../../lib/trait_big.png" />
<h1>CallbackHandler</h1>
</div>
<h4 class="signature" id="signature">
<span class="kind">trait</span>
<span class="symbol">
<span class="name">CallbackHandler</span><span class="tparams">[<span name="T">T</span>]</span><span class="result"> extends AnyRef</span>
</span>
</h4>
<div class="fullcomment" id="comment"><div class="comment cmt"><p>Callback handler APIs for use in the async producer. The purpose is to
give the user some callback handles to insert custom functionality at
various stages as the data flows through the pipeline of the async producer
</p></div>
</div>
<div id="template">
<div id="mbrsel">
<div id="ancestors">
<span class="filtertype">Inherited</span>
<ol><li class="hideall">Hide All</li><li class="showall">Show all</li></ol>
<ol id="linearization"><li class="in" name="scala.AnyRef">AnyRef</li><li class="in" name="scala.Any">Any</li></ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in">Public</li><li class="all out">All</li></ol>
</div>
</div>
<div class="members" id="values">
<h3>Value Members</h3>
<ol><li visbl="pub" name="scala.AnyRef#!=">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">!=</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div></div>
</li><li visbl="pub" name="scala.Any#!=">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt"><code>o != arg0</code> is the same as <code>!(o == (arg0))</code>.</p>
<div class="fullcomment"><div class="comment cmt"><p><code>o != arg0</code> is the same as <code>!(o == (arg0))</code>.
</p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for dis-equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>false</code> if the receiver object is equivalent to the argument; <code>true</code> otherwise.</p></dd></dl><div class="block">
attributes: final
</div><div class="block">
definition classes: Any
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef###">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef → Any
</div></div>
</li><li visbl="pub" name="scala.AnyRef#$asInstanceOf">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">$asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">()</span><span class="result">: T0</span>
</span>
</h4>
<div class="fullcomment"><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div></div>
</li><li visbl="pub" name="scala.AnyRef#$isInstanceOf">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">$isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div></div>
</li><li visbl="pub" name="scala.AnyRef#==">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">==</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt"><code>o == arg0</code> is the same as <code>if (o eq null) arg0 eq null else o.equals(arg0)</code>.</p>
<div class="fullcomment"><div class="comment cmt"><p><code>o == arg0</code> is the same as <code>if (o eq null) arg0 eq null else o.equals(arg0)</code>.
</p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code> if the receiver object is equivalent to the argument; <code>false</code> otherwise.</p></dd></dl><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div>
</div>
</li><li visbl="pub" name="scala.Any#==">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt"><code>o == arg0</code> is the same as <code>o.equals(arg0)</code>.</p>
<div class="fullcomment"><div class="comment cmt"><p><code>o == arg0</code> is the same as <code>o.equals(arg0)</code>.
</p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code> if the receiver object is equivalent to the argument; <code>false</code> otherwise.</p></dd></dl><div class="block">
attributes: final
</div><div class="block">
definition classes: Any
</div>
</div>
</li><li visbl="pub" name="kafka.producer.async.CallbackHandler#afterDequeuingExistingData">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">afterDequeuingExistingData</span><span class="params">(<span name="data">data: <a href="QueueItem.html" class="extype" name="kafka.producer.async.QueueItem">QueueItem</a>[T] = <span class="default">null</span></span>)</span><span class="result">: <span class="extype" name="scala.collection.mutable.Seq">Seq</span>[<a href="QueueItem.html" class="extype" name="kafka.producer.async.QueueItem">QueueItem</a>[T]]</span>
</span>
</h4>
<p class="shortcomment cmt">Callback to process the data item right after it has been dequeued by the
background sender thread of the asynchronous producer</p>
<div class="fullcomment"><div class="comment cmt"><p>Callback to process the data item right after it has been dequeued by the
background sender thread of the asynchronous producer</p></div><dl class="paramcmts block"><dt class="param">data</dt><dd class="cmt"><p>the data item dequeued from the async producer queue</p></dd><dt>returns</dt><dd class="cmt"><p>the processed list of data items that gets added to the data handled by the event handler
</p></dd></dl><div class="block">
attributes: abstract
</div>
</div>
</li><li visbl="pub" name="kafka.producer.async.CallbackHandler#afterEnqueue">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">afterEnqueue</span><span class="params">(<span name="data">data: <a href="QueueItem.html" class="extype" name="kafka.producer.async.QueueItem">QueueItem</a>[T] = <span class="default">null.asInstanceOf[kafka.producer.async.QueueItem[T]]</span></span>, <span name="added">added: <span class="extype" name="scala.Boolean">Boolean</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Callback to process the data right after it enters the batching queue
of the asynchronous producer</p>
<div class="fullcomment"><div class="comment cmt"><p>Callback to process the data right after it enters the batching queue
of the asynchronous producer</p></div><dl class="paramcmts block"><dt class="param">data</dt><dd class="cmt"><p>the data sent to the producer</p></dd><dt class="param">added</dt><dd class="cmt"><p>flag that indicates if the data was successfully added to the queue
</p></dd></dl><div class="block">
attributes: abstract
</div>
</div>
</li><li visbl="pub" name="scala.Any#asInstanceOf">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: T0</span>
</span>
</h4>
<p class="shortcomment cmt">This method is used to cast the receiver object to be of type <code>T0</code>.</p>
<div class="fullcomment"><div class="comment cmt"><p>This method is used to cast the receiver object to be of type <code>T0</code>.</p><p>Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression<code>1.asInstanceOf[String]</code> will throw a <code>ClassCastException</code> at runtime, while the expression<code>List(1).asInstanceOf[List[String]]</code> will not. In the latter example, because the type argument is erased as
part of compilation it is not possible to check whether the contents of the list are of the requested typed.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the receiver object.</p></dd></dl><div class="block">
attributes: final
</div><div class="block">
definition classes: Any
</div>
</div>
</li><li visbl="pub" name="kafka.producer.async.CallbackHandler#beforeEnqueue">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">beforeEnqueue</span><span class="params">(<span name="data">data: <a href="QueueItem.html" class="extype" name="kafka.producer.async.QueueItem">QueueItem</a>[T] = <span class="default">null.asInstanceOf[kafka.producer.async.QueueItem[T]]</span></span>)</span><span class="result">: <a href="QueueItem.html" class="extype" name="kafka.producer.async.QueueItem">QueueItem</a>[T]</span>
</span>
</h4>
<p class="shortcomment cmt">Callback to process the data before it enters the batching queue
of the asynchronous producer</p>
<div class="fullcomment"><div class="comment cmt"><p>Callback to process the data before it enters the batching queue
of the asynchronous producer</p></div><dl class="paramcmts block"><dt class="param">data</dt><dd class="cmt"><p>the data sent to the producer</p></dd><dt>returns</dt><dd class="cmt"><p>the processed data that enters the queue
</p></dd></dl><div class="block">
attributes: abstract
</div>
</div>
</li><li visbl="pub" name="kafka.producer.async.CallbackHandler#beforeSendingData">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">beforeSendingData</span><span class="params">(<span name="data">data: <span class="extype" name="scala.collection.Seq">Seq</span>[<a href="QueueItem.html" class="extype" name="kafka.producer.async.QueueItem">QueueItem</a>[T]] = <span class="default">null</span></span>)</span><span class="result">: <span class="extype" name="scala.collection.mutable.Seq">Seq</span>[<a href="QueueItem.html" class="extype" name="kafka.producer.async.QueueItem">QueueItem</a>[T]]</span>
</span>
</h4>
<p class="shortcomment cmt">Callback to process the batched data right before it is being sent by the
handle API of the event handler</p>
<div class="fullcomment"><div class="comment cmt"><p>Callback to process the batched data right before it is being sent by the
handle API of the event handler</p></div><dl class="paramcmts block"><dt class="param">data</dt><dd class="cmt"><p>the batched data received by the event handler</p></dd><dt>returns</dt><dd class="cmt"><p>the processed batched data that gets sent by the handle() API of the event handler
</p></dd></dl><div class="block">
attributes: abstract
</div>
</div>
</li><li visbl="prt" name="scala.AnyRef#clone">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: AnyRef</span>
</span>
</h4>
<p class="shortcomment cmt">This method creates and returns a copy of the receiver object.</p>
<div class="fullcomment"><div class="comment cmt"><p>This method creates and returns a copy of the receiver object.</p><p>The default implementation of the <code>clone</code> method is platform dependent.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a copy of the receiver object.</p></dd></dl><div class="block">
attributes: protected
</div><div class="block">
definition classes: AnyRef
</div>
</div>
</li><li visbl="pub" name="kafka.producer.async.CallbackHandler#close">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">close</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Cleans up and shuts down the callback handler
</p>
<div class="fullcomment"><div class="comment cmt"><p>Cleans up and shuts down the callback handler
</p></div><div class="block">
attributes: abstract
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef#eq">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method is used to test whether the argument (<code>arg0</code>) is a reference to the
receiver object (<code>this</code>).</p>
<div class="fullcomment"><div class="comment cmt"><p>This method is used to test whether the argument (<code>arg0</code>) is a reference to the
receiver object (<code>this</code>).</p><p>The <code>eq</code> method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on
non-null instances of <code>AnyRef</code>:
* It is reflexive: for any non-null instance <code>x</code> of type <code>AnyRef</code>, <code>x.eq(x)</code> returns <code>true</code>.
* It is symmetric: for any non-null instances <code>x</code> and <code>y</code> of type <code>AnyRef</code>, <code>x.eq(y)</code> returns <code>true</code> if and
only if <code>y.eq(x)</code> returns <code>true</code>.
* It is transitive: for any non-null instances <code>x</code>, <code>y</code>, and <code>z</code> of type <code>AnyRef</code> if <code>x.eq(y)</code> returns <code>true</code> and <code>y.eq(z)</code> returns <code>true</code>, then <code>x.eq(z)</code> returns <code>true</code>.</p><p>Additionally, the <code>eq</code> method has three other properties.
* It is consistent: for any non-null instances <code>x</code> and <code>y</code> of type <code>AnyRef</code>, multiple invocations of
<code>x.eq(y)</code> consistently returns <code>true</code> or consistently returns <code>false</code>.
* For any non-null instance <code>x</code> of type <code>AnyRef</code>, <code>x.eq(null)</code> and <code>null.eq(x)</code> returns <code>false</code>.
* <code>null.eq(null)</code> returns <code>true</code>.</p><p>When overriding the <code>equals</code> or <code>hashCode</code> methods, it is important to ensure that their behavior is
consistent with reference equality. Therefore, if two objects are references to each other (<code>o1 eq o2</code>), they
should be equal to each other (<code>o1 == o2</code>) and they should hash to the same value (<code>o1.hashCode == o2.hashCode</code>).
</p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for reference equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code> if the argument is a reference to the receiver object; <code>false</code> otherwise.</p></dd></dl><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef#equals">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method is used to compare the receiver object (<code>this</code>) with the argument object (<code>arg0</code>) for equivalence.</p>
<div class="fullcomment"><div class="comment cmt"><p>This method is used to compare the receiver object (<code>this</code>) with the argument object (<code>arg0</code>) for equivalence.</p><p>The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence
relation]:
* It is reflexive: for any instance <code>x</code> of type <code>Any</code>, <code>x.equals(x)</code> should return <code>true</code>.
* It is symmetric: for any instances <code>x</code> and <code>y</code> of type <code>Any</code>, <code>x.equals(y)</code> should return <code>true</code> if and
only if <code>y.equals(x)</code> returns <code>true</code>.
* It is transitive: for any instances <code>x</code>, <code>y</code>, and <code>z</code> of type <code>AnyRef</code> if <code>x.equals(y)</code> returns <code>true</code> and
<code>y.equals(z)</code> returns <code>true</code>, then <code>x.equals(z)</code> should return <code>true</code>.</p><p>If you override this method, you should verify that your implementation remains an equivalence relation.
Additionally, when overriding this method it is often necessary to override <code>hashCode</code> to ensure that objects
that are "equal" (<code>o1.equals(o2)</code> returns <code>true</code>) hash to the same
scala.Int
(<code>o1.hashCode.equals(o2.hashCode)</code>).
</p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>true</code> if the receiver object is equivalent to the argument; <code>false</code> otherwise.</p></dd></dl><div class="block">
definition classes: AnyRef → Any
</div>
</div>
</li><li visbl="prt" name="scala.AnyRef#finalize">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method is called by the garbage collector on the receiver object when garbage collection determines that
there are no more references to the object.</p>
<div class="fullcomment"><div class="comment cmt"><p>This method is called by the garbage collector on the receiver object when garbage collection determines that
there are no more references to the object.</p><p>The details of when and if the <code>finalize</code> method are invoked, as well as the interaction between <code>finalize</code>and non-local returns and exceptions, are all platform dependent.</p></div><div class="block">
attributes: protected
</div><div class="block">
definition classes: AnyRef
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef#getClass">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: java.lang.Class[_]</span>
</span>
</h4>
<p class="shortcomment cmt">Returns a representation that corresponds to the dynamic class of the receiver object.</p>
<div class="fullcomment"><div class="comment cmt"><p>Returns a representation that corresponds to the dynamic class of the receiver object.</p><p>The nature of the representation is platform dependent.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a representation that corresponds to the dynamic class of the receiver object.</p></dd></dl><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef#hashCode">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<p class="shortcomment cmt">Returns a hash code value for the object.</p>
<div class="fullcomment"><div class="comment cmt"><p>Returns a hash code value for the object.</p><p>The default hashing algorithm is platform dependent.</p><p>Note that it is allowed for two objects to have identical hash codes (<code>o1.hashCode.equals(o2.hashCode)</code>) yet
not be equal (<code>o1.equals(o2)</code> returns <code>false</code>). A degenerate implementation could always return <code>0</code>.
However, it is required that if two objects are equal (<code>o1.equals(o2)</code> returns <code>true</code>) that they have
identical hash codes (<code>o1.hashCode.equals(o2.hashCode)</code>). Therefore, when overriding this method, be sure
to verify that the behavior is consistent with the <code>equals</code> method.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>the hash code value for the object.</p></dd></dl><div class="block">
definition classes: AnyRef → Any
</div>
</div>
</li><li visbl="pub" name="kafka.producer.async.CallbackHandler#init">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">init</span><span class="params">(<span name="props">props: <span class="extype" name="java.util.Properties">Properties</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Initializes the callback handler using a Properties object</p>
<div class="fullcomment"><div class="comment cmt"><p>Initializes the callback handler using a Properties object</p></div><dl class="paramcmts block"><dt class="param">props</dt><dd class="cmt"><p>properties used to initialize the callback handler
</p></dd></dl><div class="block">
attributes: abstract
</div>
</div>
</li><li visbl="pub" name="scala.Any#isInstanceOf">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt">This method is used to test whether the dynamic type of the receiver object is <code>T0</code>.</p>
<div class="fullcomment"><div class="comment cmt"><p>This method is used to test whether the dynamic type of the receiver object is <code>T0</code>.</p><p>Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression<code>1.isInstanceOf[String]</code> will return <code>false</code>, while the expression <code>List(1).isInstanceOf[List[String]]</code> will
return <code>true</code>. In the latter example, because the type argument is erased as part of compilation it is not
possible to check whether the contents of the list are of the requested typed.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p><code>true</code> if the receiver object is an instance of erasure of type <code>T0</code>; <code>false</code> otherwise.</p></dd></dl><div class="block">
attributes: final
</div><div class="block">
definition classes: Any
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef#ne">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: AnyRef</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt"><code>o.ne(arg0)</code> is the same as <code>!(o.eq(arg0))</code>.</p>
<div class="fullcomment"><div class="comment cmt"><p><code>o.ne(arg0)</code> is the same as <code>!(o.eq(arg0))</code>.
</p></div><dl class="paramcmts block"><dt class="param">arg0</dt><dd class="cmt"><p>the object to compare against this object for reference dis-equality.</p></dd><dt>returns</dt><dd class="cmt"><p><code>false</code> if the argument is not a reference to the receiver object; <code>true</code> otherwise.</p></dd></dl><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef#notify">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Wakes up a single thread that is waiting on the receiver object's monitor.</p>
<div class="fullcomment"><div class="comment cmt"><p>Wakes up a single thread that is waiting on the receiver object's monitor.</p></div><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef#notifyAll">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<p class="shortcomment cmt">Wakes up all threads that are waiting on the receiver object's monitor.</p>
<div class="fullcomment"><div class="comment cmt"><p>Wakes up all threads that are waiting on the receiver object's monitor.</p></div><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef#synchronized">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: T0</span>)</span><span class="result">: T0</span>
</span>
</h4>
<div class="fullcomment"><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div></div>
</li><li visbl="pub" name="scala.AnyRef#toString">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
</h4>
<p class="shortcomment cmt">Returns a string representation of the object.</p>
<div class="fullcomment"><div class="comment cmt"><p>Returns a string representation of the object.</p><p>The default representation is platform dependent.
</p></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>a string representation of the object.</p></dd></dl><div class="block">
definition classes: AnyRef → Any
</div>
</div>
</li><li visbl="pub" name="scala.AnyRef#wait">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div></div>
</li><li visbl="pub" name="scala.AnyRef#wait">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div></div>
</li><li visbl="pub" name="scala.AnyRef#wait">
<h4 class="signature">
<span class="kind">def</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><div class="block">
attributes: final
</div><div class="block">
definition classes: AnyRef
</div></div>
</li></ol>
</div>
</div>
<div id="tooltip"></div>
</body>
</html>