Class CacheQueryObjectValueContext
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.CacheQueryObjectValueContext
-
- All Implemented Interfaces:
CacheObjectValueContext
public class CacheQueryObjectValueContext extends Object implements CacheObjectValueContext
Cache object value context for queries.
-
-
Constructor Summary
Constructors Constructor Description CacheQueryObjectValueContext(GridKernalContext ctx)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddDeploymentInfo()booleanbinaryEnabled()booleancopyOnGet()GridKernalContextkernalContext()booleanstoreValue()
-
-
-
Constructor Detail
-
CacheQueryObjectValueContext
public CacheQueryObjectValueContext(GridKernalContext ctx)
Constructor.- Parameters:
ctx- Kernal context.
-
-
Method Detail
-
kernalContext
public GridKernalContext kernalContext()
- Specified by:
kernalContextin interfaceCacheObjectValueContext- Returns:
- Kernal context.
-
copyOnGet
public boolean copyOnGet()
- Specified by:
copyOnGetin interfaceCacheObjectValueContext- Returns:
- Copy on get flag.
-
storeValue
public boolean storeValue()
- Specified by:
storeValuein interfaceCacheObjectValueContext- Returns:
Trueif should store unmarshalled value in cache.
-
addDeploymentInfo
public boolean addDeploymentInfo()
- Specified by:
addDeploymentInfoin interfaceCacheObjectValueContext- Returns:
Trueif deployment info should be associated with the objects of this cache.
-
binaryEnabled
public boolean binaryEnabled()
- Specified by:
binaryEnabledin interfaceCacheObjectValueContext- Returns:
- Binary enabled flag.
-
-