Package convex.net.store
Class RemoteStore
java.lang.Object
convex.core.store.AStore
convex.core.store.ACachedStore
convex.net.store.RemoteStore
A Store implementation working over a Convex binary connection
-
Field Summary
FieldsFields inherited from class convex.core.store.ACachedStore
refCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckCache
(Hash h) void
close()
refForHash
(Hash hash) setRootData
(T data) storeTopRef
(Ref<T> ref, int status, Consumer<Ref<ACell>> noveltyHandler) Methods inherited from class convex.core.store.ACachedStore
decode
Methods inherited from class convex.core.store.AStore
decodeImpl, getRootData, getRootRef
-
Field Details
-
convex
-
-
Constructor Details
-
RemoteStore
-
-
Method Details
-
create
-
storeRef
-
storeTopRef
-
refForHash
- Specified by:
refForHash
in classAStore
-
getRootHash
- Specified by:
getRootHash
in classAStore
- Throws:
IOException
-
setRootData
- Specified by:
setRootData
in classAStore
- Throws:
IOException
-
close
-
checkCache
- Overrides:
checkCache
in classACachedStore
-
shortName
-