Class RestSchemasClientOkHttp
java.lang.Object
org.infinispan.client.rest.impl.okhttp.RestSchemasClientOkHttp
- All Implemented Interfaces:
RestSchemaClient
- Since:
- 11.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDELETE a schema by name.GET a schema by name.names()Obtains the names of the registered schemas.POST a schema with the supplied name and contents.post(String schemaName, RestEntity schemaContents) POST a schema with the supplied name and contents.PUT a schema with the supplied name and contents.put(String schemaName, RestEntity schemaContents) PUT a schema with the supplied name and contents.types()Obtains the names of the types.
-
Constructor Details
-
RestSchemasClientOkHttp
-
-
Method Details
-
names
Description copied from interface:RestSchemaClientObtains the names of the registered schemas.- Specified by:
namesin interfaceRestSchemaClient
-
types
Description copied from interface:RestSchemaClientObtains the names of the types.- Specified by:
typesin interfaceRestSchemaClient
-
post
Description copied from interface:RestSchemaClientPOST a schema with the supplied name and contents.- Specified by:
postin interfaceRestSchemaClient
-
post
Description copied from interface:RestSchemaClientPOST a schema with the supplied name and contents.- Specified by:
postin interfaceRestSchemaClient
-
put
Description copied from interface:RestSchemaClientPUT a schema with the supplied name and contents.- Specified by:
putin interfaceRestSchemaClient
-
put
Description copied from interface:RestSchemaClientPUT a schema with the supplied name and contents.- Specified by:
putin interfaceRestSchemaClient
-
delete
Description copied from interface:RestSchemaClientDELETE a schema by name.- Specified by:
deletein interfaceRestSchemaClient
-
get
Description copied from interface:RestSchemaClientGET a schema by name.- Specified by:
getin interfaceRestSchemaClient
-