Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.serialization |
Contains SPI related to serialization
|
Modifier and Type | Method and Description |
---|---|
protected SerializationService |
ClientProxy.getSerializationService() |
SerializationService |
ClientContext.getSerializationService() |
Modifier and Type | Method and Description |
---|---|
SerializationService |
ObjectDataOutput.getSerializationService() |
Modifier and Type | Field and Description |
---|---|
protected SerializationService |
Offload.serializationService |
Modifier and Type | Method and Description |
---|---|
SerializationService |
NodeEngine.getSerializationService()
Gets the SerializationService.
|
Modifier and Type | Method and Description |
---|---|
void |
SerializationServiceAware.setSerializationService(SerializationService serializationService)
Gets the SerializationService reference injected.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.