public class SourceChannelConfig extends Object implements SmartExternalizable
Modifier and Type | Field and Description |
---|---|
static long |
UNLIMITED |
Constructor and Description |
---|
SourceChannelConfig() |
SourceChannelConfig(long maxAllowedDisconnectionTimeBeforeDrop) |
Modifier and Type | Method and Description |
---|---|
long |
getMaxAllowedDisconnectionTimeBeforeDrop() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public static final long UNLIMITED
public SourceChannelConfig()
public SourceChannelConfig(long maxAllowedDisconnectionTimeBeforeDrop)
public long getMaxAllowedDisconnectionTimeBeforeDrop()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.