All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.hazelcast.3.10.1.source-code.readme.html Maven / Gradle / Ivy




	
	Hazelcast Readme
	
	
	
	
	



	

Hazelcast Readme

Table of Contents

What's Included:

    Folders

  • /bin
    • hazelcast.xml — the configuration file for Hazelcast.
    • hazelcast-full-example.xml — It is the Hazelcast configuration file that includes all the configuration elements and attributes with their descriptions.
    • start.bat — Starts a Hazelcast member for Windows users.
    • start.sh — Starts a Hazelcast member for Linux users.
    • stop.bat — Stops the current running Hazelcast member for Windows users.
    • stop.sh — Stops the current running Hazelcast member for Linux users.
    • cluster.sh — Provides basic functionalities for cluster management such as getting and changing the cluster state, shutting down the cluster or forcing the cluster to clean its persisted data and make a fresh start.
  • /code-samples — Hazelcast code samples to learn from and include in your projects. Please refer to the code samples readme for more information.
  • /demo
    • clientConsole.bat — Starts a sample client application for Windows users. You can perform, for example, usual map operations using command line interface. This application requires an up and running Hazelcast cluster.
    • clientConsole.sh — Starts a sample client application for Linux users. You can perform, for example, usual map operations using command line interface. This application requires an up and running Hazelcast cluster.
    • console.bat — Starts a sample Hazelcast member application for Windows users.
    • console.sh — Starts a sample Hazelcast member application for Linux users.
  • /docs
  • /lib
    • hazelcast.jar — The core hazelcast JAR.
    • hazelcast-all.jar — Includes all of the libraries here in one JAR file.
    • hazelcast-client.jar — The Java native client library to be included on classpath for Hazelcast client. This library contains clients which use the new Hazelcast Binary Client Protocol, introduced in the Hazelcast 3.5 Release.
    • hazelcast-spring.jar — This is the library to integrate Hazelcast with Spring based applications.
    • further-modules.txt — This text file includes the list of other modules and plugins provided/supported by Hazelcast and the community, along with the information on how you can reach them.
  • /license
    • apache-v2-license.txt — Hazelcast license.
    • mancenter-license.txt — Management Center license.
    • minimal-json-license.txt — Minimal JSON parser and writer's license.
    • notice.txt — NOTICE file corresponding to the section 4 (d) of the Apache License.
    • README.txt — License README.

TXT Files

  • changelog.txt — Shows the documentation revision history for Hazelcast Reference Manual.
  • release_notes.txt — Lists the new features, enhancements and fixes for this Hazelcast release.

Getting Started

First, go through the included Getting Started guide to get Hazelcast up and running. Don't miss the sections on starting a Hazelcast member and client and configuring Hazelcast.

The online Getting Started guide includes video tutorials to guide you through building your first Hazelcast application and running your cluster.

Management Center

See the included Management Center chapter for installation instructions and an overview of Management Center.

Getting Clients and Language APIs

All of the following clients and language APIs are open source and supported by Hazelcast. Click on a client or language, and you will be directed to its release page.

See Clients & Languages page to see the client/language feature comparison table.

Hazelcast Plugins

You can extend Hazelcast's functionality by adding its plugins. Please see Plugins page to learn about Hazelcast plugins you can use.

Training, Tutorials and Events

Hazelcast Community

Get your questions answered and share your knowledge on Stack Overflow and our Google Group.

Support

For information on professional support subscriptions, please visit Hazelcast.com/Support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy