Class LoggingBufferManager.BResource

  • Enclosing class:
    LoggingBufferManager

    private static class LoggingBufferManager.BResource
    extends java.lang.Object
    A data resource that is being buffered.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long id
      The id assigned to the resource.
      private java.lang.String name
      The unique name of the resource within the store.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        private final long id
        The id assigned to the resource.
      • name

        private final java.lang.String name
        The unique name of the resource within the store.
    • Constructor Detail

      • BResource

        BResource​(long id,
                  java.lang.String name)
        Constructs the resource.
    • Method Detail

      • getID

        long getID()
        Returns the id assigned to this resource.
      • getName

        java.lang.String getName()
        Returns the name of this resource.