@firebase/firestore 3.4.4-canary.0482aa5b7 → 3.4.4-canary.434d87ee2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/firestore/src/local/indexeddb_index_manager.d.ts +10 -2
- package/dist/firestore/src/local/indexeddb_persistence.d.ts +4 -4
- package/dist/firestore/src/local/indexeddb_remote_document_cache.d.ts +2 -8
- package/dist/firestore/src/local/indexeddb_schema.d.ts +35 -7
- package/dist/firestore/src/local/local_serializer.d.ts +7 -2
- package/dist/firestore/src/local/memory_persistence.d.ts +3 -2
- package/dist/firestore/src/local/memory_remote_document_cache.d.ts +1 -3
- package/dist/firestore/src/local/persistence.d.ts +2 -2
- package/dist/firestore/src/local/remote_document_cache.d.ts +3 -0
- package/dist/firestore/src/local/simple_db.d.ts +1 -0
- package/dist/firestore/src/model/field_index.d.ts +2 -2
- package/dist/firestore/test/unit/local/persistence_test_helpers.d.ts +1 -0
- package/dist/firestore/test/unit/local/test_index_manager.d.ts +11 -0
- package/dist/firestore/test/unit/local/test_remote_document_cache.d.ts +2 -0
- package/dist/firestore/test/unit/local/test_remote_document_change_buffer.d.ts +1 -1
- package/dist/index.esm2017.js +2660 -2578
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +2928 -2807
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +205 -81
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +205 -81
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +2813 -2735
- package/dist/index.rn.js.map +1 -1
- package/dist/internal.d.ts +6 -4
- package/dist/lite/firestore/src/local/indexeddb_index_manager.d.ts +10 -2
- package/dist/lite/firestore/src/local/indexeddb_persistence.d.ts +4 -4
- package/dist/lite/firestore/src/local/indexeddb_remote_document_cache.d.ts +2 -8
- package/dist/lite/firestore/src/local/indexeddb_schema.d.ts +35 -7
- package/dist/lite/firestore/src/local/local_serializer.d.ts +7 -2
- package/dist/lite/firestore/src/local/memory_persistence.d.ts +3 -2
- package/dist/lite/firestore/src/local/memory_remote_document_cache.d.ts +1 -3
- package/dist/lite/firestore/src/local/persistence.d.ts +2 -2
- package/dist/lite/firestore/src/local/remote_document_cache.d.ts +3 -0
- package/dist/lite/firestore/src/local/simple_db.d.ts +1 -0
- package/dist/lite/firestore/src/model/field_index.d.ts +2 -2
- package/dist/lite/firestore/test/unit/local/persistence_test_helpers.d.ts +1 -0
- package/dist/lite/firestore/test/unit/local/test_index_manager.d.ts +11 -0
- package/dist/lite/firestore/test/unit/local/test_remote_document_cache.d.ts +2 -0
- package/dist/lite/firestore/test/unit/local/test_remote_document_change_buffer.d.ts +1 -1
- package/dist/lite/index.browser.esm2017.js +1112 -1112
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +14 -14
- package/dist/lite/index.browser.esm5.js.map +1 -1
- package/dist/lite/index.node.cjs.js +2 -2
- package/dist/lite/index.node.cjs.js.map +1 -1
- package/dist/lite/index.node.mjs +2 -2
- package/dist/lite/index.node.mjs.map +1 -1
- package/dist/lite/index.rn.esm2017.js +2 -2
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +112 -112
- package/dist/lite/packages/firestore/src/local/indexeddb_index_manager.d.ts +10 -2
- package/dist/lite/packages/firestore/src/local/indexeddb_persistence.d.ts +4 -4
- package/dist/lite/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +2 -8
- package/dist/lite/packages/firestore/src/local/indexeddb_schema.d.ts +35 -7
- package/dist/lite/packages/firestore/src/local/local_serializer.d.ts +7 -2
- package/dist/lite/packages/firestore/src/local/memory_persistence.d.ts +3 -2
- package/dist/lite/packages/firestore/src/local/memory_remote_document_cache.d.ts +1 -3
- package/dist/lite/packages/firestore/src/local/persistence.d.ts +2 -2
- package/dist/lite/packages/firestore/src/local/remote_document_cache.d.ts +3 -0
- package/dist/lite/packages/firestore/src/local/simple_db.d.ts +1 -0
- package/dist/lite/packages/firestore/src/model/field_index.d.ts +2 -2
- package/dist/lite/packages/firestore/test/unit/local/persistence_test_helpers.d.ts +1 -0
- package/dist/lite/packages/firestore/test/unit/local/test_index_manager.d.ts +11 -0
- package/dist/lite/packages/firestore/test/unit/local/test_remote_document_cache.d.ts +2 -0
- package/dist/lite/packages/firestore/test/unit/local/test_remote_document_change_buffer.d.ts +1 -1
- package/dist/packages/firestore/dist/index.esm2017.d.ts +174 -174
- package/dist/packages/firestore/src/local/indexeddb_index_manager.d.ts +10 -2
- package/dist/packages/firestore/src/local/indexeddb_persistence.d.ts +4 -4
- package/dist/packages/firestore/src/local/indexeddb_remote_document_cache.d.ts +2 -8
- package/dist/packages/firestore/src/local/indexeddb_schema.d.ts +35 -7
- package/dist/packages/firestore/src/local/local_serializer.d.ts +7 -2
- package/dist/packages/firestore/src/local/memory_persistence.d.ts +3 -2
- package/dist/packages/firestore/src/local/memory_remote_document_cache.d.ts +1 -3
- package/dist/packages/firestore/src/local/persistence.d.ts +2 -2
- package/dist/packages/firestore/src/local/remote_document_cache.d.ts +3 -0
- package/dist/packages/firestore/src/local/simple_db.d.ts +1 -0
- package/dist/packages/firestore/src/model/field_index.d.ts +2 -2
- package/dist/packages/firestore/test/unit/local/persistence_test_helpers.d.ts +1 -0
- package/dist/packages/firestore/test/unit/local/test_index_manager.d.ts +11 -0
- package/dist/packages/firestore/test/unit/local/test_remote_document_cache.d.ts +2 -0
- package/dist/packages/firestore/test/unit/local/test_remote_document_change_buffer.d.ts +1 -1
- package/dist/private.d.ts +6 -4
- package/package.json +9 -9
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
+
import { User } from '../auth/user';
|
|
17
18
|
import { Target } from '../core/target';
|
|
18
19
|
import { DocumentKeySet, DocumentMap } from '../model/collections';
|
|
19
20
|
import { FieldIndex, IndexOffset } from '../model/field_index';
|
|
@@ -23,16 +24,22 @@ import { PersistencePromise } from './persistence_promise';
|
|
|
23
24
|
import { PersistenceTransaction } from './persistence_transaction';
|
|
24
25
|
/**
|
|
25
26
|
* A persisted implementation of IndexManager.
|
|
27
|
+
*
|
|
28
|
+
* PORTING NOTE: Unlike iOS and Android, the Web SDK does not memoize index
|
|
29
|
+
* data as it supports multi-tab access.
|
|
26
30
|
*/
|
|
27
31
|
export declare class IndexedDbIndexManager implements IndexManager {
|
|
32
|
+
private user;
|
|
28
33
|
/**
|
|
29
34
|
* An in-memory copy of the index entries we've already written since the SDK
|
|
30
35
|
* launched. Used to avoid re-writing the same entry repeatedly.
|
|
31
36
|
*
|
|
32
|
-
* This is *NOT* a complete cache of what's in persistence and so can never be
|
|
33
|
-
* satisfy reads.
|
|
37
|
+
* This is *NOT* a complete cache of what's in persistence and so can never be
|
|
38
|
+
* used to satisfy reads.
|
|
34
39
|
*/
|
|
35
40
|
private collectionParentsCache;
|
|
41
|
+
private uid;
|
|
42
|
+
constructor(user: User);
|
|
36
43
|
/**
|
|
37
44
|
* Adds a new entry to the collection parent index.
|
|
38
45
|
*
|
|
@@ -50,4 +57,5 @@ export declare class IndexedDbIndexManager implements IndexManager {
|
|
|
50
57
|
getNextCollectionGroupToUpdate(transaction: PersistenceTransaction): PersistencePromise<string | null>;
|
|
51
58
|
updateCollectionGroup(transaction: PersistenceTransaction, collectionGroup: string, offset: IndexOffset): PersistencePromise<void>;
|
|
52
59
|
updateIndexEntries(transaction: PersistenceTransaction, documents: DocumentMap): PersistencePromise<void>;
|
|
60
|
+
private getNextSequenceNumber;
|
|
53
61
|
}
|
|
@@ -99,6 +99,7 @@ export declare class IndexedDbPersistence implements Persistence {
|
|
|
99
99
|
* no longer be able to access IndexedDB.
|
|
100
100
|
*/
|
|
101
101
|
private readonly forceOwningTab;
|
|
102
|
+
private readonly schemaVersion;
|
|
102
103
|
private simpleDb;
|
|
103
104
|
private listenSequence;
|
|
104
105
|
private _started;
|
|
@@ -118,7 +119,6 @@ export declare class IndexedDbPersistence implements Persistence {
|
|
|
118
119
|
/** A listener to notify on primary state changes. */
|
|
119
120
|
private primaryStateListener;
|
|
120
121
|
private readonly targetCache;
|
|
121
|
-
private readonly indexManager;
|
|
122
122
|
private readonly remoteDocumentCache;
|
|
123
123
|
private readonly bundleCache;
|
|
124
124
|
private readonly webStorage;
|
|
@@ -133,7 +133,7 @@ export declare class IndexedDbPersistence implements Persistence {
|
|
|
133
133
|
* If set to true, forcefully obtains database access. Existing tabs will
|
|
134
134
|
* no longer be able to access IndexedDB.
|
|
135
135
|
*/
|
|
136
|
-
forceOwningTab: boolean);
|
|
136
|
+
forceOwningTab: boolean, schemaVersion?: number);
|
|
137
137
|
/**
|
|
138
138
|
* Attempt to start IndexedDb persistence.
|
|
139
139
|
*
|
|
@@ -207,10 +207,10 @@ export declare class IndexedDbPersistence implements Persistence {
|
|
|
207
207
|
*/
|
|
208
208
|
getActiveClients(): Promise<ClientId[]>;
|
|
209
209
|
get started(): boolean;
|
|
210
|
-
getMutationQueue(user: User): IndexedDbMutationQueue;
|
|
210
|
+
getMutationQueue(user: User, indexManager: IndexManager): IndexedDbMutationQueue;
|
|
211
211
|
getTargetCache(): IndexedDbTargetCache;
|
|
212
212
|
getRemoteDocumentCache(): IndexedDbRemoteDocumentCache;
|
|
213
|
-
getIndexManager(): IndexManager;
|
|
213
|
+
getIndexManager(user: User): IndexManager;
|
|
214
214
|
getBundleCache(): BundleCache;
|
|
215
215
|
runTransaction<T>(action: string, mode: PersistenceTransactionMode, transactionOperation: (transaction: PersistenceTransaction) => PersistencePromise<T>): Promise<T>;
|
|
216
216
|
/**
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
import { SnapshotVersion } from '../core/snapshot_version';
|
|
18
18
|
import { MutableDocumentMap } from '../model/collections';
|
|
19
19
|
import { MutableDocument } from '../model/document';
|
|
20
|
-
import { IndexManager } from './index_manager';
|
|
21
20
|
import { LocalSerializer } from './local_serializer';
|
|
22
21
|
import { PersistencePromise } from './persistence_promise';
|
|
23
22
|
import { PersistenceTransaction } from './persistence_transaction';
|
|
@@ -28,13 +27,8 @@ export interface DocumentSizeEntry {
|
|
|
28
27
|
}
|
|
29
28
|
export interface IndexedDbRemoteDocumentCache extends RemoteDocumentCache {
|
|
30
29
|
}
|
|
31
|
-
/**
|
|
32
|
-
|
|
33
|
-
*
|
|
34
|
-
* @param serializer - The document serializer.
|
|
35
|
-
* @param indexManager - The query indexes that need to be maintained.
|
|
36
|
-
*/
|
|
37
|
-
export declare function newIndexedDbRemoteDocumentCache(serializer: LocalSerializer, indexManager: IndexManager): IndexedDbRemoteDocumentCache;
|
|
30
|
+
/** Creates a new IndexedDbRemoteDocumentCache. */
|
|
31
|
+
export declare function newIndexedDbRemoteDocumentCache(serializer: LocalSerializer): IndexedDbRemoteDocumentCache;
|
|
38
32
|
/**
|
|
39
33
|
* Returns the set of documents that have changed since the specified read
|
|
40
34
|
* time.
|
|
@@ -809,22 +809,38 @@ export declare class DbNamedQuery {
|
|
|
809
809
|
export declare type DbIndexConfigurationKey = number;
|
|
810
810
|
/** An object representing the global configuration for a field index. */
|
|
811
811
|
export declare class DbIndexConfiguration {
|
|
812
|
-
/**
|
|
813
|
-
|
|
812
|
+
/**
|
|
813
|
+
* The index id for this entry. Undefined for indexes that are not yet
|
|
814
|
+
* persisted.
|
|
815
|
+
*/
|
|
816
|
+
indexId: number | undefined;
|
|
814
817
|
/** The collection group this index belongs to. */
|
|
815
818
|
collectionGroup: string;
|
|
816
819
|
/** The fields to index for this index. */
|
|
817
|
-
fields: [
|
|
820
|
+
fields: Array<[name: string, kind: IndexKind]>;
|
|
818
821
|
/** Name of the IndexedDb object store. */
|
|
819
822
|
static store: string;
|
|
820
823
|
static keyPath: string;
|
|
824
|
+
/**
|
|
825
|
+
* An index that provides access to the index configurations by collection
|
|
826
|
+
* group.
|
|
827
|
+
*
|
|
828
|
+
* PORTING NOTE: iOS and Android maintain this index in-memory, but this is
|
|
829
|
+
* not possible here as the Web client supports concurrent access to
|
|
830
|
+
* persistence via multi-tab.
|
|
831
|
+
*/
|
|
832
|
+
static collectionGroupIndex: string;
|
|
833
|
+
static collectionGroupIndexPath: string;
|
|
821
834
|
constructor(
|
|
822
|
-
/**
|
|
823
|
-
|
|
835
|
+
/**
|
|
836
|
+
* The index id for this entry. Undefined for indexes that are not yet
|
|
837
|
+
* persisted.
|
|
838
|
+
*/
|
|
839
|
+
indexId: number | undefined,
|
|
824
840
|
/** The collection group this index belongs to. */
|
|
825
841
|
collectionGroup: string,
|
|
826
842
|
/** The fields to index for this index. */
|
|
827
|
-
fields: [
|
|
843
|
+
fields: Array<[name: string, kind: IndexKind]>);
|
|
828
844
|
}
|
|
829
845
|
/** The key for each index state consisting of the index id and its user id. */
|
|
830
846
|
export declare type DbIndexStateKey = [number, string];
|
|
@@ -860,6 +876,16 @@ export declare class DbIndexState {
|
|
|
860
876
|
/** Name of the IndexedDb object store. */
|
|
861
877
|
static store: string;
|
|
862
878
|
static keyPath: string[];
|
|
879
|
+
/**
|
|
880
|
+
* An index that provides access to documents in a collection sorted by last
|
|
881
|
+
* update time. Used by the backfiller.
|
|
882
|
+
*
|
|
883
|
+
* PORTING NOTE: iOS and Android maintain this index in-memory, but this is
|
|
884
|
+
* not possible here as the Web client supports concurrent access to
|
|
885
|
+
* persistence via multi-tab.
|
|
886
|
+
*/
|
|
887
|
+
static sequenceNumberIndex: string;
|
|
888
|
+
static sequenceNumberIndexPath: string[];
|
|
863
889
|
constructor(
|
|
864
890
|
/** The index id for this entry. */
|
|
865
891
|
indexId: number,
|
|
@@ -893,7 +919,7 @@ export declare class DbIndexState {
|
|
|
893
919
|
*/
|
|
894
920
|
export declare type DbIndexEntryKey = [number, string, Uint8Array, Uint8Array, string];
|
|
895
921
|
/** An object that stores the encoded entries for all documents and fields. */
|
|
896
|
-
export declare class
|
|
922
|
+
export declare class DbIndexEntry {
|
|
897
923
|
/** The index id for this entry. */
|
|
898
924
|
indexId: number;
|
|
899
925
|
/** The user id for this entry. */
|
|
@@ -932,3 +958,5 @@ export declare const V12_STORES: string[];
|
|
|
932
958
|
* atomically.
|
|
933
959
|
*/
|
|
934
960
|
export declare const ALL_STORES: string[];
|
|
961
|
+
/** Returns the object stores for the provided schema. */
|
|
962
|
+
export declare function getObjectStores(schemaVersion: number): string[];
|
|
@@ -14,14 +14,16 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
+
import { User } from '../auth/user';
|
|
17
18
|
import { BundleMetadata, NamedQuery } from '../core/bundle';
|
|
18
19
|
import { Query } from '../core/query';
|
|
19
20
|
import { SnapshotVersion } from '../core/snapshot_version';
|
|
20
21
|
import { MutableDocument } from '../model/document';
|
|
22
|
+
import { FieldIndex, IndexOffset } from '../model/field_index';
|
|
21
23
|
import { MutationBatch } from '../model/mutation_batch';
|
|
22
|
-
import {
|
|
24
|
+
import { BundledQuery as ProtoBundledQuery, BundleMetadata as ProtoBundleMetadata, NamedQuery as ProtoNamedQuery } from '../protos/firestore_bundle_proto';
|
|
23
25
|
import { JsonProtoSerializer } from '../remote/serializer';
|
|
24
|
-
import { DbBundle, DbMutationBatch, DbNamedQuery, DbRemoteDocument, DbTarget, DbTimestampKey } from './indexeddb_schema';
|
|
26
|
+
import { DbBundle, DbIndexConfiguration, DbIndexState, DbMutationBatch, DbNamedQuery, DbRemoteDocument, DbTarget, DbTimestampKey } from './indexeddb_schema';
|
|
25
27
|
import { TargetData } from './target_data';
|
|
26
28
|
/** Serializer for values stored in the LocalStore. */
|
|
27
29
|
export declare class LocalSerializer {
|
|
@@ -61,3 +63,6 @@ export declare function fromBundledQuery(bundledQuery: ProtoBundledQuery): Query
|
|
|
61
63
|
export declare function fromProtoNamedQuery(namedQuery: ProtoNamedQuery): NamedQuery;
|
|
62
64
|
/** Decodes a BundleMetadata proto into a BundleMetadata object. */
|
|
63
65
|
export declare function fromBundleMetadata(metadata: ProtoBundleMetadata): BundleMetadata;
|
|
66
|
+
export declare function toDbIndexConfiguration(index: FieldIndex): DbIndexConfiguration;
|
|
67
|
+
export declare function fromDbIndexConfiguration(index: DbIndexConfiguration, state: DbIndexState | null): FieldIndex;
|
|
68
|
+
export declare function toDbIndexState(indexId: number, user: User, sequenceNumber: number, offset: IndexOffset): DbIndexState;
|
|
@@ -19,6 +19,7 @@ import { ListenSequenceNumber, TargetId } from '../core/types';
|
|
|
19
19
|
import { Document } from '../model/document';
|
|
20
20
|
import { DocumentKey } from '../model/document_key';
|
|
21
21
|
import { JsonProtoSerializer } from '../remote/serializer';
|
|
22
|
+
import { IndexManager } from './index_manager';
|
|
22
23
|
import { ActiveTargets, LruDelegate, LruGarbageCollector, LruParams } from './lru_garbage_collector';
|
|
23
24
|
import { MemoryBundleCache } from './memory_bundle_cache';
|
|
24
25
|
import { MemoryIndexManager } from './memory_index_manager';
|
|
@@ -62,8 +63,8 @@ export declare class MemoryPersistence implements Persistence {
|
|
|
62
63
|
get started(): boolean;
|
|
63
64
|
setDatabaseDeletedListener(): void;
|
|
64
65
|
setNetworkEnabled(): void;
|
|
65
|
-
getIndexManager(): MemoryIndexManager;
|
|
66
|
-
getMutationQueue(user: User): MutationQueue;
|
|
66
|
+
getIndexManager(user: User): MemoryIndexManager;
|
|
67
|
+
getMutationQueue(user: User, indexManager: IndexManager): MutationQueue;
|
|
67
68
|
getTargetCache(): MemoryTargetCache;
|
|
68
69
|
getRemoteDocumentCache(): MemoryRemoteDocumentCache;
|
|
69
70
|
getBundleCache(): MemoryBundleCache;
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
*/
|
|
17
17
|
import { Document } from '../model/document';
|
|
18
18
|
import { DocumentKey } from '../model/document_key';
|
|
19
|
-
import { IndexManager } from './index_manager';
|
|
20
19
|
import { PersistencePromise } from './persistence_promise';
|
|
21
20
|
import { PersistenceTransaction } from './persistence_transaction';
|
|
22
21
|
import { RemoteDocumentCache } from './remote_document_cache';
|
|
@@ -27,9 +26,8 @@ export interface MemoryRemoteDocumentCache extends RemoteDocumentCache {
|
|
|
27
26
|
/**
|
|
28
27
|
* Creates a new memory-only RemoteDocumentCache.
|
|
29
28
|
*
|
|
30
|
-
* @param indexManager - A class that manages collection group indices.
|
|
31
29
|
* @param sizer - Used to assess the size of a document. For eager GC, this is
|
|
32
30
|
* expected to just return 0 to avoid unnecessarily doing the work of
|
|
33
31
|
* calculating the size.
|
|
34
32
|
*/
|
|
35
|
-
export declare function newMemoryRemoteDocumentCache(
|
|
33
|
+
export declare function newMemoryRemoteDocumentCache(sizer: DocumentSizer): MemoryRemoteDocumentCache;
|
|
@@ -140,7 +140,7 @@ export interface Persistence {
|
|
|
140
140
|
* extent possible (e.g. in the case of uid switching from
|
|
141
141
|
* sally=>jack=>sally, sally's mutation queue will be preserved).
|
|
142
142
|
*/
|
|
143
|
-
getMutationQueue(user: User): MutationQueue;
|
|
143
|
+
getMutationQueue(user: User, indexManager: IndexManager): MutationQueue;
|
|
144
144
|
/**
|
|
145
145
|
* Returns a TargetCache representing the persisted cache of targets.
|
|
146
146
|
*
|
|
@@ -173,7 +173,7 @@ export interface Persistence {
|
|
|
173
173
|
* this is called. In particular, the memory-backed implementation does this
|
|
174
174
|
* to emulate the persisted implementation to the extent possible.
|
|
175
175
|
*/
|
|
176
|
-
getIndexManager(): IndexManager;
|
|
176
|
+
getIndexManager(user: User): IndexManager;
|
|
177
177
|
/**
|
|
178
178
|
* Performs an operation inside a persistence transaction. Any reads or writes
|
|
179
179
|
* against persistence must be performed within a transaction. Writes will be
|
|
@@ -19,6 +19,7 @@ import { SnapshotVersion } from '../core/snapshot_version';
|
|
|
19
19
|
import { DocumentKeySet, MutableDocumentMap } from '../model/collections';
|
|
20
20
|
import { MutableDocument } from '../model/document';
|
|
21
21
|
import { DocumentKey } from '../model/document_key';
|
|
22
|
+
import { IndexManager } from './index_manager';
|
|
22
23
|
import { PersistencePromise } from './persistence_promise';
|
|
23
24
|
import { PersistenceTransaction } from './persistence_transaction';
|
|
24
25
|
import { RemoteDocumentChangeBuffer } from './remote_document_change_buffer';
|
|
@@ -30,6 +31,8 @@ import { RemoteDocumentChangeBuffer } from './remote_document_change_buffer';
|
|
|
30
31
|
* documents that are known to not exist.
|
|
31
32
|
*/
|
|
32
33
|
export interface RemoteDocumentCache {
|
|
34
|
+
/** Sets the index manager to use for managing the collectionGroup index. */
|
|
35
|
+
setIndexManager(indexManager: IndexManager): void;
|
|
33
36
|
/**
|
|
34
37
|
* Looks up an entry in the cache.
|
|
35
38
|
*
|
|
@@ -36,6 +36,7 @@ export declare class SimpleDbTransaction {
|
|
|
36
36
|
constructor(action: string, transaction: IDBTransaction);
|
|
37
37
|
get completionPromise(): Promise<void>;
|
|
38
38
|
abort(error?: Error): void;
|
|
39
|
+
maybeCommit(): void;
|
|
39
40
|
/**
|
|
40
41
|
* Returns a SimpleDbStore<KeyType, ValueType> for the specified store. All
|
|
41
42
|
* operations performed on the SimpleDbStore happen within the context of this
|
|
@@ -43,7 +43,7 @@ export declare class FieldIndex {
|
|
|
43
43
|
/** The collection ID this index applies to. */
|
|
44
44
|
readonly collectionGroup: string;
|
|
45
45
|
/** The field segments for this index. */
|
|
46
|
-
readonly
|
|
46
|
+
readonly fields: IndexSegment[];
|
|
47
47
|
/** Shows how up-to-date the index is for the current user. */
|
|
48
48
|
readonly indexState: IndexState;
|
|
49
49
|
/** An ID for an index that has not yet been added to persistence. */
|
|
@@ -57,7 +57,7 @@ export declare class FieldIndex {
|
|
|
57
57
|
/** The collection ID this index applies to. */
|
|
58
58
|
collectionGroup: string,
|
|
59
59
|
/** The field segments for this index. */
|
|
60
|
-
|
|
60
|
+
fields: IndexSegment[],
|
|
61
61
|
/** Shows how up-to-date the index is for the current user. */
|
|
62
62
|
indexState: IndexState);
|
|
63
63
|
}
|
|
@@ -54,6 +54,7 @@ export declare function testIndexedDbPersistence(options?: {
|
|
|
54
54
|
dontPurgeData?: boolean;
|
|
55
55
|
synchronizeTabs?: boolean;
|
|
56
56
|
queue?: AsyncQueue;
|
|
57
|
+
schemaVersion?: number;
|
|
57
58
|
}, lruParams?: LruParams): Promise<IndexedDbPersistence>;
|
|
58
59
|
/** Creates and starts a MemoryPersistence instance for testing. */
|
|
59
60
|
export declare function testMemoryEagerPersistence(): Promise<MemoryPersistence>;
|
|
@@ -14,8 +14,11 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
+
import { Target } from '../../../src/core/target';
|
|
17
18
|
import { IndexManager } from '../../../src/local/index_manager';
|
|
18
19
|
import { Persistence } from '../../../src/local/persistence';
|
|
20
|
+
import { DocumentKeySet, DocumentMap } from '../../../src/model/collections';
|
|
21
|
+
import { FieldIndex, IndexOffset } from '../../../src/model/field_index';
|
|
19
22
|
import { ResourcePath } from '../../../src/model/path';
|
|
20
23
|
/**
|
|
21
24
|
* A wrapper around IndexManager that automatically creates a
|
|
@@ -27,4 +30,12 @@ export declare class TestIndexManager {
|
|
|
27
30
|
constructor(persistence: Persistence, indexManager: IndexManager);
|
|
28
31
|
addToCollectionParentIndex(collectionPath: ResourcePath): Promise<void>;
|
|
29
32
|
getCollectionParents(collectionId: string): Promise<ResourcePath[]>;
|
|
33
|
+
addFieldIndex(index: FieldIndex): Promise<void>;
|
|
34
|
+
deleteFieldIndex(index: FieldIndex): Promise<void>;
|
|
35
|
+
getFieldIndexes(collectionGroup?: string): Promise<FieldIndex[]>;
|
|
36
|
+
getFieldIndex(target: Target): Promise<FieldIndex | null>;
|
|
37
|
+
getDocumentsMatchingTarget(fieldIndex: FieldIndex, target: Target): Promise<DocumentKeySet>;
|
|
38
|
+
getNextCollectionGroupToUpdate(): Promise<string | null>;
|
|
39
|
+
updateCollectionGroup(collectionGroup: string, offset: IndexOffset): Promise<void>;
|
|
40
|
+
updateIndexEntries(documents: DocumentMap): Promise<void>;
|
|
30
41
|
}
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
import { Query } from '../../../src/core/query';
|
|
18
18
|
import { SnapshotVersion } from '../../../src/core/snapshot_version';
|
|
19
|
+
import { IndexManager } from '../../../src/local/index_manager';
|
|
19
20
|
import { Persistence } from '../../../src/local/persistence';
|
|
20
21
|
import { RemoteDocumentChangeBuffer } from '../../../src/local/remote_document_change_buffer';
|
|
21
22
|
import { DocumentKeySet, MutableDocumentMap } from '../../../src/model/collections';
|
|
@@ -29,6 +30,7 @@ export declare class TestRemoteDocumentCache {
|
|
|
29
30
|
private readonly persistence;
|
|
30
31
|
private readonly cache;
|
|
31
32
|
constructor(persistence: Persistence);
|
|
33
|
+
setIndexManager(indexManager: IndexManager): void;
|
|
32
34
|
/**
|
|
33
35
|
* Reads all of the documents first so we can safely add them and keep the size calculation in
|
|
34
36
|
* sync.
|
|
@@ -28,7 +28,7 @@ export declare class TestRemoteDocumentChangeBuffer {
|
|
|
28
28
|
buffer: RemoteDocumentChangeBuffer;
|
|
29
29
|
constructor(persistence: Persistence, buffer: RemoteDocumentChangeBuffer);
|
|
30
30
|
addEntry(document: MutableDocument, readTime: SnapshotVersion): void;
|
|
31
|
-
removeEntry(key: DocumentKey): void;
|
|
31
|
+
removeEntry(key: DocumentKey, readTime: SnapshotVersion): void;
|
|
32
32
|
getEntry(documentKey: DocumentKey): Promise<MutableDocument>;
|
|
33
33
|
apply(): Promise<void>;
|
|
34
34
|
}
|