org.terracotta.toolkit
Interface ToolkitFeature

All Known Subinterfaces:
NonStopFeature, OffheapFeature, SearchFeature

public interface ToolkitFeature

A toolkit feature. Implementations can opt to support extra features, and all features extends from this interface.

See Also:
ToolkitFeatureType, Toolkit.getFeature(ToolkitFeatureType)

Method Summary
 boolean isEnabled()
          Returns true if the feature is enabled, otherwise false
 

Method Detail

isEnabled

boolean isEnabled()
Returns true if the feature is enabled, otherwise false

Returns:
true if the feature is enabled, otherwise false


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