Class PlatformDotNetCacheStoreFactoryNative

  • All Implemented Interfaces:
    Serializable, javax.cache.configuration.Factory<org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore>

    public class PlatformDotNetCacheStoreFactoryNative
    extends Object
    implements javax.cache.configuration.Factory<org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore>
    Cache store factory that wraps native factory object.
    See Also:
    Serialized Form
    • Constructor Detail

      • PlatformDotNetCacheStoreFactoryNative

        public PlatformDotNetCacheStoreFactoryNative​(Object nativeFactory)
        Ctor.
        Parameters:
        nativeFactory - Native factory object.
    • Method Detail

      • getNativeFactory

        public Object getNativeFactory()
        Gets the wrapped factory object.
        Returns:
        Factory object.
      • create

        public org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore create()
        Specified by:
        create in interface javax.cache.configuration.Factory<org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore>