@NotThreadSafe
public static class BatchedHitWriter.Hits<K>
extends java.lang.Object
| Constructor and Description |
|---|
BatchedHitWriter.Hits(K key) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHits() |
K |
getKey() |
java.util.Date |
getLastAccessed() |
protected java.util.Set<BatchedHitWriter.HitWriter<K>> |
getWriters() |
void |
record(BatchedHitWriter.HitWriter<K> writer) |
public BatchedHitWriter.Hits(@Nullable
K key)
@Nullable public K getKey()
@Nonnegative public long getHits()
@Nonnull public java.util.Date getLastAccessed()
public void record(@Nonnull
BatchedHitWriter.HitWriter<K> writer)
@Nonnull protected java.util.Set<BatchedHitWriter.HitWriter<K>> getWriters()
Copyright © 2013 echocat. All Rights Reserved.