com.hazelcast.config
Class TopicConfig
java.lang.Object
com.hazelcast.config.TopicConfig
- All Implemented Interfaces:
- DataSerializable, java.io.Serializable
public final class TopicConfig
- extends java.lang.Object
- implements DataSerializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DEFAULT_GLOBAL_ORDERING_ENABLED
public static final boolean DEFAULT_GLOBAL_ORDERING_ENABLED
- See Also:
- Constant Field Values
TopicConfig
public TopicConfig()
TopicConfig
public TopicConfig(TopicConfig config)
getName
public java.lang.String getName()
- Returns:
- the name
setName
public TopicConfig setName(java.lang.String name)
- Parameters:
name
- the name to set
isGlobalOrderingEnabled
public boolean isGlobalOrderingEnabled()
- Returns:
- the globalOrderingEnabled
setGlobalOrderingEnabled
public TopicConfig setGlobalOrderingEnabled(boolean globalOrderingEnabled)
- Parameters:
globalOrderingEnabled
- the globalOrderingEnabled to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
writeData
public void writeData(java.io.DataOutput out)
throws java.io.IOException
- Specified by:
writeData
in interface DataSerializable
- Throws:
java.io.IOException
readData
public void readData(java.io.DataInput in)
throws java.io.IOException
- Specified by:
readData
in interface DataSerializable
- Throws:
java.io.IOException
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.