Class FileDataStoreService
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.blob.datastore.AbstractDataStoreService
-
- org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStoreService
-
public class FileDataStoreService extends AbstractDataStoreService
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHE_PATHstatic StringCACHE_SIZEstatic StringFS_BACKEND_PATHstatic StringNAMEstatic StringPATH-
Fields inherited from class org.apache.jackrabbit.oak.plugins.blob.datastore.AbstractDataStoreService
PROP_CACHE_SIZE, PROP_ENCODE_LENGTH
-
-
Constructor Summary
Constructors Constructor Description FileDataStoreService()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
CACHE_PATH
public static final String CACHE_PATH
- See Also:
- Constant Field Values
-
CACHE_SIZE
public static final String CACHE_SIZE
- See Also:
- Constant Field Values
-
FS_BACKEND_PATH
public static final String FS_BACKEND_PATH
- See Also:
- Constant Field Values
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-