Uses of Interface
lumis.portal.bigdata.IInputStreamProvider
-
Packages that use IInputStreamProvider Package Description lumis.portal.bigdata Provides big data related operations.lumis.portal.filesystem LumisXP provides a comprehensive file system API to abstract a virtual file system available on all portal servers on the same cluster.lumis.portal.filesystem.impl -
-
Uses of IInputStreamProvider in lumis.portal.bigdata
Methods in lumis.portal.bigdata that return IInputStreamProvider Modifier and Type Method Description IInputStreamProvider
Attachment. getContentProvider()
Returns the content data for this attachment.Methods in lumis.portal.bigdata with parameters of type IInputStreamProvider Modifier and Type Method Description Attachment
Attachment. setContentProvider(IInputStreamProvider contentProvider)
Sets the content data for this attachment. -
Uses of IInputStreamProvider in lumis.portal.filesystem
Classes in lumis.portal.filesystem that implement IInputStreamProvider Modifier and Type Class Description class
IFile
Represents a LumisPortal file or directory that may or may not exist. -
Uses of IInputStreamProvider in lumis.portal.filesystem.impl
Classes in lumis.portal.filesystem.impl that implement IInputStreamProvider Modifier and Type Class Description class
ClusterMirroredLocalDataFile
A local data file that has its changes replicated over the cluster.class
LocalDataFile
Local data file.
-