Package com.hazelcast.config
Class MemcacheProtocolConfig
java.lang.Object
com.hazelcast.config.MemcacheProtocolConfig
This class allows to enable MEMCACHE text protocol support in Hazelcast.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
Returns if MEMCACHE protocol support is enabled.setEnabled
(boolean enabled) Enables or disables the MEMCACHE protocol on the member.toString()
-
Constructor Details
-
MemcacheProtocolConfig
public MemcacheProtocolConfig()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Returns if MEMCACHE protocol support is enabled.- Returns:
true
if enabled,false
otherwise
-
setEnabled
Enables or disables the MEMCACHE protocol on the member. -
toString
-
equals
-
hashCode
public int hashCode()
-