Shared Persistent Data Set
            A persistent unordered data set, stored in the cloud, with write privilege from multiple application instances.
Such a data set has one or more remote storage URIs. The entities with write privilege for these URIs provide the content for the data set.
Types
Initializer
                          
                    
                  Link copied to clipboard
                        RemoteSourcesChangedEvent
                          
                    Link copied to clipboard
                        data class RemoteSourcesChangedEvent<T>(collection: SharedPersistentDataSet<T>, oldSources: List<RemoteDataSource>)
Content copied to clipboard
Functions
addAll
                          
                    Link copied to clipboard
                        containsAll
                          
                    Link copied to clipboard
                        lastIndexOf
                          
                    Link copied to clipboard
                        listIterator
                          
                    Link copied to clipboard
                        parallelStream
                          
                    Link copied to clipboard
                        removeAll
                          
                    Link copied to clipboard
                        replaceAll
                          
                    Link copied to clipboard
                        retainAll
                          
                    Link copied to clipboard
                        sort
                          
                    Link copied to clipboard
                        spliterator
                          
                    Link copied to clipboard
                        Properties
changedEvent
                          
                    
                  Link copied to clipboard
                        remoteDataSources
                          
                    
                  Link copied to clipboard
                        remoteSourcesUpdatedEvent
                          
                    Link copied to clipboard
                        abstract val remoteSourcesUpdatedEvent: EventRegistry<SharedPersistentDataSet.RemoteSourcesChangedEvent<T>>
Content copied to clipboard