Interface BigSegmentStoreFactory
-
public interface BigSegmentStoreFactoryInterface for a factory that creates some implementation ofBigSegmentStore.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigSegmentStorecreateBigSegmentStore(ClientContext context)Called internally by the SDK to create an implementation instance.
-
-
-
Method Detail
-
createBigSegmentStore
BigSegmentStore createBigSegmentStore(ClientContext context)
Called internally by the SDK to create an implementation instance. Applications do not need to call this method.- Parameters:
context- allows access to the client configuration- Returns:
- a
BigSegmentStoreinstance
-
-