com.hazelcast.config
Class TopicConfig

java.lang.Object
  extended by 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

Field Summary
static boolean DEFAULT_GLOBAL_ORDERING_ENABLED
           
 
Constructor Summary
TopicConfig()
           
TopicConfig(TopicConfig config)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 int hashCode()
           
 boolean isGlobalOrderingEnabled()
           
 void readData(java.io.DataInput in)
           
 TopicConfig setGlobalOrderingEnabled(boolean globalOrderingEnabled)
           
 TopicConfig setName(java.lang.String name)
           
 java.lang.String toString()
           
 void writeData(java.io.DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_GLOBAL_ORDERING_ENABLED

public static final boolean DEFAULT_GLOBAL_ORDERING_ENABLED
See Also:
Constant Field Values
Constructor Detail

TopicConfig

public TopicConfig()

TopicConfig

public TopicConfig(TopicConfig config)
Method Detail

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.