public abstract class BlockAccessBase extends Object implements BlockAccess
| Constructor and Description |
|---|
BlockAccessBase(String filename,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
allocBoundary() |
void |
close() |
String |
getLabel() |
boolean |
isClosed() |
boolean |
isEmpty() |
void |
resetAllocBoundary(long boundary)
Reset the allocation space (i.e.
|
boolean |
valid(long id) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallocate, overwrite, read, writesyncpublic BlockAccessBase(String filename, int blockSize)
public final boolean isEmpty()
isEmpty in interface BlockAccesspublic final long allocBoundary()
allocBoundary in interface BlockAccesspublic final void resetAllocBoundary(long boundary)
BlockAccessresetAllocBoundary in interface BlockAccesspublic final boolean valid(long id)
valid in interface BlockAccesspublic final boolean isClosed()
public final void close()
close in interface org.apache.jena.atlas.lib.Closeablepublic String getLabel()
getLabel in interface BlockAccessLicensed under the Apache License, Version 2.0