-
com.habitsoft.kiyaa.util.AsyncCallbackGroup.ready()
Supply a callback to be used when all of the member callbacks have completed. The callback param will be passed back to the callback in onsuccess.
-
com.sun.sgs.impl.service.data.store.DataStoreProfileProducer.ready()
{@inheritDoc}
-
com.sun.sgs.impl.service.watchdog.WatchdogServiceImpl.ready()
-
com.sun.sgs.service.NodeMappingService.ready()
-
com.sun.sgs.service.Service.ready()
Notifies this {@code Service} that the application is fullyconfigured and ready to start running. This means that all other {@code Service}s associated with this application have been successfully created. If the method throws an exception, then the application will be shutdown.
@throws Exception if an error occurs
-
com.sun.sgs.service.store.DataStore.ready()
Notifies the data store that services associated with the application have been successfully created. If the method throws an exception, then the application should be shutdown.
@throws Exception if an error occurs
-
java.io.BufferedReader.ready()
Answers a boolean
indicating whether or not this Reader is ready to be read without blocking. If the result is true
, the next read()
will not block. If the result is false
this Reader may or may not block when read()
is sent.
@return true
if the receiver will not block whenread()
is called, false
if unknown or blocking will occur.
@throws IOException If the BufferedReader is already closed or some other IO error occurs.
-
java.io.FileReader.ready()
-
java.io.InputStreamReader.ready()
Answers a boolean
indicating whether or not this InputStreamReader is ready to be read without blocking. If the result is true
, the next read()
will not block. If the result is false
this Reader may or may not block when read()
is sent. This implementation answers true
if there are bytes available in the buffer or the source InputStream has bytes available.
@return true
if the receiver will not block whenread()
is called, false
if unknown or blocking will occur.
@throws IOException If the InputStreamReader is already closed or some other IO error occurs.
-
java.io.LineNumberReader.ready()
-
java.io.Reader.ready()
Answers a boolean
indicating whether or not this Reader is ready to be read without blocking. If the result is true
, the next read()
will not block. If the result is false
this Reader may or may not block when read()
is sent.
@return true
if the receiver will not block whenread()
is called, false
if unknown or blocking will occur.
@throws IOException If the Reader is already closed or some other IO error occurs.
-
java.io.StringReader.ready()
Tells whether this stream is ready to be read.
@return True if the next read() is guaranteed not to block for input
@exception IOException If the stream is closed
-
javax.bluetooth.L2CAPConnection.ready()
Determines if there is a packet that can be read via a call to receive()
. If true
, a call to receive()
will not block the application.
@see #receive
@return true
if there is data to read; false
if there is no data to read
@exception IOException if the connection is closed
-
org.apache.hadoop.hive.ql.udf.xml.UDFXPathUtil.ReusableStringReader.ready()
-
org.apache.kafka.clients.producer.internals.RecordAccumulator.ready()
Get a list of nodes whose partitions are ready to be sent, and the earliest time at which any non-sendable partition will be ready; Also return the flag for whether there are any unknown leaders for the accumulated partition batches.
A destination node is ready to send data if ANY one of its partition is not backing off the send and ANY of the following are true :
- The record set is full
- The record set has sat in the accumulator for at least lingerMs milliseconds
- The accumulator is out of memory and threads are blocking waiting for data (in this case all partitions are immediately considered ready).
- The accumulator has been closed
-
org.auraframework.util.Utf8InputStreamReader.ready()
-
org.bladerunnerjs.utility.UnicodeReader.ready()
-
org.eclipse.php.debug.core.debugger.IDebugHandler.ready()
-
org.htmlparser.lexer.Source.ready()
Tell whether this source is ready to be read.
@return true
if the next read() is guaranteed not to blockfor input, false
otherwise. Note that returning false does not guarantee that the next read will block.
@exception IOException If an I/O error occurs.
-
org.simpleframework.http.core.DribbleCursor.ready()
-
org.simpleframework.http.core.StreamCursor.ready()
-
org.simpleframework.transport.Cursor.ready()
Provides the number of bytes that can be read from the stream without blocking. This is typically the number of buffered or available bytes within the stream. When this reaches zero then the cursor may perform a blocking read.
@return the number of bytes that can be read without blocking