A B C D E F G H I J L M N O P Q R S T U V W

E

EVENT_QUEUE_SPIN - Static variable in interface seda.sandStorm.lib.aSocket.aSocketConst
Number of times to spin on event queue
EVENT_QUEUE_TIMEOUT - Static variable in interface seda.sandStorm.lib.aSocket.aSocketConst
Time in ms to sleep waiting on event queue
EnqueuePredicateIF - interface seda.sandStorm.api.EnqueuePredicateIF.
Enqueue predicates allow users to specify a method that will 'screen' elements being enqueued onto a sink, either accepting or rejecting them.
EventHandlerException - exception seda.sandStorm.api.EventHandlerException.
This is a generic exception which an event handler can throw during event processing.
EventHandlerException() - Constructor for class seda.sandStorm.api.EventHandlerException
 
EventHandlerException(String) - Constructor for class seda.sandStorm.api.EventHandlerException
 
EventHandlerIF - interface seda.sandStorm.api.EventHandlerIF.
An EventHandlerIF represents an event handler - the basic unit of computation in SandStorm.
element - Variable in class seda.sandStorm.api.SinkCloggedEvent
The element which clogged.
element - Variable in class seda.sandStorm.api.SinkDrainedEvent
The element which was processed.
elementAt(int) - Method in class seda.nbio.SelectSet
Return the SelectItem at the given index.
elementAt(int) - Method in class seda.nbio.SelectSetDevPollImpl
Return the SelectItem at the given index.
elementAt(int) - Method in class seda.nbio.SelectSetImpl
 
elementAt(int) - Method in class seda.nbio.SelectSetPollImpl
Return the SelectItem at the given index.
elements() - Method in class seda.sandStorm.core.ssLinkedList
Returns a java.util.Enumeration enumeration over the elements of the linked list.
enable() - Method in interface seda.sandStorm.api.internal.ResponseTimeControllerIF
Enable the response time controller.
enable() - Method in class seda.sandStorm.internal.ResponseTimeController
 
enable() - Method in class seda.sandStorm.internal.ResponseTimeControllerDirect
 
enable() - Method in class seda.sandStorm.internal.ResponseTimeControllerMM1
 
enable() - Method in class seda.sandStorm.internal.ResponseTimeControllerPID
 
enabled() - Method in interface seda.sandStorm.api.ProfilerIF
Returns true if the system is being run in profiling mode; false otherwise.
enabled() - Method in class seda.sandStorm.internal.sandStormProfiler
Returns true if the profiler is enabled.
encode(BufferElement) - Static method in class seda.sandStorm.lib.util.Base64
Converts data into base64 encoded data.
enqueue(QueueElementIF) - Method in interface seda.sandStorm.api.SinkIF
Enqueues the given element onto the queue.
enqueue(QueueElementIF) - Method in class seda.sandStorm.core.FiniteQueue
 
enqueue(QueueElementIF) - Method in class seda.sandStorm.core.SimpleSink
Must be implemented by subclasses.
enqueue(QueueElementIF) - Method in class seda.sandStorm.internal.SinkProxy
 
enqueue(QueueElementIF) - Method in class seda.sandStorm.lib.Gnutella.GnutellaConnection
 
enqueue(QueueElementIF) - Method in class seda.sandStorm.lib.aDisk.AFile
Enqueues the given request (which must be an AFileRequest) to the file.
enqueue(QueueElementIF) - Method in class seda.sandStorm.lib.aDisk.AFileImpl
Enqueues the given request (which must be an AFileRequest) to the file.
enqueue(QueueElementIF) - Method in class seda.sandStorm.lib.aDisk.AFileTPImpl
Enqueues the given request (which must be an AFileRequest) to the file.
enqueue(QueueElementIF) - Method in class seda.sandStorm.lib.aSocket.ATcpConnection
Enqueue an outgoing packet to be written to this socket.
enqueue(QueueElementIF) - Method in class seda.sandStorm.lib.aSocket.AUdpSocket
Enqueue an outgoing packet to be written to this socket.
enqueue(QueueElementIF) - Method in class seda.sandStorm.lib.http.httpConnection
Enqueue outgoing data on this connection.
enqueueCount - Variable in class seda.sandStorm.internal.SinkProxy
Maintains a running sum of the number of elements enqueued onto this sink.
enqueueRequest(AFileRequest) - Method in class seda.sandStorm.lib.aDisk.AFileTM
Enqueue an AFileRequest for this thread manager to handle.
enqueueRequest(aSocketRequest) - Static method in class seda.sandStorm.lib.aSocket.aSocketMgr
 
enqueueSuccessCount - Variable in class seda.sandStorm.internal.SinkProxy
Maintains a running sum of the number of elements successfully enqueued onto this sink (that is, not rejected by the enqueue predicate).
enqueue_abort(Object) - Method in interface seda.sandStorm.api.SinkIF
Abort a previously prepared provisional enqueue operation (from the enqueue_prepare() method).
enqueue_abort(Object) - Method in class seda.sandStorm.core.FiniteQueue
Abort a provisional enqueue.
enqueue_abort(Object) - Method in class seda.sandStorm.core.SimpleSink
Not supported; throws an IllegalArgumentException.
enqueue_abort(Object) - Method in class seda.sandStorm.internal.SinkProxy
 
