public abstract class AbstractMemoryBlock extends Object implements Comparable<AbstractMemoryBlock>
Constructor and Description |
---|
AbstractMemoryBlock() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
int |
compareTo(AbstractMemoryBlock arg0) |
long |
getIdleEntryId() |
void |
setIdleEntryId(long idleEntryId) |
public long getIdleEntryId()
public void setIdleEntryId(long idleEntryId)
public int compareTo(AbstractMemoryBlock arg0)
compareTo
in interface Comparable<AbstractMemoryBlock>
public abstract void close() throws JasDBStorageException
JasDBStorageException
Copyright © 2015. All rights reserved.