private static class StdoutStorage.StdoutDataAccessor extends java.lang.Object implements DataAccessor
| Modifier and Type | Field and Description |
|---|---|
private EntityDescriptor |
entity |
private static long |
serialVersionUID |
private java.net.URI |
uri |
| Constructor and Description |
|---|
StdoutDataAccessor(EntityDescriptor entity,
java.net.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<AttributeWriterBase> |
getWriter(Context context)
Retrieve writer (if applicable).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBatchLogReader, getCachedView, getCommitLogReader, getRandomAccessReader, isAcceptablegetUriprivate static final long serialVersionUID
private final EntityDescriptor entity
private final java.net.URI uri
public StdoutDataAccessor(EntityDescriptor entity, java.net.URI uri)
public java.util.Optional<AttributeWriterBase> getWriter(Context context)
DataAccessorgetWriter in interface DataAccessorcontext - the serializable context provided by repositoryAttributeWriterBase of this accessorCopyright © 2017–2021. All rights reserved.