Constant Field Values

Contents

org.apache.*

  • org.apache.jackrabbit.oak.plugins.blob.BlobGC 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONSISTENCY_OP_NAME "Blob consistency check"
    public static final java.lang.String OP_NAME "Blob garbage collection"
  • org.apache.jackrabbit.oak.plugins.blob.BlobGCMBean 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "BlobGarbageCollection"
  • org.apache.jackrabbit.oak.plugins.blob.CachingBlobStore 
    Modifier and Type Constant Field Value
    protected static final long DEFAULT_CACHE_SIZE 16777216L
    public static final java.lang.String MEM_CACHE_NAME "BlobStore-MemCache"
  • org.apache.jackrabbit.oak.plugins.blob.FileCache 
    Modifier and Type Constant Field Value
    protected static final java.lang.String DOWNLOAD_DIR "download"
  • org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_BATCH_COUNT 1024
    public static final java.lang.String DELIM ","
  • org.apache.jackrabbit.oak.plugins.blob.OperationsStatsMBean 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "OperationStats"
  • org.apache.jackrabbit.oak.plugins.blob.UploadStagingCache 
    Modifier and Type Constant Field Value
    protected static final java.lang.String UPLOAD_STAGING_DIR "upload"
  • org.apache.jackrabbit.oak.plugins.blob.datastore.AbstractDataStoreService 
    Modifier and Type Constant Field Value
    public static final java.lang.String PROP_CACHE_SIZE "cacheSizeInMB"
    public static final java.lang.String PROP_ENCODE_LENGTH "encodeLengthInId"
  • org.apache.jackrabbit.oak.plugins.blob.datastore.BlobIdTracker.ActiveDeletionTracker 
    Modifier and Type Constant Field Value
    public static final java.lang.String DELIM ","
  • org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_CACHE_SIZE 16
    public static final java.lang.String MEM_CACHE_NAME "BlobStore-MemCache"
  • org.apache.jackrabbit.oak.plugins.blob.datastore.DbDataStoreService 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "org.apache.jackrabbit.oak.plugins.blob.datastore.DbDataStore"
  • org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStoreService 
    Modifier and Type Constant Field Value
    public static final java.lang.String CACHE_PATH "cachePath"
    public static final java.lang.String CACHE_SIZE "cacheSize"
    public static final java.lang.String FS_BACKEND_PATH "fsBackendPath"
    public static final java.lang.String NAME "org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore"
    public static final java.lang.String PATH "path"
  • org.apache.jackrabbit.oak.plugins.blob.datastore.FSBackend 
    Modifier and Type Constant Field Value
    public static final java.lang.String FS_BACKEND_PATH "fsBackendPath"
  • org.apache.jackrabbit.oak.plugins.blob.migration.BlobMigration 
    Modifier and Type Constant Field Value
    public static final java.lang.String OP_NAME "Blob migration"
  • org.apache.jackrabbit.oak.plugins.blob.migration.BlobMigrationMBean 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "BlobMigration"