Class ProjectionTemplate
java.lang.Object
com.gigaspaces.internal.transport.AbstractProjectionTemplate
com.gigaspaces.internal.transport.ProjectionTemplate
- All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable
Holds projection template data
- Since:
- 9.5
- Author:
- eitany
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectionTemplatebooleanString[]returns projection of dynamic properties that include paths, null indicates no projection is requested of fixed properties.String[]return projection of dynamic properties, null indicates no projection is requested of dynamic properties.String[]returns projection of fixed properties that include paths, null indicates no projection is requested of fixed properties.int[]returns projection of fixed properties, null indicates no projection is requested of fixed properties.inthashCode()voidtoString()voidMethods inherited from class AbstractProjectionTemplate
filterOutNonProjectionProperties, filterOutNonProjectionProperties, isAllIndexesProjections, isAllIndexesProjections, isMultiUidsProjectionMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
ProjectionTemplate
public ProjectionTemplate()
-
-
Method Details
-
getFixedPropertiesIndexes
public int[] getFixedPropertiesIndexes()Description copied from class:AbstractProjectionTemplatereturns projection of fixed properties, null indicates no projection is requested of fixed properties.- Specified by:
getFixedPropertiesIndexesin classAbstractProjectionTemplate
-
getDynamicProperties
Description copied from class:AbstractProjectionTemplatereturn projection of dynamic properties, null indicates no projection is requested of dynamic properties.- Specified by:
getDynamicPropertiesin classAbstractProjectionTemplate
-
getFixedPaths
Description copied from class:AbstractProjectionTemplatereturns projection of fixed properties that include paths, null indicates no projection is requested of fixed properties.- Specified by:
getFixedPathsin classAbstractProjectionTemplate
-
getDynamicPaths
Description copied from class:AbstractProjectionTemplatereturns projection of dynamic properties that include paths, null indicates no projection is requested of fixed properties.- Specified by:
getDynamicPathsin classAbstractProjectionTemplate
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractProjectionTemplate- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractProjectionTemplate- Throws:
IOExceptionClassNotFoundException
-
create
-
hashCode
-
equals
-
toString
-