private static class AbstractDgcClient.CleanRequest extends Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.atomic.AtomicInteger |
connectFailures
how many times this request has failed with ConnectException
|
(package private) Object[] |
objectIDs |
(package private) long |
sequenceNum |
(package private) boolean |
strong |
Constructor and Description |
---|
CleanRequest(long sequenceNum,
Object[] objectIDs,
boolean strong) |
final long sequenceNum
final Object[] objectIDs
final boolean strong
final java.util.concurrent.atomic.AtomicInteger connectFailures
CleanRequest(long sequenceNum, Object[] objectIDs, boolean strong)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.