Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
Modifier and Type | Method and Description |
---|---|
MemcacheProtocolConfig |
NetworkConfig.getMemcacheProtocolConfig() |
MemcacheProtocolConfig |
MemcacheProtocolConfig.setEnabled(boolean enabled)
Enables or disables the MEMCACHE protocol on the member.
|
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
NetworkConfig.setMemcacheProtocolConfig(MemcacheProtocolConfig memcacheProtocolConfig) |
Modifier and Type | Method and Description |
---|---|
MemcacheProtocolConfig |
NodeIOService.getMemcacheProtocolConfig() |
MemcacheProtocolConfig |
IOService.getMemcacheProtocolConfig()
Returns initialized
MemcacheProtocolConfig for the node. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.