class StubPlayObjectStoreClient extends PlayObjectStoreClient with StubObjectStoreClient[Future]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StubPlayObjectStoreClient
- StubObjectStoreClient
- PlayObjectStoreClient
- ObjectStoreClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StubPlayObjectStoreClient(config: ObjectStoreClientConfig)(implicit m: Materializer, ec: ExecutionContext)
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
-
val
M: PlayMonad[Future]
- Attributes
- protected
- Definition Classes
- StubPlayObjectStoreClient → StubObjectStoreClient
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
config: ObjectStoreClientConfig
- Definition Classes
- StubPlayObjectStoreClient → StubObjectStoreClient
-
def
deleteObject(path: File, owner: String = config.owner)(implicit hc: HeaderCarrier): Future[Unit]
- Definition Classes
- StubObjectStoreClient
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getObject[CONTENT](path: File, owner: String = config.owner)(implicit cr: ObjectStoreContentRead[Future, ResBody, CONTENT], hc: HeaderCarrier): Future[Option[Object[CONTENT]]]
- Definition Classes
- StubObjectStoreClient
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listObjects(path: Directory, owner: String = config.owner)(implicit hc: HeaderCarrier): Future[ObjectListing]
- Definition Classes
- StubObjectStoreClient
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
putObject[CONTENT](path: File, content: CONTENT, retentionPeriod: RetentionPeriod = config.defaultRetentionPeriod, contentType: Option[String] = None, contentMd5: Option[Md5Hash] = None, owner: String = config.owner)(implicit w: ObjectStoreContentWrite[Future, CONTENT, Request], hc: HeaderCarrier): Future[ObjectSummary]
- Definition Classes
- StubObjectStoreClient
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
-
val
wsClient: AhcWSClient
- Attributes
- protected
- Definition Classes
- StubPlayObjectStoreClient → StubObjectStoreClient
-
def
zip(from: Directory, to: File, retentionPeriod: RetentionPeriod = config.defaultRetentionPeriod, fromOwner: String = config.owner, toOwner: String = config.owner)(implicit hc: HeaderCarrier): Future[ObjectSummary]
- Definition Classes
- ObjectStoreClient