Package org.apache.solr.core
Class HdfsDirectoryFactory
- java.lang.Object
-
- org.apache.solr.core.DirectoryFactory
-
- org.apache.solr.core.CachingDirectoryFactory
-
- org.apache.solr.core.HdfsDirectoryFactory
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,SolrMetricProducer
,NamedListInitializedPlugin
,SolrCoreAware
@Deprecated public class HdfsDirectoryFactory extends CachingDirectoryFactory implements SolrCoreAware, SolrMetricProducer
Deprecated.since 8.6
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.core.CachingDirectoryFactory
CachingDirectoryFactory.CacheValue, CachingDirectoryFactory.CloseListener
-
Nested classes/interfaces inherited from class org.apache.solr.core.DirectoryFactory
DirectoryFactory.DirContext
-
-
Field Summary
Fields Modifier and Type Field Description static String
BLOCKCACHE_DIRECT_MEMORY_ALLOCATION
Deprecated.static String
BLOCKCACHE_ENABLED
Deprecated.static String
BLOCKCACHE_GLOBAL
Deprecated.static String
BLOCKCACHE_READ_ENABLED
Deprecated.static String
BLOCKCACHE_SLAB_COUNT
Deprecated.static String
BLOCKCACHE_WRITE_ENABLED
Deprecated.static String
CACHE_MERGES
Deprecated.static String
CACHE_READONCE
Deprecated.static String
CONFIG_DIRECTORY
Deprecated.static String
HDFS_HOME
Deprecated.static String
KERBEROS_ENABLED
Deprecated.static String
KERBEROS_KEYTAB
Deprecated.static String
KERBEROS_PRINCIPAL
Deprecated.static String
LOCALITYMETRICS_ENABLED
Deprecated.static Metrics
metrics
Deprecated.static String
NRTCACHINGDIRECTORY_ENABLE
Deprecated.static String
NRTCACHINGDIRECTORY_MAXCACHEMB
Deprecated.static String
NRTCACHINGDIRECTORY_MAXMERGESIZEMB
Deprecated.static String
NUMBEROFBLOCKSPERBANK
Deprecated.-
Fields inherited from class org.apache.solr.core.CachingDirectoryFactory
byDirectoryCache, byPathCache, closeListeners, removeEntries
-
Fields inherited from class org.apache.solr.core.DirectoryFactory
coreContainer, dataHomePath, INDEX_W_TIMESTAMP_REGEX, IOCONTEXT_NO_CACHE, LOCK_TYPE_HDFS, LOCK_TYPE_NATIVE, LOCK_TYPE_NONE, LOCK_TYPE_SIMPLE, LOCK_TYPE_SINGLE
-
-
Constructor Summary
Constructors Constructor Description HdfsDirectoryFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
cleanupOldIndexDirectories(String dataDir, String currentIndexDir, boolean afterReload)
Deprecated.void
close()
Deprecated.Close the this and all of the Directories it contains.protected org.apache.lucene.store.Directory
create(String path, org.apache.lucene.store.LockFactory lockFactory, DirectoryFactory.DirContext dirContext)
Deprecated.Creates a new Directory for a given path.protected org.apache.lucene.store.LockFactory
createLockFactory(String rawLockType)
Deprecated.Creates a new LockFactory for a given path.boolean
exists(String path)
Deprecated.Returns true if a Directory exists for a given path in the underlying (stable) storage and contains at least one file.org.apache.hadoop.conf.Configuration
getConf(org.apache.hadoop.fs.Path path)
Deprecated.String
getConfDir()
Deprecated.String
getDataHome(CoreDescriptor cd)
Deprecated.Get the data home folder.void
inform(SolrCore core)
Deprecated.void
init(NamedList args)
Deprecated.void
initializeMetrics(SolrMetricsContext parentContext, String scope)
Deprecated.Initialize metrics specific to this producer.boolean
isAbsolute(String path)
Deprecated.boolean
isPersistent()
Deprecated.boolean
isSharedStorage()
Deprecated.void
move(org.apache.lucene.store.Directory fromDir, org.apache.lucene.store.Directory toDir, String fileName, org.apache.lucene.store.IOContext ioContext)
Deprecated.Override for more efficient moves.protected void
removeDirectory(CachingDirectoryFactory.CacheValue cacheValue)
Deprecated.void
renameWithOverwrite(org.apache.lucene.store.Directory dir, String fileName, String toName)
Deprecated.boolean
searchersReserveCommitPoints()
Deprecated.If your implementation can count on delete-on-last-close semantics or throws an exception when trying to remove a file in use, return false (eg NFS).long
size(String path)
Deprecated.long
size(org.apache.lucene.store.Directory directory)
Deprecated.-
Methods inherited from class org.apache.solr.core.CachingDirectoryFactory
addCloseListener, deleteOldIndexDirectory, doneWithDirectory, get, getLivePaths, getPath, incRef, normalize, release, remove, remove, remove, remove, stripTrailingSlash
-
Methods inherited from class org.apache.solr.core.DirectoryFactory
empty, getBaseDir, initCoreContainer, sizeOf, sizeOfDirectory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducer
getSolrMetricsContext, initializeMetrics
-
-
-
-
Field Detail
-
BLOCKCACHE_SLAB_COUNT
public static final String BLOCKCACHE_SLAB_COUNT
Deprecated.- See Also:
- Constant Field Values
-
BLOCKCACHE_DIRECT_MEMORY_ALLOCATION
public static final String BLOCKCACHE_DIRECT_MEMORY_ALLOCATION
Deprecated.- See Also:
- Constant Field Values
-
BLOCKCACHE_ENABLED
public static final String BLOCKCACHE_ENABLED
Deprecated.- See Also:
- Constant Field Values
-
BLOCKCACHE_GLOBAL
public static final String BLOCKCACHE_GLOBAL
Deprecated.- See Also:
- Constant Field Values
-
BLOCKCACHE_READ_ENABLED
public static final String BLOCKCACHE_READ_ENABLED
Deprecated.- See Also:
- Constant Field Values
-
BLOCKCACHE_WRITE_ENABLED
public static final String BLOCKCACHE_WRITE_ENABLED
Deprecated.- See Also:
- Constant Field Values
-
NRTCACHINGDIRECTORY_ENABLE
public static final String NRTCACHINGDIRECTORY_ENABLE
Deprecated.- See Also:
- Constant Field Values
-
NRTCACHINGDIRECTORY_MAXMERGESIZEMB
public static final String NRTCACHINGDIRECTORY_MAXMERGESIZEMB
Deprecated.- See Also:
- Constant Field Values
-
NRTCACHINGDIRECTORY_MAXCACHEMB
public static final String NRTCACHINGDIRECTORY_MAXCACHEMB
Deprecated.- See Also:
- Constant Field Values
-
NUMBEROFBLOCKSPERBANK
public static final String NUMBEROFBLOCKSPERBANK
Deprecated.- See Also:
- Constant Field Values
-
LOCALITYMETRICS_ENABLED
public static final String LOCALITYMETRICS_ENABLED
Deprecated.- See Also:
- Constant Field Values
-
KERBEROS_ENABLED
public static final String KERBEROS_ENABLED
Deprecated.- See Also:
- Constant Field Values
-
KERBEROS_KEYTAB
public static final String KERBEROS_KEYTAB
Deprecated.- See Also:
- Constant Field Values
-
KERBEROS_PRINCIPAL
public static final String KERBEROS_PRINCIPAL
Deprecated.- See Also:
- Constant Field Values
-
HDFS_HOME
public static final String HDFS_HOME
Deprecated.- See Also:
- Constant Field Values
-
CONFIG_DIRECTORY
public static final String CONFIG_DIRECTORY
Deprecated.- See Also:
- Constant Field Values
-
CACHE_MERGES
public static final String CACHE_MERGES
Deprecated.- See Also:
- Constant Field Values
-
CACHE_READONCE
public static final String CACHE_READONCE
Deprecated.- See Also:
- Constant Field Values
-
metrics
public static Metrics metrics
Deprecated.
-
-
Method Detail
-
close
public void close() throws IOException
Deprecated.Description copied from class:DirectoryFactory
Close the this and all of the Directories it contains.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceSolrMetricProducer
- Overrides:
close
in classCachingDirectoryFactory
- Throws:
IOException
- If there is a low-level I/O error.
-
init
public void init(NamedList args)
Deprecated.- Specified by:
init
in interfaceNamedListInitializedPlugin
- Overrides:
init
in classCachingDirectoryFactory
-
createLockFactory
protected org.apache.lucene.store.LockFactory createLockFactory(String rawLockType) throws IOException
Deprecated.Description copied from class:DirectoryFactory
Creates a new LockFactory for a given path.- Specified by:
createLockFactory
in classDirectoryFactory
- Parameters:
rawLockType
- A string value as passed in config. Every factory should at least support 'none' to disable locking.- Throws:
IOException
- If there is a low-level I/O error.
-
create
protected org.apache.lucene.store.Directory create(String path, org.apache.lucene.store.LockFactory lockFactory, DirectoryFactory.DirContext dirContext) throws IOException
Deprecated.Description copied from class:DirectoryFactory
Creates a new Directory for a given path.- Specified by:
create
in classDirectoryFactory
- Throws:
IOException
- If there is a low-level I/O error.
-
exists
public boolean exists(String path)
Deprecated.Description copied from class:DirectoryFactory
Returns true if a Directory exists for a given path in the underlying (stable) storage and contains at least one file. Note that the existence of aDirectory
Object as returned by a previous call to theDirectoryFactory.get(java.lang.String, org.apache.solr.core.DirectoryFactory.DirContext, java.lang.String)
method (on the specifiedpath
) is not enough to cause this method to return true. Some prior user of that Directory must have written & synced at least one file to that Directory (and at least one file must still exist)- Overrides:
exists
in classCachingDirectoryFactory
-
getConf
public org.apache.hadoop.conf.Configuration getConf(org.apache.hadoop.fs.Path path)
Deprecated.
-
removeDirectory
protected void removeDirectory(CachingDirectoryFactory.CacheValue cacheValue)
Deprecated.- Overrides:
removeDirectory
in classCachingDirectoryFactory
-
isAbsolute
public boolean isAbsolute(String path)
Deprecated.- Overrides:
isAbsolute
in classDirectoryFactory
- Parameters:
path
- the path to check- Returns:
- true if absolute, as in not relative
-
isPersistent
public boolean isPersistent()
Deprecated.- Specified by:
isPersistent
in classDirectoryFactory
- Returns:
- true if data is kept after close.
-
isSharedStorage
public boolean isSharedStorage()
Deprecated.- Overrides:
isSharedStorage
in classDirectoryFactory
- Returns:
- true if storage is shared.
-
searchersReserveCommitPoints
public boolean searchersReserveCommitPoints()
Deprecated.Description copied from class:DirectoryFactory
If your implementation can count on delete-on-last-close semantics or throws an exception when trying to remove a file in use, return false (eg NFS). Otherwise, return true. Defaults to returning false.- Overrides:
searchersReserveCommitPoints
in classDirectoryFactory
- Returns:
- true if factory impl requires that Searcher's explicitly reserve commit points.
-
getDataHome
public String getDataHome(CoreDescriptor cd) throws IOException
Deprecated.Description copied from class:DirectoryFactory
Get the data home folder. If solr.data.home is set, that is used, else base on instanceDir- Overrides:
getDataHome
in classDirectoryFactory
- Parameters:
cd
- core descriptor instance- Returns:
- a String with absolute path to data direcotry
- Throws:
IOException
-
size
public long size(org.apache.lucene.store.Directory directory) throws IOException
Deprecated.- Overrides:
size
in classDirectoryFactory
- Parameters:
directory
- to calculate size of- Returns:
- size in bytes
- Throws:
IOException
- on low level IO error
-
size
public long size(String path) throws IOException
Deprecated.- Overrides:
size
in classDirectoryFactory
- Parameters:
path
- to calculate size of- Returns:
- size in bytes
- Throws:
IOException
- on low level IO error
-
getConfDir
public String getConfDir()
Deprecated.
-
initializeMetrics
public void initializeMetrics(SolrMetricsContext parentContext, String scope)
Deprecated.Description copied from interface:SolrMetricProducer
Initialize metrics specific to this producer.- Specified by:
initializeMetrics
in interfaceSolrMetricProducer
- Parameters:
parentContext
- parent metrics context. If this component has the same life-cycle as the parent it can simply use the parent context, otherwise it should obtain a child context usingSolrMetricsContext.getChildContext(Object)
passingthis
as the child.scope
- component scope
-
inform
public void inform(SolrCore core)
Deprecated.- Specified by:
inform
in interfaceSolrCoreAware
-
cleanupOldIndexDirectories
public void cleanupOldIndexDirectories(String dataDir, String currentIndexDir, boolean afterReload)
Deprecated.- Overrides:
cleanupOldIndexDirectories
in classDirectoryFactory
-
renameWithOverwrite
public void renameWithOverwrite(org.apache.lucene.store.Directory dir, String fileName, String toName) throws IOException
Deprecated.- Overrides:
renameWithOverwrite
in classDirectoryFactory
- Throws:
IOException
-
move
public void move(org.apache.lucene.store.Directory fromDir, org.apache.lucene.store.Directory toDir, String fileName, org.apache.lucene.store.IOContext ioContext) throws IOException
Deprecated.Description copied from class:DirectoryFactory
Override for more efficient moves. Intended for use with replication - use carefully - some Directory wrappers will cache files for example.- Overrides:
move
in classDirectoryFactory
- Throws:
IOException
- If there is a low-level I/O error.
-
-