Class SourceChannelConfig
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.config.SourceChannelConfig
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Direct Known Subclasses:
AsyncChannelConfig
- Since:
- 9.0.0
- Author:
- eitany
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
UNLIMITED
public static final long UNLIMITED- See Also:
-
-
Constructor Details
-
SourceChannelConfig
public SourceChannelConfig() -
SourceChannelConfig
public SourceChannelConfig(long maxAllowedDisconnectionTimeBeforeDrop)
-
-
Method Details
-
getMaxAllowedDisconnectionTimeBeforeDrop
public long getMaxAllowedDisconnectionTimeBeforeDrop() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-