Class SingleUseObjectHotRodMapStorage
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.HotRodMapStorage<String,HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>
-
- org.keycloak.models.map.storage.hotRod.SingleUseObjectHotRodMapStorage
-
- All Implemented Interfaces:
ConcurrentHashMapCrudOperations<HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>,MapStorage<HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>
public class SingleUseObjectHotRodMapStorage extends HotRodMapStorage<String,HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>
- Author:
- Martin Kanis
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.storage.hotRod.HotRodMapStorage
isExpirableEntity
-
-
Constructor Summary
Constructors Constructor Description SingleUseObjectHotRodMapStorage(org.infinispan.client.hotrod.RemoteCache<String,HotRodSingleUseObjectEntity> remoteCache, StringKeyConverter<String> keyConverter, HotRodEntityDescriptor<HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate> storedEntityDescriptor, DeepCloner cloner, AllAreasHotRodTransactionsWrapper txWrapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HotRodSingleUseObjectEntityDelegatecreate(HotRodSingleUseObjectEntityDelegate value)protected MapKeycloakTransaction<HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>createTransactionInternal(org.keycloak.models.KeycloakSession session)Stream<HotRodSingleUseObjectEntityDelegate>read(QueryParameters<org.keycloak.models.SingleUseObjectValueModel> queryParameters)-
Methods inherited from class org.keycloak.models.map.storage.hotRod.HotRodMapStorage
createCriteriaBuilder, createTransaction, delete, delete, exists, getCount, read, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.storage.chm.ConcurrentHashMapCrudOperations
determineKeyFromValue, exists
-
-
-
-
Constructor Detail
-
SingleUseObjectHotRodMapStorage
public SingleUseObjectHotRodMapStorage(org.infinispan.client.hotrod.RemoteCache<String,HotRodSingleUseObjectEntity> remoteCache, StringKeyConverter<String> keyConverter, HotRodEntityDescriptor<HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate> storedEntityDescriptor, DeepCloner cloner, AllAreasHotRodTransactionsWrapper txWrapper)
-
-
Method Detail
-
createTransactionInternal
protected MapKeycloakTransaction<HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel> createTransactionInternal(org.keycloak.models.KeycloakSession session)
- Overrides:
createTransactionInternalin classHotRodMapStorage<String,HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>
-
create
public HotRodSingleUseObjectEntityDelegate create(HotRodSingleUseObjectEntityDelegate value)
- Specified by:
createin interfaceConcurrentHashMapCrudOperations<HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>- Overrides:
createin classHotRodMapStorage<String,HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>
-
read
public Stream<HotRodSingleUseObjectEntityDelegate> read(QueryParameters<org.keycloak.models.SingleUseObjectValueModel> queryParameters)
- Specified by:
readin interfaceConcurrentHashMapCrudOperations<HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>- Overrides:
readin classHotRodMapStorage<String,HotRodSingleUseObjectEntity,HotRodSingleUseObjectEntityDelegate,org.keycloak.models.SingleUseObjectValueModel>
-
-