Interface | Description |
---|---|
ByteBuffers |
When an object implements this interface, it is assumed to contain
ByteBuffer s, which are not Serializable , but
may need to be passed on to another node anyway. |
Class | Description |
---|---|
ByteBufferCache |
A cache of direct
ByteBuffer s of specific sizes. |
FlexibleEventCollector |
A
FlexibleEventCollector is an Activity that just waits for events, indefinitely, and collects them. |
MemorySizes |
Utility to convert memory sizes to strings in a reasonable format.
|
MultiEventCollector |
A
MultiEventCollector is an Activity that just waits for a specific number of events, and collects them. |
SimpleActivity |
A
SimpleActivity is an activity that only requires a single invocation of its SimpleActivity.simpleActivity(ibis.constellation.Constellation) method. |
SingleEventCollector |
A
SingleEventCollector is an Activity that just waits for a single event, and saves it. |