@Override public TimestampsRegion buildTimestampsRegion(String regionName, Properties properties) throws CacheException { return this.regionFactory.buildTimestampsRegion(regionName, properties); }
@Override public TimestampsRegion buildTimestampsRegion(final String regionName, final Properties properties) throws CacheException { return new HazelcastTimestampsRegion<IMapRegionCache>(instance, regionName, properties, new IMapRegionCache(regionName, instance, properties, null)); }
@Override public TimestampsRegion buildTimestampsRegion(final String regionName, final Properties properties) throws CacheException { return new HazelcastTimestampsRegion<LocalRegionCache>(instance, regionName, properties, new TimestampsRegionCache(regionName, instance)); }
public TimestampsRegion buildTimestampsRegion(String regionName, Properties properties) throws CacheException { return this.regionFactory.buildTimestampsRegion(regionName, properties); }