Uses of Enum Class
com.loomcache.common.protocol.Feature
Packages that use Feature
-
Uses of Feature in com.loomcache.common.protocol
Subclasses with type arguments of type Feature in com.loomcache.common.protocolMethods in com.loomcache.common.protocol that return FeatureModifier and TypeMethodDescriptionstatic FeatureReturns the enum constant of this class with the specified name.static Feature[]Feature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.common.protocol that return types with arguments of type FeatureModifier and TypeMethodDescriptionVersionCompatibilityManager.getCompatibleFeatures(LoomVersion negotiatedVersion) Get features available given a negotiated version.VersionCompatibilityManager.getCompatibleFeaturesForPeer(String peerId) Get features available for communication with a specific peer.Methods in com.loomcache.common.protocol with parameters of type FeatureModifier and TypeMethodDescriptionVersionedMessageAdapter.createFeatureUnavailableError(Feature feature, int correlationId) Create an error message for an unsupported operation.booleanVersionCompatibilityManager.hasFeature(LoomVersion version, Feature feature) Check if a feature is available for a given version.booleanVersionedMessageAdapter.hasFeature(Feature feature) Check if a feature is available for this connection.booleanVersionCompatibilityManager.hasFeatureForPeer(String peerId, Feature feature) Check if a feature is available for communication with a specific peer.