346347348349350351352
* {@inheritDoc}. * <p> * Throws {@link NonStopCacheException} */ public boolean isCacheCoherent() { throw new NonStopCacheException("isCacheCoherent timed out"); }
355356357358359360361
* {@inheritDoc}. * <p> * Throws {@link NonStopCacheException} */ public boolean isClusterCoherent() { throw new NonStopCacheException("isClusterCoherent timed out"); }
364365366367368369370
* {@inheritDoc}. * <p> * Throws {@link NonStopCacheException} */ public boolean isNodeCoherent() { throw new NonStopCacheException("isNodeCoherent timed out"); }
373374375376377378379
* {@inheritDoc}. * <p> * Throws {@link NonStopCacheException} */ public boolean putWithWriter(Element element, CacheWriterManager writerManager) throws CacheException { throw new NonStopCacheException("putWithWriter timed out"); }
382383384385386387388
* {@inheritDoc}. * <p> * Throws {@link NonStopCacheException} */ public Element removeElement(Element element, ElementValueComparator comparator) throws NullPointerException { throw new NonStopCacheException("removeElement timed out"); }
391392393394395396397
* {@inheritDoc}. * <p> * Throws {@link NonStopCacheException} */ public void removeStoreListener(StoreListener listener) { throw new NonStopCacheException("removeStoreListener timed out"); }
400401402403404405406
* {@inheritDoc}. * <p> * Throws {@link NonStopCacheException} */ public Element removeWithWriter(Object key, CacheWriterManager writerManager) throws CacheException { throw new NonStopCacheException("removeWithWriter timed out"); }
410411412413414415416
* <p> * Throws {@link NonStopCacheException} */ public boolean replace(Element old, Element element, ElementValueComparator comparator) throws NullPointerException, IllegalArgumentException { throw new NonStopCacheException("replace timed out"); }
419420421422423424425
* {@inheritDoc}. * <p> * Throws {@link NonStopCacheException} */ public void setAttributeExtractors(Map<String, AttributeExtractor> extractors) { throw new NonStopCacheException("setAttributeExtractors timed out"); }
428429430431432433434
* {@inheritDoc}. * <p> * Throws {@link NonStopCacheException} */ public void setInMemoryEvictionPolicy(Policy policy) { throw new NonStopCacheException("setInMemoryEvictionPolicy timed out"); }