enqueue_abort(Object) - Method in class seda.sandStorm.lib.Gnutella.GnutellaConnection
 
enqueue_abort(Object) - Method in class seda.sandStorm.lib.http.httpConnection
 
enqueue_commit(Object) - Method in interface seda.sandStorm.api.SinkIF
Commit a previously prepared provisional enqueue operation (from the enqueue_prepare() method).
enqueue_commit(Object) - Method in class seda.sandStorm.core.FiniteQueue
Commit a provisional enqueue.
enqueue_commit(Object) - Method in class seda.sandStorm.core.SimpleSink
Not supported; throws an IllegalArgumentException.
enqueue_commit(Object) - Method in class seda.sandStorm.internal.SinkProxy
 
enqueue_commit(Object) - Method in class seda.sandStorm.lib.Gnutella.GnutellaConnection
 
enqueue_commit(Object) - Method in class seda.sandStorm.lib.http.httpConnection
 
enqueue_lossy(QueueElementIF) - Method in interface seda.sandStorm.api.SinkIF
Enqueues the given element onto the queue.
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.core.FiniteQueue
 
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.core.SimpleSink
Calls enqueue() and returns false if SinkException occurs.
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.internal.SinkProxy
 
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.lib.Gnutella.GnutellaConnection
 
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.lib.aDisk.AFile
Enqueues the given request (which must be an AFileRequest) to the file.
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.lib.aDisk.AFileImpl
Enqueues the given request (which must be an AFileRequest) to the file.
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.lib.aDisk.AFileTPImpl
Enqueues the given request (which must be an AFileRequest) to the file.
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.lib.aSocket.ATcpConnection
Enqueue an outgoing packet to be written to this socket.
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.lib.aSocket.AUdpSocket
Enqueue an outgoing packet to be written to this socket.
enqueue_lossy(QueueElementIF) - Method in class seda.sandStorm.lib.http.httpConnection
Enqueue outgoing data on this connection.
enqueue_many(QueueElementIF[]) - Method in interface seda.sandStorm.api.SinkIF
Given an array of elements, atomically enqueues all of the elements in the array.
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.core.FiniteQueue
 
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.core.SimpleSink
Simply calls enqueue() on each item in the array.
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.internal.SinkProxy
 
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.lib.Gnutella.GnutellaConnection
 
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.lib.aDisk.AFile
Enqueues the given requests (which must be AFileRequests) to the file.
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.lib.aDisk.AFileImpl
Enqueues the given requests (which must be AFileRequests) to the file.
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.lib.aDisk.AFileTPImpl
Enqueues the given requests (which must be AFileRequests) to the file.
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.lib.aSocket.ATcpConnection
Enqueue a set of outgoing packets to be written to this socket.
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.lib.aSocket.AUdpSocket
Enqueue an set of outgoing packets to this socket.
enqueue_many(QueueElementIF[]) - Method in class seda.sandStorm.lib.http.httpConnection
Enqueue outgoing data on this connection.
enqueue_prepare(QueueElementIF[]) - Method in interface seda.sandStorm.api.SinkIF
Support for transactional enqueue.
enqueue_prepare(QueueElementIF[]) - Method in class seda.sandStorm.core.FiniteQueue
Provisionally enqueue the given elements.
enqueue_prepare(QueueElementIF[]) - Method in class seda.sandStorm.core.SimpleSink
Not supported; throws an IllegalArgumentException.
enqueue_prepare(QueueElementIF[]) - Method in class seda.sandStorm.internal.SinkProxy
 
enqueue_prepare(QueueElementIF[]) - Method in class seda.sandStorm.lib.Gnutella.GnutellaConnection
 
enqueue_prepare(QueueElementIF[]) - Method in class seda.sandStorm.lib.http.httpConnection
 
equals(Object) - Method in class ClassedMessage
 
equals(Object) - Method in class Message
 
equals(Object) - Method in class seda.nbio.NBIOFileDescriptor
 
equals(Object) - Method in class seda.sandStorm.internal.StageGraphEdge
 
equals(Object) - Method in class seda.sandStorm.lib.Gnutella.GnutellaGUID
 
err - Variable in class seda.sandStorm.internal.ResponseTimeControllerMulticlass.cinfo
 
error(aSocketErrorEvent) - Method in class seda.sandStorm.lib.aSocket.ConnectSockState
 
error(aSocketErrorEvent) - Method in class seda.sandStorm.lib.aSocket.nbio.ConnectSockState
 
error(aSocketErrorEvent) - Method in class seda.sandStorm.lib.aSocket.nio.ConnectSockState
 
event - Variable in class seda.sandStorm.api.BadQueueElementException
The event that was received.
event - Variable in class seda.sandStorm.api.UnknownEventException
The event that was received.
eventQ - Variable in class seda.sandStorm.lib.aDisk.AFileTPEventHandler
 
eventQ - Variable in class seda.sandStorm.lib.aSocket.aSocketEventHandler
 
eventQ - Variable in class seda.sandStorm.lib.aSocket.aSocketThreadManager.aSocketThread
 
events - Variable in class seda.nbio.SelectItem
The set of events that you are interested in receiving notification on.

A B C D E F G H I J L M N O P Q R S T U V W