Package org.rostore.v2.container.async
Class AsyncContainers
java.lang.Object
org.rostore.v2.media.RootClosableImpl
org.rostore.v2.container.async.AsyncContainers
- All Implemented Interfaces:
AutoCloseable,org.rostore.v2.media.Closeable
public class AsyncContainers
extends org.rostore.v2.media.RootClosableImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanstatic AsyncContainerscreate(org.rostore.v2.media.Media media, org.rostore.entity.media.ContainerListProperties containerListProperties) static AsyncContainerscreate(org.rostore.v2.media.Media media, org.rostore.entity.media.ContainerListProperties containerListProperties, ExecutorService executorService) protected booleanorg.rostore.v2.container.ContainerListHeaderstatic AsyncContainersload(org.rostore.v2.media.Media media, ExecutorService executorService, org.rostore.v2.container.ContainerListHeader header) static AsyncContainersload(org.rostore.v2.media.Media media, org.rostore.v2.container.ContainerListHeader header) booleanMethods inherited from class org.rostore.v2.media.RootClosableImpl
getStatusMethods 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
-
listAllContainers
-
getCleanupManager
-
getExecutorService
-
load
public static AsyncContainers load(org.rostore.v2.media.Media media, ExecutorService executorService, org.rostore.v2.container.ContainerListHeader header) -
create
public static AsyncContainers create(org.rostore.v2.media.Media media, org.rostore.entity.media.ContainerListProperties containerListProperties, ExecutorService executorService) -
load
public static AsyncContainers load(org.rostore.v2.media.Media media, org.rostore.v2.container.ContainerListHeader header) -
create
public static AsyncContainers create(org.rostore.v2.media.Media media, org.rostore.entity.media.ContainerListProperties containerListProperties) -
getContainerListHeader
public org.rostore.v2.container.ContainerListHeader getContainerListHeader() -
get
-
create
-
close
-
evict
-
remove
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.rostore.v2.media.Closeable- Overrides:
closein classorg.rostore.v2.media.RootClosableImpl
-