Package org.rostore.v2.container.async
Class AsyncContainerMedia
java.lang.Object
org.rostore.v2.container.async.AsyncContainerMedia
- All Implemented Interfaces:
AutoCloseable,Closeable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes this entity and all related blocksstatic AsyncContainerMediacreate(File file, ExecutorService executorService, AsyncContainerMediaProperties asyncContainerMediaProperties) static AsyncContainerMediacreate(File file, AsyncContainerMediaProperties asyncContainerMediaProperties) getMedia()Provides a status of this entitystatic AsyncContainerMediastatic AsyncContainerMediaload(File file, ExecutorService executorService) voidsetAsyncContainers(AsyncContainers asyncContainers) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.rostore.v2.media.Closeable
checkOpened
-
Method Details
-
getAsyncContainers
-
setAsyncContainers
-
getMedia
-
setMedia
-
create
public static AsyncContainerMedia create(File file, ExecutorService executorService, AsyncContainerMediaProperties asyncContainerMediaProperties) -
load
-
create
public static AsyncContainerMedia create(File file, AsyncContainerMediaProperties asyncContainerMediaProperties) -
load
-
close
public void close()Description copied from interface:CloseableCloses this entity and all related blocks- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getStatus
Description copied from interface:CloseableProvides a status of this entity
-