Uses of Interface
org.terracotta.toolkit.ToolkitFeature

Packages that use ToolkitFeature
org.terracotta.toolkit   
org.terracotta.toolkit.feature   
 

Uses of ToolkitFeature in org.terracotta.toolkit
 

Classes in org.terracotta.toolkit with type parameters of type ToolkitFeature
 class ToolkitFeatureType<T extends ToolkitFeature>
          List of features that a toolkit implementation can support.
 

Methods in org.terracotta.toolkit with type parameters of type ToolkitFeature
<T extends ToolkitFeature>
T
Toolkit.getFeature(ToolkitFeatureType<T> type)
          Returns the ToolkitFeature implementation identified by type associated with the Toolkit.
 

Uses of ToolkitFeature in org.terracotta.toolkit.feature
 

Subinterfaces of ToolkitFeature in org.terracotta.toolkit.feature
 interface NonStopFeature
           
 interface OffheapFeature
          Offheap feature
 interface SearchFeature
          Search feature
 



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