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

N

NBIOClient - class NBIOClient.
 
NBIOClient() - Constructor for class NBIOClient
 
NBIOFactory - class seda.sandStorm.lib.aSocket.nbio.NBIOFactory.
The NBIO implementation of aSocketImplFactory.
NBIOFactory() - Constructor for class seda.sandStorm.lib.aSocket.nbio.NBIOFactory
 
NBIOFileDescriptor - class seda.nbio.NBIOFileDescriptor.
This is a package-internal class used to represent a UNIX file descriptor.
NBIOFileDescriptor() - Constructor for class seda.nbio.NBIOFileDescriptor
 
NBIOFileDescriptor(int) - Constructor for class seda.nbio.NBIOFileDescriptor
 
NBIOSelectServer - class NBIOSelectServer.
 
NBIOSelectServer() - Constructor for class NBIOSelectServer
 
NBIOServer - class NBIOServer.
 
NBIOServer() - Constructor for class NBIOServer
 
NIOFactory - class seda.sandStorm.lib.aSocket.nio.NIOFactory.
The NIO implementation of aSocketImplFactory.
NIOFactory() - Constructor for class seda.sandStorm.lib.aSocket.nio.NIOFactory
 
NIOSelectSource - class seda.sandStorm.lib.aSocket.nio.NIOSelectSource.
A NIOSelectSource is an implementation of SourceIF which pulls events from the operating system via the NIO Selector interface.
NIOSelectSource() - Constructor for class seda.sandStorm.lib.aSocket.nio.NIOSelectSource
Create a new empty SelectSource.
NIOSelectSource(boolean) - Constructor for class seda.sandStorm.lib.aSocket.nio.NIOSelectSource
Create a new empty SelectSource.
NIOSelectorQueueElement - class seda.sandStorm.lib.aSocket.nio.NIOSelectorQueueElement.
A NIOSelectorQueueElement is a wrapper for NIO's SelectionKey which makes it a QueueElementIF.
NIOSelectorQueueElement(SelectionKey) - Constructor for class seda.sandStorm.lib.aSocket.nio.NIOSelectorQueueElement
 
NUM_ALLOC - Static variable in class seda.sandStorm.lib.Gnutella.GnutellaPacket
 
NUM_MSGS - Static variable in class ClientStage
 
NUM_MSGS - Static variable in class SimpleP2PClient
 
NoSuchSinkException - exception seda.sandStorm.api.NoSuchSinkException.
This exception is thrown if a sink as requested by a call to StageIF.getSink() does not exist.
NoSuchSinkException() - Constructor for class seda.sandStorm.api.NoSuchSinkException
 
NoSuchSinkException(String) - Constructor for class seda.sandStorm.api.NoSuchSinkException
 
NoSuchStageException - exception seda.sandStorm.api.NoSuchStageException.
This exception is thrown if a stage as requested by a call to ManagerIF.getStage() does not exist.
NoSuchStageException() - Constructor for class seda.sandStorm.api.NoSuchStageException
 
NoSuchStageException(String) - Constructor for class seda.sandStorm.api.NoSuchStageException
 
NonblockingDatagramSocket - class seda.nbio.NonblockingDatagramSocket.
A NonblockingDatagramSocket provides non-blocking UDP (datagram) I/O.
NonblockingDatagramSocket() - Constructor for class seda.nbio.NonblockingDatagramSocket
Create a NonblockingDatagramSocket bound to any available port.
NonblockingDatagramSocket(int) - Constructor for class seda.nbio.NonblockingDatagramSocket
Create a NonblockingDatagramSocket bound to the given port.
NonblockingDatagramSocket(int, InetAddress) - Constructor for class seda.nbio.NonblockingDatagramSocket
Create a NonblockingDatagramSocket bound to the given port and the given local address.
NonblockingInputStream - class seda.nbio.NonblockingInputStream.
A NonblockingInputStream is an InputStream which implements nonblocking semantics.
NonblockingInputStream() - Constructor for class seda.nbio.NonblockingInputStream
 
NonblockingMulticastSocket - class seda.nbio.NonblockingMulticastSocket.
NonblockingMulticastSocket provides non-blocking multicast datagram I/O.
NonblockingMulticastSocket() - Constructor for class seda.nbio.NonblockingMulticastSocket
Create a NonblockingMulticastSocket bound to any available port.
NonblockingMulticastSocket(int) - Constructor for class seda.nbio.NonblockingMulticastSocket
 
NonblockingMulticastSocket(int, InetAddress) - Constructor for class seda.nbio.NonblockingMulticastSocket
Create a NonblockingMulticastSocket bound to the given port and the given local address.
NonblockingOutputStream - class seda.nbio.NonblockingOutputStream.
A NonblockingOutputStream is an OutputStream with nonblocking semantics.
NonblockingOutputStream() - Constructor for class seda.nbio.NonblockingOutputStream
 
NonblockingServerSocket - class seda.nbio.NonblockingServerSocket.
A NonblockingServerSocket implements a nonblocking variant of java.net.ServerSocket.
NonblockingServerSocket(int) - Constructor for class seda.nbio.NonblockingServerSocket
Create a nonblocking server socket listening on the given port.
NonblockingServerSocket(int, int) - Constructor for class seda.nbio.NonblockingServerSocket
Create a nonblocking server socket listening on the given port with the given connection backlog (the default is 511).
NonblockingServerSocket(int, int, InetAddress) - Constructor for class seda.nbio.NonblockingServerSocket
Create a nonblocking server socket listening on the given port, with the given connection backlog, bound to the given address.
NonblockingSocket - class seda.nbio.NonblockingSocket.
A NonblockingSocket is a socket which exports nonblocking input/output streams.
NonblockingSocket() - Constructor for class seda.nbio.NonblockingSocket
 
NonblockingSocket(String, int) - Constructor for class seda.nbio.NonblockingSocket
Create a NonblockingSocket connection to the given host and port number.
NonblockingSocket(String, int, boolean) - Constructor for class seda.nbio.NonblockingSocket
Create a NonblockingSocket connection to the given host and port number.
NonblockingSocket(InetAddress, int) - Constructor for class seda.nbio.NonblockingSocket
Create a NonblockingSocket connection to the given host and port number.
NonblockingSocket(InetAddress, int, boolean) - Constructor for class seda.nbio.NonblockingSocket
Create a NonblockingSocket connection to the given host and port number.
NonblockingSocketImpl - class seda.nbio.NonblockingSocketImpl.
 
NonblockingSocketImpl() - Constructor for class seda.nbio.NonblockingSocketImpl
 
NonblockingSocketImpl(InetAddress) - Constructor for class seda.nbio.NonblockingSocketImpl
 
NonblockingSocketInputStream - class seda.nbio.NonblockingSocketInputStream.
Package-internal class implementing NonblockingInputStream for nonblocking sockets.
NonblockingSocketInputStream(NonblockingSocketImpl) - Constructor for class seda.nbio.NonblockingSocketInputStream
 
NonblockingSocketOutputStream - class seda.nbio.NonblockingSocketOutputStream.
Package-internal class implementing NonblockingOutputStream for nonblocking sockets.
NonblockingSocketOutputStream(NonblockingSocketImpl) - Constructor for class seda.nbio.NonblockingSocketOutputStream
 
NullElement - class seda.sandStorm.core.NullElement.
This is a 'null' QueueElementIF implementation, which can be used for signalling.
NullElement() - Constructor for class seda.sandStorm.core.NullElement
 
name - Variable in class seda.sandStorm.internal.TPSThreadManager.stageRunnable
 
name - Variable in class seda.sandStorm.internal.sandStormProfiler.profile
 
name - Variable in class seda.sandStorm.lib.aSocket.aSocketThreadManager.aSocketThread
 
nativeLibraryLoadLock - Static variable in class seda.nbio.NonblockingSocket
 
nativeLibraryLoadLock - Static variable in class seda.util.MDWUtil
 
nativeLibraryLoaded - Static variable in class seda.nbio.NonblockingSocket
 
nativeLibraryLoaded - Static variable in class seda.util.MDWUtil
 
nbAccept() - Method in class seda.nbio.NonblockingServerSocket
Perform a nonblocking accept() on this socket.
nbAccept(NonblockingSocketImpl) - Method in class seda.nbio.NonblockingSocketImpl
 
nbRead() - Method in class seda.nbio.NonblockingInputStream
Perform a non-blocking read of one byte from this input stream.
nbRead() - Method in class seda.nbio.NonblockingSocketInputStream
Perform a non-blocking read of one byte from this input stream.
nbRead() - Method in class seda.sandStorm.lib.util.MultiByteArrayInputStream
Read the next byte from this stream.
nbReceive(DatagramPacket) - Method in class seda.nbio.NonblockingDatagramSocket
Receive a datagram from this socket.
nbReceive(byte[], int, int) - Method in class seda.nbio.NonblockingDatagramSocket
Receive a datagram from this socket.
nbSend(DatagramPacket) - Method in class seda.nbio.NonblockingDatagramSocket
Sends a datagram packet from this socket.
nbSend(byte[], int, int, InetAddress, int) - Method in class seda.nbio.NonblockingDatagramSocket
Sends a datagram packet from this socket.
nbSend(byte[], int, int) - Method in class seda.nbio.NonblockingDatagramSocket
Sends a datagram packet from this socket.
nbWrite(byte) - Method in class seda.nbio.NonblockingOutputStream
Perform a non-blocking write of one byte to this output stream.
nbWrite(byte[]) - Method in class seda.nbio.NonblockingOutputStream
Perform a nonblocking write of up to b.length bytes to the underlying stream.
nbWrite(byte[], int, int) - Method in class seda.nbio.NonblockingOutputStream
Perform a nonblocking write of up to len bytes to the underlying stream starting at offset off.
nbWrite(byte) - Method in class seda.nbio.NonblockingSocketOutputStream
Perform a non-blocking write of one byte to this output stream.
nbWrite(byte[]) - Method in class seda.nbio.NonblockingSocketOutputStream
Perform a nonblocking write of up to b.length bytes to the underlying stream.
nbWrite(byte[], int, int) - Method in class seda.nbio.NonblockingSocketOutputStream
Perform a nonblocking write of up to len bytes to the underlying stream starting at offset off.
nbservsock - Variable in class seda.sandStorm.lib.aSocket.nbio.ListenSockState
 
nbsock - Variable in class SockState
 
nbsock - Variable in class seda.sandStorm.lib.aSocket.SockState
 
newConnectSockState(ATcpConnectRequest, SelectSourceIF) - Method in class seda.sandStorm.lib.aSocket.aSocketImplFactory
 
newConnectSockState(ATcpConnectRequest, SelectSourceIF) - Method in class seda.sandStorm.lib.aSocket.nbio.NBIOFactory
 
newConnectSockState(ATcpConnectRequest, SelectSourceIF) - Method in class seda.sandStorm.lib.aSocket.nio.NIOFactory
 
newDatagramSockState(AUdpSocket, InetAddress, int) - Method in class seda.sandStorm.lib.aSocket.aSocketImplFactory
 
newDatagramSockState(AUdpSocket, InetAddress, int) - Method in class seda.sandStorm.lib.aSocket.nbio.NBIOFactory
 
newDatagramSockState(AUdpSocket, InetAddress, int) - Method in class seda.sandStorm.lib.aSocket.nio.NIOFactory
 
newListenSockState(ATcpListenRequest, SelectSourceIF) - Method in class seda.sandStorm.lib.aSocket.aSocketImplFactory
 
newListenSockState(ATcpListenRequest, SelectSourceIF) - Method in class seda.sandStorm.lib.aSocket.nbio.NBIOFactory
 
newListenSockState(ATcpListenRequest, SelectSourceIF) - Method in class seda.sandStorm.lib.aSocket.nio.NIOFactory
 
newSelectQueueElement(Object) - Method in class seda.sandStorm.lib.aSocket.aSocketImplFactory
 
newSelectQueueElement(Object) - Method in class seda.sandStorm.lib.aSocket.nbio.NBIOFactory
 
