Store index data in memory instead of persistent store to make it consistent with cached data

Closes #15653
This commit is contained in:
Michal Hajas 2023-02-27 09:37:27 +01:00
parent 4c4b266cb4
commit 9c2511e205
13 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodAdminEventEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodAuthEventEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodRootAuthenticationSessionEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodResourceServerEntity</indexed-entity>
<indexed-entity>kc.HotRodResourceEntity</indexed-entity>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodClientScopeEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodClientEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodGroupEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodRealmEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodRoleEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodSingleUseObjectEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodUserLoginFailureEntity</indexed-entity>
</indexed-entities>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodUserSessionEntity</indexed-entity>
<indexed-entity>kc.HotRodAuthenticatedClientSessionEntity</indexed-entity>

View File

@ -18,7 +18,7 @@
<encoding media-type="application/x-protostream"/>
<locking isolation="REPEATABLE_READ" />
<transaction mode="FULL_XA"/>
<indexing>
<indexing storage="local-heap">
<indexed-entities>
<indexed-entity>kc.HotRodUserEntity</indexed-entity>
</indexed-entities>