Uses of Class
org.apache.jackrabbit.oak.plugins.blob.datastore.SharedDataStoreUtils.SharedStoreRecordType
-
Packages that use SharedDataStoreUtils.SharedStoreRecordType Package Description org.apache.jackrabbit.oak.plugins.blob.datastore -
-
Uses of SharedDataStoreUtils.SharedStoreRecordType in org.apache.jackrabbit.oak.plugins.blob.datastore
Methods in org.apache.jackrabbit.oak.plugins.blob.datastore that return SharedDataStoreUtils.SharedStoreRecordType Modifier and Type Method Description static SharedDataStoreUtils.SharedStoreRecordTypeSharedDataStoreUtils.SharedStoreRecordType. valueOf(String name)Returns the enum constant of this type with the specified name.static SharedDataStoreUtils.SharedStoreRecordType[]SharedDataStoreUtils.SharedStoreRecordType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-