Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Included sample folders
* **/near-cache** — Shows the benefits of Near Caches, local subsets of data that track the master copy in the grid. Further extends the _/clients_ examples.
* **/network-configuration** — Shows what options Hazelcast configuration has regarding to network (e.g. partition grouping, multicast, ports, outbound ports, etc.)
* **/osgi** — Demonstrates how to use Hazelcast's OSGI support
* **/platform-operator** - Code samples for Platform Operator (migrated from hazelcast-guides)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **/platform-operator** - Code samples for Platform Operator (migrated from hazelcast-guides)
* **/platform-operator** - Code samples for Platform Operator (migrated from [hazelcast-guides](https://github.com/hazelcast-guides))

Nit

* **/replicated-map** — Code samples to show how to get a replicated map and create an entry listener.
* **/serialization** — Includes code samples that implement various serialization interfaces like DataSerializable, IdentifiedDataSerializable, Externalizable and Portable. It also has code samples to show how to plug a custom serializer using StreamSerializer and ByteArraySerializer interfaces and usage of Kryo and Protobuf serializers.
* **/spi** — Includes code samples that create a simple counter application using Hazelcast’s Service Provider Interface (SPI).
Expand All @@ -44,4 +45,4 @@ Included helper folders
-----------------------

* **/checkstyle** — Java code style configuration
* **/helper** — Shared utility classes and methods for samples
* **/helper** — Shared utility classes and methods for samples
Loading