org.infinispan.persistence.remote.configuration.ExhaustedAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-cachestore-remote Show documentation
Show all versions of infinispan-cachestore-remote Show documentation
Infinispan remote CacheStore based on Hotrod protocol
The newest version!
package org.infinispan.persistence.remote.configuration;
public enum ExhaustedAction {
EXCEPTION,
WAIT,
CREATE_NEW
}