Uses of Interface
org.eclipse.emf.cdo.common.lob.CDOLobStore
Packages that use CDOLobStore
Package
Description
Common concepts for dealing with large binary objects and large character objects.
Common utility classes, some common interfaces and exceptions.
Client concepts for dealing with sessions to CDO repositories.
Common service provider interfaces and useful base implementations.
Common base implementations for dealing with I/O of CDO data structures.
Client service provider interfaces and useful base implementations.
-
Uses of CDOLobStore in org.eclipse.emf.cdo.common.lob
Classes in org.eclipse.emf.cdo.common.lob that implement CDOLobStoreModifier and TypeClassDescriptionstatic class
An abstractlarge object store
that delegates all method calls to a delegate.Methods in org.eclipse.emf.cdo.common.lob that return CDOLobStoreModifier and TypeMethodDescriptionprotected abstract CDOLobStore
CDOLobStore.Delegating.getDelegate()
final CDOLobStore
CDOLob.getStore()
Methods in org.eclipse.emf.cdo.common.lob with parameters of type CDOLobStoreModifier and TypeMethodDescriptionstatic void
CDOLobUtil.setStore
(CDOLobStore store, CDOLob<?> lob) Constructors in org.eclipse.emf.cdo.common.lob with parameters of type CDOLobStoreModifierConstructorDescriptionCDOBlob
(byte[] contents, CDOLobStore store) CDOBlob
(InputStream contents, CDOLobStore store) CDOBlob
(String contents, CDOLobStore store) CDOClob
(Reader contents, CDOLobStore store) CDOClob
(String contents, CDOLobStore store) -
Uses of CDOLobStore in org.eclipse.emf.cdo.common.util
Methods in org.eclipse.emf.cdo.common.util with parameters of type CDOLobStoreModifier and TypeMethodDescriptionstatic CDODataInput
CDOCommonUtil.createCDODataInput
(org.eclipse.net4j.util.io.ExtendedDataInputStream inputStream, CDOPackageRegistry packageRegistry, CDOBranchManager branchManager, CDOCommitInfoManager commitManager, CDORevisionFactory revisionFactory, CDOListFactory listFactory, CDOLobStore lobStore) -
Uses of CDOLobStore in org.eclipse.emf.cdo.session
Methods in org.eclipse.emf.cdo.session that return CDOLobStoreModifier and TypeMethodDescriptionCDOSession.Options.getLobCache()
Returns thelarge object cache
currently being used by this session.Methods in org.eclipse.emf.cdo.session with parameters of type CDOLobStoreModifier and TypeMethodDescriptionvoid
CDOSession.Options.setLobCache
(CDOLobStore lobCache) Sets thelarge object cache
to be used by this session. -
Uses of CDOLobStore in org.eclipse.emf.cdo.spi.common
Classes in org.eclipse.emf.cdo.spi.common that implement CDOLobStoreModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOLobStore in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOLobStoreModifier and TypeMethodDescriptionprotected CDOLobStore
CDODataInputImpl.Default.getLobStore()
protected abstract CDOLobStore
CDODataInputImpl.getLobStore()
-
Uses of CDOLobStore in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return CDOLobStore