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.Object
A 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) long
getID()
Returns the id assigned to this resource.(package private) java.lang.String
getName()
Returns the name of this resource.
-