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) class
IOStoreDataAccessor
An implementation of StoreDataAccessor that uses the standard Java IO API to access data in some underlying file in the filesystem.class
ScatteringStoreDataAccessor
An 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 StoreDataAccessor
JournalledSystem.AbstractResource. data
The backing object.(package private) StoreDataAccessor
ScatteringStoreDataAccessor.FileSlice. data
Methods in com.mckoi.store that return StoreDataAccessor Modifier and Type Method Description private StoreDataAccessor
ScatteringStoreDataAccessor. createSliceDataAccessor(java.io.File file)
Creates a StoreDataAccessor object for accessing a given slice.StoreDataAccessor
LoggingBufferManager.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.
-