Uses of Class
voldemort.store.readonly.ReadOnlyStorageFormat

Packages that use ReadOnlyStorageFormat
voldemort.store.readonly A storage engine that provides very efficient read-only access to large sorted files of data. 
voldemort.store.readonly.chunk Read-only store classes for understanding various format changes. 
 

Uses of ReadOnlyStorageFormat in voldemort.store.readonly
 

Methods in voldemort.store.readonly that return ReadOnlyStorageFormat
static ReadOnlyStorageFormat ReadOnlyStorageFormat.fromCode(java.lang.String code)
           
 ReadOnlyStorageFormat ReadOnlyStorageEngine.getReadOnlyStorageFormat()
          Retrieve the storage format of RO
static ReadOnlyStorageFormat ReadOnlyStorageFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReadOnlyStorageFormat[] ReadOnlyStorageFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in voldemort.store.readonly with parameters of type ReadOnlyStorageFormat
 void JsonStoreBuilder.build(ReadOnlyStorageFormat type)
           
static boolean ReadOnlyUtils.isFormatCorrect(java.lang.String fileName, ReadOnlyStorageFormat format)
          Given a file name and read-only storage format, tells whether the file name format is correct
 

Uses of ReadOnlyStorageFormat in voldemort.store.readonly.chunk
 

Methods in voldemort.store.readonly.chunk that return ReadOnlyStorageFormat
 ReadOnlyStorageFormat ChunkedFileSet.getReadOnlyStorageFormat()
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu