class RenewResults extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
long[] |
durations
The granted duration for each lease.
|
Exception[] |
exceptions
Any exceptions thrown.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
RenewResults(long[] durations,
Exception[] exceptions)
Simple constructor
|
private static final long serialVersionUID
public long[] durations
public Exception[] exceptions
public RenewResults(long[] durations, Exception[] exceptions)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.