esrefozturk / serializaton-with-hazelcast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serialization with Hazelcast

In this repository, you can find sample implementations and benchmarks of some serialization methods with hazelcast. You can also find detailed explanation at http://hazelcast.org/

Prerequisites

You should have installed Apache Maven(http://maven.apache.org/download.cgi) on your system.

How to Run Sample Application

- Compile the application with: ``` mvn compile ``` - Execute it with: ``` mvn exec:java -Dexec.mainClass="com.hazelcast.mainbenchmark.MainBenchmark" ```

About

License:Apache License 2.0


Languages

Language:Java 100.0%