Package org.openspaces.core.space
Class SpaceServiceDetails
java.lang.Object
org.openspaces.pu.service.PlainServiceDetails
org.openspaces.core.space.SpaceServiceDetails
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,ServiceDetails
A Space service defined within a processing unit.
- Author:
- kimchy
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.openspaces.pu.service.PlainServiceDetails
attributes, description, id, longDescription, serviceSubType, serviceType -
Constructor Summary
ConstructorsConstructorDescriptionSpaceServiceDetails(IJSpace space) SpaceServiceDetails(String id, IJSpace space) -
Method Summary
Methods inherited from class org.openspaces.pu.service.PlainServiceDetails
aggregateById, aggregateByServiceSubType, aggregateByServiceType, getAttributes, getDescription, getId, getLongDescription, getServiceSubType, getServiceTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
SERVICE_TYPE
- See Also:
-
-
Constructor Details
-
SpaceServiceDetails
public SpaceServiceDetails() -
SpaceServiceDetails
-
SpaceServiceDetails
-
-
Method Details
-
getName
-
getContainerName
-
getServiceID
-
getSpaceType
-
isMirror
-
isMeta
-
isClustered
-
getUrl
-
getSpaceUrl
-
isSecured
public boolean isSecured() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classPlainServiceDetails- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classPlainServiceDetails- Throws:
IOExceptionClassNotFoundException
-
toString
- Overrides:
toStringin classPlainServiceDetails
-