Index: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxy.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxy.java (revision 14efbcaa0af2e958c664fc4aec5fdbaab70d49fb) +++ modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxy.java (revision ) @@ -253,12 +253,6 @@ } /** {@inheritDoc} */ - @Override public Map localPartition(int part) throws CacheException { - // TODO IGNITE-1. - throw new UnsupportedOperationException(); - } - - /** {@inheritDoc} */ @Override public void localEvict(Collection keys) { GridCacheProjectionImpl prev = gate.enter(prj); Index: modules/core/src/main/java/org/apache/ignite/IgniteCache.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- modules/core/src/main/java/org/apache/ignite/IgniteCache.java (revision 14efbcaa0af2e958c664fc4aec5fdbaab70d49fb) +++ modules/core/src/main/java/org/apache/ignite/IgniteCache.java (revision ) @@ -208,8 +208,6 @@ public Iterable> localEntries(CachePeekMode... peekModes) throws CacheException; - public Map localPartition(int part) throws CacheException; - /** * Attempts to evict all entries associated with keys. Note, * that entry will be evicted only if it's not used (not