|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entry | |
---|---|
krati.core.array.basic | |
krati.core.array.entry |
Uses of Entry in krati.core.array.basic |
---|
Methods in krati.core.array.basic that return types with arguments of type Entry | |
---|---|
protected List<Entry<V>> |
ArrayEntryManager.loadEntryFiles()
Load entry log files from disk into _entryList. |
Methods in krati.core.array.basic with parameters of type Entry | |
---|---|
protected String |
ArrayEntryManager.getEntryLogName(Entry<V> entry)
|
Method parameters in krati.core.array.basic with type arguments of type Entry | ||
---|---|---|
protected void |
ArrayEntryManager.applyEntries(List<Entry<V>> entries)
|
|
|
ArrayFile.update(List<Entry<T>> entryList)
Apply entries to the array file. |
|
void |
RecoverableArray.updateArrayFile(List<Entry<V>> entryList)
|
Uses of Entry in krati.core.array.entry |
---|
Classes in krati.core.array.entry that implement Entry | |
---|---|
class |
AbstractEntry<T extends EntryValue>
Entry. |
class |
PreFillEntry<T extends EntryValue>
|
class |
PreFillEntryInt
|
class |
PreFillEntryLong
|
class |
PreFillEntryShort
|
class |
SimpleEntry<T extends EntryValue>
EntryImpl. |
Methods in krati.core.array.entry that return Entry | |
---|---|
Entry<EntryValueLong> |
EntryLongFactory.newEntry(int initialCapacity)
|
Entry<EntryValueInt> |
EntryIntFactory.newEntry(int initialCapacity)
|
Entry<T> |
EntryFactory.newEntry(int initialCapacity)
|
Entry<EntryValueShort> |
EntryShortFactory.newEntry(int initialCapacity)
|
Entry<T> |
EntryPool.next()
|
Entry<T> |
EntryPool.pollFromService()
|
Methods in krati.core.array.entry with parameters of type Entry | ||
---|---|---|
boolean |
EntryPool.addToRecycleQueue(Entry<T> entry)
|
|
boolean |
EntryPool.addToServiceQueue(Entry<T> entry)
|
|
void |
EntryPersistAdapter.afterPersist(Entry<? extends EntryValue> e)
|
|
void |
EntryPersistListener.afterPersist(Entry<? extends EntryValue> e)
|
|
void |
EntryPersistAdapter.beforePersist(Entry<? extends EntryValue> e)
|
|
void |
EntryPersistListener.beforePersist(Entry<? extends EntryValue> e)
|
|
int |
Entry.compareTo(Entry<T> e)
Compares this Entry to another Entry for sorting purposes. |
|
int |
AbstractEntry.compareTo(Entry<T> e)
|
|
static
|
EntryUtility.sortEntriesToValues(Entry<T>[] entryArray)
Sort all the EntryValue(s) from an Entry array into an array of EntryValue(s). |
Method parameters in krati.core.array.entry with type arguments of type Entry | ||
---|---|---|
static
|
EntryUtility.sortEntriesToValues(List<Entry<T>> entryList)
Sort all the EntryValue(s) from an Entry list into an array of EntryValue(s). |
Constructors in krati.core.array.entry with parameters of type Entry | |
---|---|
EntryOverflowException(Entry<?> entry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |