Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: B D

    This author has written 574 articles
    1. Home>
    2. B D>
    3. Page 10

    Hazelcast – ISet

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:2 Comments

    The java.util.Set provides an interface for holding collections of objects which are unique. The ordering of elements does not matter. Similarly, ISet implements a distributed version of Java Set. It…

    Continue ReadingHazelcast – ISet

    Hazelcast – ICountDownLatch

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:0 Comments

    The java.util.concurrent.CountDownLatch provides a way for threads to wait, while other threads complete a set of operations in a multithreaded environment in a JVM. Similarly, ICountDownLatch provides a distributed version…

    Continue ReadingHazelcast – ICountDownLatch

    Hazelcast – ISemaphore

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:0 Comments

    The java.util.concurrent.Semaphore supports synchronization by providing limited access when working in a multithreaded environment in a JVM. Sounds a lot like a lock, right? But there are two major differences…

    Continue ReadingHazelcast – ISemaphore

    Hazelcast – ILock

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:4 Comments

    The java.util.concurrent.locks.The lock provides an interface that can be implemented and used for locking critical sections when working in a multithreaded environment in a JVM. Similarly, ILock extends the interface…

    Continue ReadingHazelcast – ILock

    Hazelcast – IAtomicLong

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:1 Comment

    The Atomic Long data structure in Java provides a thread-safe way for using Long. Similarly, IAtomicLong is more of a distributed version of AtomicLong. It provides similar functions of which…

    Continue ReadingHazelcast – IAtomicLong

    Hazelcast – Data Structures

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:0 Comments

    java.util.the concurrent package provides data structures such as AtomicLong, CountDownLatch, ConcurrentHashMap, etc. which are useful when you have more than one thread reading/writing data to the data structure. But to…

    Continue ReadingHazelcast – Data Structures

    Hazelcast – Setting up multi-node instances

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:0 Comments

    Given that Hazelcast is a distributed IMDG and typically is set up on multiple machines, it requires access to the internal/external network. The most important use-case being the discovery of…

    Continue ReadingHazelcast – Setting up multi-node instances

    Hazelcast – Configuration

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:0 Comments

    Hazelcast supports programmatic as well as XML-based configuration. However, it is the XML configuration that is heavily used in production, given its ease of use. But XML configuration internally uses…

    Continue ReadingHazelcast – Configuration

    Hazelcast – First Application

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:0 Comments

    Hazelcast can be run in isolation (single node) or multiple nodes can be run to form a cluster. Let us first try starting a single instance. Single Instance Example Now,…

    Continue ReadingHazelcast – First Application

    Hazelcast – Setup

    • Post author:B D
    • Post published:August 21, 2021
    • Post category:Hazelcast
    • Post comments:3 Comments

    Hazelcast requires Java 1.6 or above. Hazelcast can also be used with .NET, C++, or other JVM-based languages like Scala and Clojure. However, for this tutorial, we are going to…

    Continue ReadingHazelcast – Setup
    • Go to the previous page
    • 1
    • …
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • …
    • 58
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP