Class PlatformDotNetCacheStoreFactoryNative
- java.lang.Object
-
- org.apache.ignite.platform.dotnet.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 Summary
Constructors Constructor Description PlatformDotNetCacheStoreFactoryNative(Object nativeFactory)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore
create()
Object
getNativeFactory()
Gets the wrapped factory object.
-
-
-
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 interfacejavax.cache.configuration.Factory<org.apache.ignite.internal.processors.platform.dotnet.PlatformDotNetCacheStore>
-
-