Class SimpleInfinispanReliableObjectStoreFactory

  • All Implemented Interfaces:
    java.lang.Comparable<org.kie.api.internal.utils.KieService>, org.drools.reliability.core.SimpleReliableObjectStoreFactory, org.kie.api.internal.utils.KieService

    public class SimpleInfinispanReliableObjectStoreFactory
    extends java.lang.Object
    implements org.drools.reliability.core.SimpleReliableObjectStoreFactory
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.drools.reliability.core.SimpleReliableObjectStoreFactory

        org.drools.reliability.core.SimpleReliableObjectStoreFactory.Holder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.drools.reliability.core.SimpleReliableObjectStore createSimpleReliableObjectStore​(org.drools.core.common.Storage<java.lang.Long,​org.drools.reliability.core.StoredObject> storage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.api.internal.utils.KieService

        compareTo, servicePriority
    • Constructor Detail

      • SimpleInfinispanReliableObjectStoreFactory

        public SimpleInfinispanReliableObjectStoreFactory()
    • Method Detail

      • createSimpleReliableObjectStore

        public org.drools.reliability.core.SimpleReliableObjectStore createSimpleReliableObjectStore​(org.drools.core.common.Storage<java.lang.Long,​org.drools.reliability.core.StoredObject> storage)
        Specified by:
        createSimpleReliableObjectStore in interface org.drools.reliability.core.SimpleReliableObjectStoreFactory