public interface GridIndexingEntity<T>
GridIndexingSpi.queryFields(String, String, Collection, GridIndexingQueryFilter[]).@Nullable T value() throws GridSpiException
null only
if actual value is null. Otherwise, it will unmarshal
the bytes() and return the actual value.GridSpiException - If value de-serialization failed.@Nullable byte[] bytes()
boolean hasValue()
True if entity contains unmarshalled value, false
otherwise.Copyright © 2014. All rights reserved.