Package com.j_spaces.core.cache
Class EntryCacheInfoFactory
java.lang.Object
com.j_spaces.core.cache.EntryCacheInfoFactory
Copyright (c) 2010 GigaSpaces Technologies Ltd. All rights reserved
The software source code is proprietary and confidential information of GigaSpaces. You may use
the software source code solely under the terms and limitations of The license agreement granted
to you by GigaSpaces.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IEntryCacheInfocreateBlobStoreEntryCacheInfo(IEntryHolder entryHolder) static IEntryCacheInfocreateEntryCacheInfo(IEntryHolder EntryHolder) static IEntryCacheInfocreateEntryCacheInfo(IEntryHolder entryHolder, int backRefsSize, boolean pin, SpaceEngine engine) static IEntryCacheInfocreateEntryCacheInfo(IEntryHolder entryHolder, SpaceEngine engine) static IEntryCacheInfocreateMvccEntryCacheInfo(IEntryHolder entryHolder) static IEntryCacheInfocreateMvccEntryCacheInfo(IEntryHolder entryHolder, int backRefsSize)
-
Constructor Details
-
EntryCacheInfoFactory
public EntryCacheInfoFactory()
-
-
Method Details
-
createEntryCacheInfo
-
createEntryCacheInfo
-
createBlobStoreEntryCacheInfo
-
createMvccEntryCacheInfo
-
createMvccEntryCacheInfo
-
createEntryCacheInfo
public static IEntryCacheInfo createEntryCacheInfo(IEntryHolder entryHolder, int backRefsSize, boolean pin, SpaceEngine engine)
-