Modifier and Type | Method and Description |
---|---|
LookupResult |
LookupTableService.Function.lookup(Object key) |
LookupResult |
LookupTable.lookup(Object key) |
Modifier and Type | Method and Description |
---|---|
LookupResult |
DSVHTTPDataAdapter.doGet(Object key) |
LookupResult |
CSVFileDataAdapter.doGet(Object key) |
protected LookupResult |
HTTPJSONPathDataAdapter.doGet(Object key) |
Modifier and Type | Method and Description |
---|---|
LookupResult |
NullCache.get(LookupCacheKey key,
Callable<LookupResult> loader) |
LookupResult |
GuavaLookupCache.get(LookupCacheKey key,
Callable<LookupResult> loader) |
LookupResult |
NullCache.getIfPresent(LookupCacheKey key) |
LookupResult |
GuavaLookupCache.getIfPresent(LookupCacheKey key) |
Modifier and Type | Method and Description |
---|---|
LookupResult |
NullCache.get(LookupCacheKey key,
Callable<LookupResult> loader) |
LookupResult |
GuavaLookupCache.get(LookupCacheKey key,
Callable<LookupResult> loader) |
Modifier and Type | Method and Description |
---|---|
abstract LookupResult |
LookupResult.Builder.build() |
protected abstract LookupResult |
LookupDataAdapter.doGet(Object key) |
static LookupResult |
LookupResult.empty() |
abstract LookupResult |
LookupCache.get(LookupCacheKey key,
Callable<LookupResult> loader) |
LookupResult |
LookupDataAdapter.get(Object key) |
abstract LookupResult |
LookupCache.getIfPresent(LookupCacheKey key) |
static LookupResult |
LookupResult.multi(Boolean singleValue,
Map<Object,Object> multiValue) |
static LookupResult |
LookupResult.multi(CharSequence singleValue,
Map<Object,Object> multiValue) |
static LookupResult |
LookupResult.multi(Number singleValue,
Map<Object,Object> multiValue) |
static LookupResult |
LookupResult.single(Boolean singleValue) |
static LookupResult |
LookupResult.single(CharSequence singleValue) |
static LookupResult |
LookupResult.single(Number singleValue) |
static LookupResult |
LookupResult.withDefaults(LookupDefaultSingleValue singleValue,
LookupDefaultMultiValue multiValue) |
Modifier and Type | Method and Description |
---|---|
abstract LookupResult |
LookupCache.get(LookupCacheKey key,
Callable<LookupResult> loader) |
Modifier and Type | Method and Description |
---|---|
LookupResult |
LookupTableResource.performAdapterLookup(@NotEmpty String name,
@NotEmpty String key) |
LookupResult |
LookupTableResource.performLookup(@NotEmpty String name,
@NotEmpty String key) |
Modifier and Type | Method and Description |
---|---|
static LookupTableTesterResponse |
LookupTableTesterResponse.result(String string,
LookupResult result) |
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.