Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.query.impl
Class ProjectionConverter

java.lang.Object
  extended by org.infinispan.query.impl.ProjectionConverter

public class ProjectionConverter
extends Object

Converts between Infinispan and HSearch projection fields.

Author:
Marko Luksa

Constructor Summary
ProjectionConverter(String[] fields, AdvancedCache<?,?> cache, KeyTransformationHandler keyTransformationHandler)
           
 
Method Summary
 Object[] convert(Object[] projection)
           
 String[] getHSearchProjection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionConverter

public ProjectionConverter(String[] fields,
                           AdvancedCache<?,?> cache,
                           KeyTransformationHandler keyTransformationHandler)
Method Detail

getHSearchProjection

public String[] getHSearchProjection()

convert

public Object[] convert(Object[] projection)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.