public class AppendRequestParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppendRequestParameters.Mode |
| Constructor and Description |
|---|
AppendRequestParameters(long position,
int offset,
int length,
AppendRequestParameters.Mode mode,
boolean isAppendBlob,
String leaseId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLeaseId() |
int |
getLength() |
AppendRequestParameters.Mode |
getMode() |
int |
getoffset() |
long |
getPosition() |
boolean |
isAppendBlob() |
public AppendRequestParameters(long position,
int offset,
int length,
AppendRequestParameters.Mode mode,
boolean isAppendBlob,
String leaseId)
public long getPosition()
public int getoffset()
public int getLength()
public AppendRequestParameters.Mode getMode()
public boolean isAppendBlob()
public String getLeaseId()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.