Class PathsProjectionHandler

java.lang.Object
com.gigaspaces.internal.transport.PathsProjectionHandler

public class PathsProjectionHandler extends Object
Performs paths projection on entry-packet data
Since:
9.7
Author:
yechiel
  • Constructor Details

    • PathsProjectionHandler

      public PathsProjectionHandler(String[] fixedPaths, String[] dynamicPaths, ITypeDesc typeDesc)
  • Method Details

    • applyFixedPathsProjections

      public void applyFixedPathsProjections(IEntryPacket entryPacket, Object[] projectedValues)
    • applyFixedPathsProjections

      public void applyFixedPathsProjections(IEntryData entryData, Object[] projectedValues)
    • applyDynamicPathsProjections

      public void applyDynamicPathsProjections(IEntryPacket entryPacket, Map<String,Object> projectedDynamicProperties)