Package com.hazelcast.config
Class ServiceConfig
java.lang.Object
com.hazelcast.config.ServiceConfig
Configuration for a single service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddProperty
(String propertyName, String value) final boolean
getName()
final int
hashCode()
boolean
setClassName
(String className) setConfigObject
(Object configObject) setEnabled
(boolean enabled) setImplementation
(Object serviceImpl) setProperties
(Properties properties) toString()
-
Constructor Details
-
ServiceConfig
public ServiceConfig()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
-
getName
-
setName
-
getClassName
-
setClassName
-
getImplementation
- Since:
- 3.7
-
setImplementation
- Since:
- 3.7
-
getProperties
-
setProperties
-
addProperty
-
setConfigObject
-
getConfigObject
-
equals
-
hashCode
public final int hashCode() -
toString
-