Package edu.jas.util

Concurrent programming utility classes.

See:
          Description

Interface Summary
RemoteExecutable Interface RemoteExecutable.
 

Class Summary
ArrayUtil Array utilities.
CartesianProduct<E> Cartesian product with iterator.
CartesianProductInfinite<E> Cartesian product of infinite components with iterator.
CartesianProductLong Cartesian product for Long with iterator.
CatReader Reader to concat two readers.
ChannelFactory ChannelFactory implements a symmetric and non blocking way of setting up sockets on the client and server side.
DHTTransport<K,V> Transport container for a distributed version of a HashTable.
DistHashTable<K,V> Distributed version of a HashTable.
DistHashTableServer<K> Server for the distributed version of a list.
DistHashTableTest DistHashTable test with JUnit.
DistributedList Distributed version of a List.
DistributedListServer Server for the distributed version of a list.
DistributedListTest DistributedList tests with JUnit.
DistThreadPool Distributed thread pool.
DistThreadPoolTest DistThreadPool tests with JUnit.
ExecutableChannels ExecutableChannels used to receive and execute classes.
ExecutableChannelsTest ExecutableChannels tests with JUnit.
ExecutableServer ExecutableServer is used to receive and execute classes.
ExecutableServerTest ExecutableServer tests with JUnit.
IteratorsTest Iterator tests with JUnit.
KsubSet<E> K-Subset with iterator.
ListUtil List utilities.
ListUtilTest ListUtil tests with JUnit.
LongIterable Iterable for Long.
MapEntry<K,V> MapEntry helper class implements Map.Entry.
PowerSet<E> Power set with iterator.
PowerSetTest PowerSet tests with JUnit.
SocketChannel SocketChannel provides a communication channel for Java objects using TCP/IP sockets.
SocketChannelTest SocketChannel tests with JUnit.
StrategyEnumeration StrategyEnumeration.
TaggedSocketChannel TaggedSocketChannel provides a communication channel with message tags for Java objects using TCP/IP sockets.
TaggedSocketChannelTest TaggedSocketChannel tests with JUnit.
Terminator Terminating helper class.
ThreadPool Thread pool using stack / list workpile.
ThreadPoolTest ThreadPool tests with JUnit.
 

Enum Summary
DHTTransport.Stor  
 

Package edu.jas.util Description

Concurrent programming utility classes.

This package contains further utilities for parallel and distributed computations like ThreadPool, DistThreadPool or DistHashTable.


Heinz Kredel

Last modified: Mon Jul 9 22:45:40 CEST 2007

$Id: package.html 1263 2007-07-29 10:21:40Z kredel $