JAVA API: Checks if all the input Schema elements are already in the cache.
JAVA API: Checks if all the input Schema elements are already in the cache. Then, it performs an insert on the storage for all the elements not found on the cache, and then returns each input schema paired with its ID.
all the Schema that should be registered
a sequence of pairs of the input schemas associated with their IDs
Checks if all the input Schema elements are already in the cache.
Checks if all the input Schema elements are already in the cache. Then, it performs an insert on the storage for all the elements not found on the cache, and then returns each input schema paired with its ID.
all the Schema that should be registered
a sequence of pairs of the input schemas associated with their IDs
The main entry point to this library. N.B.: each method all on this object must always be AFTER the initialization, performed invoking the initialize method.