Uses of Enum Class
org.infinispan.client.hotrod.RemoteSchemasAdmin.SchemaOpResultType
Packages that use RemoteSchemasAdmin.SchemaOpResultType
-
Uses of RemoteSchemasAdmin.SchemaOpResultType in org.infinispan.client.hotrod
Subclasses with type arguments of type RemoteSchemasAdmin.SchemaOpResultType in org.infinispan.client.hotrodMethods in org.infinispan.client.hotrod that return RemoteSchemasAdmin.SchemaOpResultTypeModifier and TypeMethodDescriptionRemoteSchemasAdmin.SchemaOpResultType.fromCode(char c) RemoteSchemasAdmin.SchemaOpResult.getType()Returns the enum constant of this class with the specified name.RemoteSchemasAdmin.SchemaOpResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.infinispan.client.hotrod with parameters of type RemoteSchemasAdmin.SchemaOpResultTypeModifierConstructorDescriptionSchemaOpResult(RemoteSchemasAdmin.SchemaOpResultType type, String error)