|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Entry<T extends EntryValue>
Redo Entry.
Field Summary | |
---|---|
static long |
STORAGE_VERSION
|
Method Summary | |
---|---|
void |
add(T value)
Adds an EntryValue. |
int |
capacity()
|
void |
clear()
Clears this Entry. |
int |
compareTo(Entry<T> e)
Compares this Entry to another Entry for sorting purposes. |
File |
getFile()
Gets the Entry file. |
int |
getId()
|
long |
getMaxScn()
|
long |
getMinScn()
|
int |
getServiceId()
Gets the service Id of this Entry. |
EntryValueFactory<T> |
getValueFactory()
|
List<T> |
getValueList()
|
boolean |
isEmpty()
|
boolean |
isFull()
|
void |
load(File file)
Loads an entry from a given file. |
void |
save(File file)
Saves this Entry to a file. |
void |
setServiceId(int serviceId)
Sets the service Id of this Entry. |
int |
size()
|
Field Detail |
---|
static final long STORAGE_VERSION
Method Detail |
---|
int getId()
long getMinScn()
long getMaxScn()
File getFile()
int capacity()
int size()
boolean isFull()
true
if this Entry if filled up. Otherwise, false
boolean isEmpty()
true
if this Entry if empty. Otherwise, false
int compareTo(Entry<T> e)
compareTo
in interface Comparable<Entry<T extends EntryValue>>
List<T> getValueList()
EntryValueFactory<T> getValueFactory()
void save(File file) throws IOException
file
-
IOException
void load(File file) throws IOException
file
-
IOException
void add(T value)
void clear()
int getServiceId()
void setServiceId(int serviceId)
serviceId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |