Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Apache Ignite Quick Start Guide

You're reading from   Apache Ignite Quick Start Guide Distributed data caching and processing made easy

Arrow left icon
Product type Paperback
Published in Nov 2018
Publisher Packt
ISBN-13 9781789347531
Length 260 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Sujoy Acharya Sujoy Acharya
Author Profile Icon Sujoy Acharya
Sujoy Acharya
Arrow right icon
View More author details
Toc

Exploring distributed data structures

One of the coolest Ignite features is its distributed data structures. You can use a data structure of your choice in a distributed fashion. We use distributed key/value pair caches, database tables, or complex serialization techniques to share objects between the JVMs/applications. Ignite's distributed data structure allows us to share data structure beyond heap, between the JVMs

Ignite supports the following distributed data structures.

CountDownLatch

Java 5 introduced the java.util.concurrent package for concurrent programming. It contains many useful utility classes, such as the CountDownLatch class for synchronizing threads within a JVM. Apache Ignite's IgniteCountDownLatch...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image