Class PbsProjectionTemplate
java.lang.Object
com.gigaspaces.internal.transport.AbstractProjectionTemplate
com.gigaspaces.internal.transport.PbsProjectionTemplate
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
Holds PBS projection data.
- Since:
- 9.5
- Author:
- Idan Moyal
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPbsProjectionTemplate(byte[] serializedFixedPropertiesIndexes, String[] dynamicProperties, String[] fixedPaths, String[] dynamicPaths) -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]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 com.gigaspaces.internal.transport.AbstractProjectionTemplate
filterOutNonProjectionProperties, filterOutNonProjectionProperties, isAllIndexesProjections, isAllIndexesProjections, isMultiUidsProjectionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
PbsProjectionTemplate
public PbsProjectionTemplate() -
PbsProjectionTemplate
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractProjectionTemplate- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractProjectionTemplate- Throws:
IOException
-
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
-
hashCode
public int hashCode() -
equals
-
toString
-