Uses of Interface
com.mckoi.store.StoreDataAccessor
-
Packages that use StoreDataAccessor Package Description com.mckoi.store -
-
Uses of StoreDataAccessor in com.mckoi.store
Classes in com.mckoi.store that implement StoreDataAccessor Modifier and Type Class Description (package private) classIOStoreDataAccessorAn implementation of StoreDataAccessor that uses the standard Java IO API to access data in some underlying file in the filesystem.classScatteringStoreDataAccessorAn implementation of StoreDataAccessor that scatters the addressible data resource across multiple files in the file system.Fields in com.mckoi.store declared as StoreDataAccessor Modifier and Type Field Description protected StoreDataAccessorJournalledSystem.AbstractResource. dataThe backing object.(package private) StoreDataAccessorScatteringStoreDataAccessor.FileSlice. dataMethods in com.mckoi.store that return StoreDataAccessor Modifier and Type Method Description private StoreDataAccessorScatteringStoreDataAccessor. createSliceDataAccessor(java.io.File file)Creates a StoreDataAccessor object for accessing a given slice.StoreDataAccessorLoggingBufferManager.StoreDataAccessorFactory. createStoreDataAccessor(java.lang.String resource_name)Returns a StoreDataAccessor object for the given resource name.Constructors in com.mckoi.store with parameters of type StoreDataAccessor Constructor Description AbstractResource(java.lang.String name, long id, StoreDataAccessor data)Constructs the resource.NonLoggingResource(java.lang.String name, long id, StoreDataAccessor data)Constructs the resource.Resource(java.lang.String name, long id, StoreDataAccessor data)Constructs the resource.
-