Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.crdt.pncounter |
This package contains the PN (Positive-Negative) CRDT counter
implementation.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Method and Description |
---|---|
PNCounter |
HazelcastClientInstanceImpl.getPNCounter(String name) |
PNCounter |
HazelcastClientProxy.getPNCounter(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientPNCounterProxy
Client proxy implementation for a
PNCounter . |
Modifier and Type | Method and Description |
---|---|
PNCounter |
HazelcastInstance.getPNCounter(String name)
Creates or returns a
PNCounter with the given
name. |
Modifier and Type | Class and Description |
---|---|
class |
PNCounterProxy
Member proxy implementation for a
PNCounter . |
Modifier and Type | Method and Description |
---|---|
PNCounter |
HazelcastInstanceImpl.getPNCounter(String name) |
PNCounter |
HazelcastInstanceProxy.getPNCounter(String name) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.