Package com.j_spaces.core.client
Class ProxySettings
java.lang.Object
com.j_spaces.core.client.ProxySettings
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
Essential proxy settings. This class is not serializable and is not passed between the space and
the proxy
- Since:
- 6.5
- Author:
- anna
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneAndUpdate(ClusterTopology chunksMap) cloneAndUpdate(SpaceClusterInfo newClusterInfo) intintgetSpaceClusterInfo(boolean clustered) intgetUuid()intbooleanbooleanisFifo()booleanbooleanbooleanbooleanbooleanvoidvoidsetFifo(boolean fifo) setFinderURL(SpaceURL finderURL) voidsetGatewayProxy(boolean gatewayProxy) voidsetReadModifiers(int readModifiers) voidsetUpdateModifiers(int updateModifiers) voidsetVersioned(boolean isVersioned) voidMethods 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
-
Constructor Details
-
ProxySettings
-
-
Method Details
-
getUuid
-
getSerializationType
public int getSerializationType() -
getContainerName
-
getSpaceName
-
getStubHandler
-
getContainerProxy
-
getSpaceAttributes
-
getSpaceURL
-
isSecuredService
public boolean isSecuredService() -
getExportedTransportConfig
-
getFinderURL
-
setFinderURL
-
getTimeProvider
-
getCodebase
-
getMemberName
-
getUUIDHashCode
public int getUUIDHashCode() -
getRemoteSpace
-
getSpaceImplIfEmbedded
-
getOldProxyHolder
-
isCollocated
public boolean isCollocated() -
getUpdateModifiers
public int getUpdateModifiers() -
setUpdateModifiers
public void setUpdateModifiers(int updateModifiers) -
getReadModifiers
public int getReadModifiers() -
setReadModifiers
public void setReadModifiers(int readModifiers) -
isVersioned
public boolean isVersioned() -
setVersioned
public void setVersioned(boolean isVersioned) -
isFifo
public boolean isFifo() -
setFifo
public void setFifo(boolean fifo) -
isGatewayProxy
public boolean isGatewayProxy() -
setGatewayProxy
public void setGatewayProxy(boolean gatewayProxy) -
getCustomProperties
-
isTieredStorageCachePolicy
public boolean isTieredStorageCachePolicy() -
getTieredStorageConfig
-
isMvccEnabled
public boolean isMvccEnabled() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getSpaceClusterInfo
-
cloneAndUpdate
-
cloneAndUpdate
-