| Package | Description |
|---|---|
| net.runeduniverse.lib.rogm.buffer | |
| net.runeduniverse.lib.rogm.lang | |
| net.runeduniverse.lib.rogm.pattern | |
| net.runeduniverse.lib.rogm.pipeline.chain.data |
| Modifier and Type | Method and Description |
|---|---|
static BufferTypes.LoadState |
BufferTypes.LoadState.get(boolean lazy) |
static BufferTypes.LoadState |
BufferTypes.LoadState.get(IFilter filter) |
BufferTypes.LoadState |
BufferTypes.IEntry.getLoadState() |
static BufferTypes.LoadState |
BufferTypes.LoadState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferTypes.LoadState[] |
BufferTypes.LoadState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicBuffer.addEntry(Serializable id,
Serializable entityId,
Object entity,
BufferTypes.LoadState loadState,
IBaseQueryPattern<?> pattern) |
void |
IBuffer.addEntry(Serializable id,
Serializable entityId,
Object entity,
BufferTypes.LoadState loadState,
IBaseQueryPattern<?> pattern) |
static Object |
BufferTypes.LoadState.merge(BufferTypes.IEntry entry,
BufferTypes.LoadState state,
LazyEntriesContainer lazyEntries) |
void |
BufferTypes.IEntry.setLoadState(BufferTypes.LoadState state) |
| Constructor and Description |
|---|
Entry(IPattern.IData data,
Object entity,
BufferTypes.LoadState loadState,
IBaseQueryPattern<?> pattern) |
| Modifier and Type | Method and Description |
|---|---|
<ID extends Serializable> |
Language.ISaveMapper.updateObjectIds(Map<String,ID> ids,
BufferTypes.LoadState loadState) |
| Modifier and Type | Method and Description |
|---|---|
default BufferTypes.LoadState |
IPattern.IData.getLoadState() |
| Modifier and Type | Field and Description |
|---|---|
protected BufferTypes.LoadState |
UpdatedEntryContainer.loadState |
Copyright © 2020–2022 RunedUniverse. All rights reserved.