public interface GridGgfsHelper
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGgfsBlockKey(Object key)
Check whether object is of type
GridGgfsBlockKey |
void |
preProcessCacheConfiguration(GridCacheConfiguration cfg)
Pre-process cache configuration.
|
void |
validateCacheConfiguration(GridCacheConfiguration cfg)
Validate cache configuration for GGFS.
|
void preProcessCacheConfiguration(GridCacheConfiguration cfg)
cfg - Cache configuration.void validateCacheConfiguration(GridCacheConfiguration cfg) throws GridException
cfg - Cache configuration.GridException - If validation failed.boolean isGgfsBlockKey(Object key)
GridGgfsBlockKeykey - Key.True if GGFS block key.Copyright © 2014. All rights reserved.