Uses of Class
org.terracotta.toolkit.ToolkitFeatureType

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
<T extends ToolkitFeature>
T
Toolkit.getFeature(ToolkitFeatureType<T> type)
          Returns the ToolkitFeature implementation identified by type associated with the Toolkit.
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.