@groovy.transform.CompileStatic @groovy.util.logging.Slf4j class RxPersistentSet extends PersistentSet implements RxCollection, RxPersistentCollection, RxUnidirectionalCollection
Represents a reactive set that can be observed in order to allow non-blocking lazy loading of associations
Modifiers | Name | Description |
---|---|---|
private Association |
association |
|
private RxDatastoreClient |
datastoreClient |
|
protected QueryState |
queryState |
Fields inherited from class | Fields |
---|---|
class AbstractPersistentCollection |
associationKey, childType, collection, dirty, indexer, initialized, initializing, keys, originalSize, proxyEntities, session |
Type | Name and description |
---|---|
Association |
association |
RxDatastoreClient |
datastoreClient |
Constructor and description |
---|
RxPersistentSet
(RxDatastoreClient datastoreClient, Association association, java.io.Serializable associationKey, QueryState queryState) |
RxPersistentSet
(RxDatastoreClient datastoreClient, Association association, java.io.Serializable associationKey, java.util.Set target, QueryState queryState) |
RxPersistentSet
(RxDatastoreClient datastoreClient, Association association, java.util.List<java.io.Serializable> entitiesKeys, QueryState queryState) |
RxPersistentSet
(RxDatastoreClient datastoreClient, Association association, Query initializerQuery, QueryState queryState) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<java.io.Serializable> |
getAssociationKeys() |
|
void |
initialize() |
|
protected rx.Observable |
resolveObservable() |
|
protected rx.Observable |
resolveObservable(Query query) |
Methods inherited from class | Name |
---|---|
class PersistentSet |
createCollection |
class AbstractPersistentCollection |
add, addAll, clear, contains, containsAll, currentlyInitializing, doesReturnKeys, equals, getIndexedEntity, getOriginalSize, hasChanged, hasChangedSize, hasGrown, hasNext, hasShrunk, hashCode, initialize, isDirty, isEmpty, isInitialized, iterator, loadInverseChildKeys, markDirty, next, query, remove, remove, removeAll, resetDirty, retainAll, setInitializing, setProxyEntities, size, toArray, toArray, toString |
Groovy Documentation