Bucket Manager Factory
The factory classes have the duty to create the bucket manager.
Beyond the BucketManager, some databases have support for particular structure represented in the Java world such as List
, Set
, Queue
e Map
.
These methods may return an UnsupportedoperationException
if the database does not support any of structures.
Last updated