From d12cc90fc15f432f43abc394b4090f9b4f7b2a03 Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Mon, 11 May 2015 16:48:09 +0000
Subject: [PATCH] OPENDJ-1869 CR-6727 Fix NPE in EntryCachePreloader.EntryCacheCollector
---
opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java b/opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java
index 46896fa..7ba233b 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java
@@ -211,20 +211,6 @@
public abstract DN[] getBaseDNs();
/**
- * Attempts to pre-load all the entries stored within this backend
- * into the entry cache. Note that the caller must ensure that the
- * backend stays in read-only state until this method returns as
- * no entry locking is performed during this operation. Also note
- * that any backend implementing this method should implement pre-
- * load progress reporting and error handling specific to its own
- * implementation.
- *
- * @throws UnsupportedOperationException if backend does not
- * support this operation.
- */
- public abstract void preloadEntryCache() throws UnsupportedOperationException;
-
- /**
* Indicates whether search operations which target the specified
* attribute in the indicated manner would be considered indexed
* in this backend. The operation should be considered indexed only
--
Gitblit v1.10.0