| | |
| | | */ |
| | | package org.opends.server.backends.pluggable; |
| | | |
| | | import java.util.Set; |
| | | |
| | | import org.forgerock.i18n.slf4j.LocalizedLogger; |
| | | import org.forgerock.opendj.config.server.ConfigException; |
| | | import org.forgerock.opendj.ldap.ByteSequence; |
| | |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public Set<TreeName> listTrees() |
| | | { |
| | | final Set<TreeName> results = storage.listTrees(); |
| | | if (logger.isTraceEnabled()) |
| | | { |
| | | logger.trace("Storage@%s.listTrees() = ", storageId(), results); |
| | | } |
| | | return results; |
| | | } |
| | | |
| | | private String hex(final ByteSequence bytes) |
| | | { |
| | | return bytes != null ? bytes.toByteString().toHexString() : null; |
| | |
| | | { |
| | | return System.identityHashCode(this); |
| | | } |
| | | |
| | | |
| | | } |