See: Description
Interface | Description |
---|---|
LineReader |
Reads a line of input
|
Class | Description |
---|---|
AllTest |
A test of queues, topics, Maps, AtomicInteger etc.
|
AllTest.Customer |
An example customer class
|
ChatApplication |
A Chat Application.
|
DummyQueueStore |
A Dummy Queue Store
|
DummyStore |
A dummy store
|
LongRunningTest |
A long running test
|
SimpleFunctionalMapTest |
A simple functional Map test
|
SimpleFunctionalMapTest.Stats |
Map statistics class
|
SimpleMapTest |
A simple test of a map.
|
SimpleMultiMapTest |
Tests for MultiMap
|
SimpleQueueTest |
A simple queue test
|
SimpleQueueTest.Stats |
A basic statistics class
|
StartServer |
Starts a Hazelcast server
|
TestApp |
Special thanks to Alexandre Vasseur for providing this very nice test
application.
|
TestApp.Echo |
Echoes to screen
|
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the
active Hazelcast cluster. Therefor Mapper
,
Combiner
and Reducer
implementations need to be fully serializable by Hazelcast. Any of the
existing serialization patterns are available for those classes, too.
If custom KeyValueSource
is provided above
statement also applies to this implementation.
For a basic idea how to use this framework see Job
or Mapper
, Combiner
or
Reducer
.
Copyright © 2014 Hazelcast, Inc.. All rights reserved.