Uses of Class
com.morpheusdata.core.cypher.CypherAccess
Packages that use CypherAccess
-
Uses of CypherAccess in com.morpheusdata.core.cypher
Methods in com.morpheusdata.core.cypher with parameters of type CypherAccessModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusCypherService.delete(CypherAccess cypherAccess, String key) Delete a cypher keyio.reactivex.rxjava3.core.Single<String>MorpheusCypherService.read(CypherAccess cypherAccess, String key) Read the value for a keyio.reactivex.rxjava3.core.Single<String>MorpheusCypherService.readEncyptionKey(CypherAccess cypherAccess, String key) Read an encryption key valueio.reactivex.rxjava3.core.Single<String>MorpheusCypherService.readPassword(CypherAccess cypherAccess, String key) Read a password valueio.reactivex.rxjava3.core.Single<String>MorpheusCypherService.readUuid(CypherAccess cypherAccess, String key) Read a uuid valueio.reactivex.rxjava3.core.Single<String>MorpheusCypherService.write(CypherAccess cypherAccess, String key, String value, Long leaseTimeout) Write the value for a key -
Uses of CypherAccess in com.morpheusdata.core.synchronous.cypher
Methods in com.morpheusdata.core.synchronous.cypher with parameters of type CypherAccessModifier and TypeMethodDescriptionMorpheusSynchronousCypherService.delete(CypherAccess cypherAccess, String key) Delete a cypher keyMorpheusSynchronousCypherService.read(CypherAccess cypherAccess, String key) Read the value for a keyMorpheusSynchronousCypherService.readEncyptionKey(CypherAccess cypherAccess, String key) Read an encryption key valueMorpheusSynchronousCypherService.readPassword(CypherAccess cypherAccess, String key) Read a password valueMorpheusSynchronousCypherService.readUuid(CypherAccess cypherAccess, String key) Read a uuid valueMorpheusSynchronousCypherService.write(CypherAccess cypherAccess, String key, String value, Long leaseTimeout) Write the value for a key