trait ExecutorFileStorage extends Component
File storage which is reachable by the Executor.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExecutorFileStorage
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
implicit abstract
def
akkaRuntime: AkkaRuntime
- Attributes
- protected
- Definition Classes
- Component
-
abstract
def
deleteFile(id: String): Future[DeleteResult]
Delete a file.
Delete a file. Does nothing if the file is not found
-
abstract
def
getFile(id: String): Future[Source[ByteString, NotUsed]]
Request loading of file
-
abstract
def
getUrl(id: String): String
Returns the main URL of an object.
Returns the main URL of an object. The URL is accessible if the object is public-readable
-
abstract
def
setAcl(id: String, public: Boolean): Future[SetAclResult]
Modify ACL (e.g.
Modify ACL (e.g. make file public)
-
abstract
def
shareFile(id: String, duration: FiniteDuration): Future[ShareResult]
Shares a file for an executor run (short time)
-
abstract
def
storeFile(id: String, contentLength: Long): Future[Sink[ByteString, Future[StoreFileResult]]]
Request storage of a file.
Request storage of a file. Note: contentLength must be known (some systems like S3 require it) in advance
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )