protected abstract static class BaseWriteChannel.BaseState<ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT>,EntityT extends Serializable> extends Object implements RestorableState<WriteChannel>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseWriteChannel.BaseState.Builder<ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT>,EntityT extends Serializable>
Base builder for a write channel's state.
|
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
buffer |
protected int |
chunkSize |
protected EntityT |
entity |
protected boolean |
isOpen |
protected int |
position |
protected ServiceOptionsT |
serviceOptions |
protected String |
uploadId |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseWriteChannel.BaseState(BaseWriteChannel.BaseState.Builder<ServiceOptionsT,EntityT> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitrestoreprotected final ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT> serviceOptions
protected final EntityT extends Serializable entity
protected final String uploadId
protected final int position
protected final byte[] buffer
protected final boolean isOpen
protected final int chunkSize
protected BaseWriteChannel.BaseState(BaseWriteChannel.BaseState.Builder<ServiceOptionsT,EntityT> builder)
Copyright © 2016 Google. All rights reserved.