Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Method and Description |
---|---|
CPSubsystem |
HazelcastClientInstanceImpl.getCPSubsystem() |
CPSubsystem |
HazelcastClientProxy.getCPSubsystem() |
Modifier and Type | Method and Description |
---|---|
CPSubsystem |
HazelcastInstance.getCPSubsystem()
Returns the CP subsystem that offers a set of in-memory linearizable data structures
|
Modifier and Type | Class and Description |
---|---|
class |
CPSubsystemImpl
Provides access to CP subsystem utilities
|
Modifier and Type | Method and Description |
---|---|
CPSubsystem |
HazelcastInstanceImpl.getCPSubsystem() |
CPSubsystem |
HazelcastInstanceProxy.getCPSubsystem() |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.