Package com.mckoi.store
Class LoggingBufferManager.BResource
- java.lang.Object
-
- com.mckoi.store.LoggingBufferManager.BResource
-
- Enclosing class:
- LoggingBufferManager
private static class LoggingBufferManager.BResource extends java.lang.ObjectA data resource that is being buffered.
-
-
Constructor Summary
Constructors Constructor Description BResource(long id, java.lang.String name)Constructs the resource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) longgetID()Returns the id assigned to this resource.(package private) java.lang.StringgetName()Returns the name of this resource.
-