newSelectQueueElement(Object) - Method in class seda.sandStorm.lib.aSocket.nio.NIOFactory
 
newSelectSource() - Method in class seda.sandStorm.lib.aSocket.aSocketImplFactory
 
newSelectSource() - Method in class seda.sandStorm.lib.aSocket.nbio.NBIOFactory
 
newSelectSource() - Method in class seda.sandStorm.lib.aSocket.nio.NIOFactory
 
newSockState(ATcpConnection, Socket, int) - Method in class seda.sandStorm.lib.aSocket.aSocketImplFactory
 
newSockState(ATcpConnection, Socket, int) - Method in class seda.sandStorm.lib.aSocket.nbio.NBIOFactory
 
newSockState(ATcpConnection, Socket, int) - Method in class seda.sandStorm.lib.aSocket.nio.NIOFactory
 
nextE - Variable in class seda.sandStorm.core.ssTimer.ssTimerEvent
 
nextElement() - Method in class seda.sandStorm.core.ssLinkedList.ssLinkedListEnumeration
 
ninetiethRT - Variable in class seda.sandStorm.internal.ResponseTimeControllerMulticlass.cinfo
 
nio_servsock - Variable in class seda.sandStorm.lib.aSocket.nio.ListenSockState
 
num - Variable in class StatsGatherer
 
num - Variable in class seda.util.StatsGatherer
 
num() - Method in class seda.util.StatsGatherer
 
numActive() - Method in class seda.nbio.SelectSet
Return the number of active SelectItems in this SelectSet.
numActive() - Method in class seda.nbio.SelectSetDevPollImpl
Return the number of active SelectItems in this SelectSetDevPollImpl.
numActive() - Method in class seda.nbio.SelectSetImpl
 
numActive() - Method in class seda.nbio.SelectSetPollImpl
Return the number of active SelectItems in this SelectSetPollImpl.
numActive() - Method in interface seda.sandStorm.lib.aSocket.SelectSourceIF
Return the number of active SelectItems registered with the SelectSource.
numActive() - Method in class seda.sandStorm.lib.aSocket.nbio.SelectSource
Return the number of active SelectItems registered with the SelectSource.
numActive() - Method in class seda.sandStorm.lib.aSocket.nio.NIOSelectSource
Return the number of active SelectItems registered with the SelectSource.
numActiveWriteSockets - Static variable in class seda.sandStorm.lib.aSocket.SockState
 
numActiveWriters() - Static method in class seda.sandStorm.lib.aSocket.SockState
 
numArrays() - Method in class seda.sandStorm.lib.util.MultiByteArrayInputStream
Return the number of bytes registered.
numEmptyWrites - Variable in class seda.sandStorm.lib.aSocket.DatagramSockState
 
numEmptyWrites - Variable in class seda.sandStorm.lib.aSocket.SockState
 
numKeys() - Method in class seda.sandStorm.main.SandstormConfig.configSection
 
numMsgs - Variable in class ClientStage.MessageSendEvent
 
numMsgs - Variable in class SimpleP2PClient.MessageSendEvent
 
numRegistered() - Method in interface seda.sandStorm.lib.aSocket.SelectSourceIF
Return the number of SelectItems registered with the SelectSource.
numRegistered() - Method in class seda.sandStorm.lib.aSocket.nbio.SelectSource
Return the number of SelectItems registered with the SelectSource.
numRegistered() - Method in class seda.sandStorm.lib.aSocket.nio.NIOSelectSource
Return the number of SelectItems registered with the SelectSource.
numThreads() - Method in class seda.sandStorm.internal.AggTPSThreadManager.threadPool
 
numThreads() - Method in class seda.sandStorm.internal.ThreadPool
Return the number of threads in this pool.
num_connections - Static variable in class seda.sandStorm.lib.aSocket.ListenSockState
 
num_measurements - Variable in class seda.sandStorm.internal.ResponseTimeControllerMulticlass.cinfo
 
num_messages - Variable in class MultiBandwidth.ConnState
 
num_packets - Variable in class SockState
 
num_processed - Variable in class ProcessStageExpCPUSched
 

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