Tabnine Logo
PageManager.free
Code IndexAdd Tabnine to your IDE (free)

How to use
free
method
in
jdbm.recman.PageManager

Best Java code snippets using jdbm.recman.PageManager.free (Showing top 8 results out of 315)

origin: org.fusesource.jdbm/jdbm

pageman.free(Magic.FREELOGIDS_PAGE, curs.getCurrent());
origin: org.apache.directory.jdbm/apacheds-jdbm2

pageManager.free( Magic.FREELOGIDS_PAGE, cursor.getBlockId() );
origin: org.fusesource.jdbm/jdbm

  _pageman.free(Magic.FREEPHYSIDS_PAGE, curs.getCurrent());
} else {
  _file.release(curs.getCurrent(), true);
origin: org.apache.directory.jdbm/apacheds-jdbm1

pageManager.free( Magic.FREEPHYSIDS_PAGE, curs.getCurrent() );
origin: org.apache.directory.server/apacheds-jdbm

pageman.free(Magic.FREELOGIDS_PAGE, curs.getCurrent());
origin: org.apache.directory.jdbm/apacheds-jdbm1

pageManager.free(Magic.FREELOGIDS_PAGE, curs.getCurrent());
origin: org.apache.directory.server/apacheds-jdbm

pageman.free( Magic.FREEPHYSIDS_PAGE, curs.getCurrent() );
origin: org.apache.directory.jdbm/apacheds-jdbm2

pageManager.free( Magic.FREEPHYSIDS_PAGE, curs.getBlockId() );
jdbm.recmanPageManagerfree

Javadoc

Frees a page of the indicated type.

Popular methods of PageManager

  • <init>
    Creates a new page manager using the indicated record file.
  • allocate
    Allocates a page of the indicated type. Returns recid of the page.
  • close
    Closes the page manager. This flushes the page manager and releases the lock on the header.
  • commit
    Commit all pending (in-memory) data by flushing the page manager. This forces a flush of all outstan
  • getFileHeader
    Returns the file header.
  • getFirst
    Returns the first page on the indicated list.
  • getLast
    Returns the last page on the indicated list.
  • getNext
    Returns the page following the indicated block
  • getPrev
    Returns the page before the indicated block
  • rollback
    Flushes the page manager. This forces a flush of all outstanding blocks (this it's an implicit Recor
  • getRecordFile
  • getRecordFile

Popular in Java

  • Updating database using SQL prepared statement
  • getResourceAsStream (ClassLoader)
  • onCreateOptionsMenu (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now