|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolkitFeatureType | |
---|---|
org.terracotta.toolkit |
Uses of ToolkitFeatureType in org.terracotta.toolkit |
---|
Fields in org.terracotta.toolkit declared as ToolkitFeatureType | |
---|---|
static ToolkitFeatureType<NonStopFeature> |
ToolkitFeatureType.NONSTOP
Nonstop feature |
static ToolkitFeatureType<OffheapFeature> |
ToolkitFeatureType.OFFHEAP
Offheap feature |
static ToolkitFeatureType<SearchFeature> |
ToolkitFeatureType.SEARCH
Search feature |
Methods in org.terracotta.toolkit that return ToolkitFeatureType | |
---|---|
static ToolkitFeatureType[] |
ToolkitFeatureType.values()
Returns list of all features that a toolkit can support. |
Methods in org.terracotta.toolkit with parameters of type ToolkitFeatureType | ||
---|---|---|
|
Toolkit.getFeature(ToolkitFeatureType<T> type)
Returns the ToolkitFeature implementation identified by type associated with the
Toolkit . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |