Skip to content

Commit 36c600d

Browse files
author
Peter Alfonsi
committed
Removed skeleton TSC stats implementation
Signed-off-by: Peter Alfonsi <[email protected]>
1 parent 7f5a455 commit 36c600d

File tree

2 files changed

+0
-136
lines changed

2 files changed

+0
-136
lines changed

server/src/main/java/org/opensearch/common/cache/stats/SingleDimensionCacheStats.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -280,17 +280,4 @@ private ConcurrentMap<String, CounterMetric> convertLongMapToCounterMetric(Map<S
280280
}
281281
return result;
282282
}
283-
284-
/*@Override
285-
public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException {
286-
return null;
287-
}*/
288-
289-
/*static final class Fields {
290-
static final String MEMORY_SIZE = "memory_size";
291-
static final String EVICTIONS = "evictions";
292-
static final String HIT_COUNT = "hit_count";
293-
static final String MISS_COUNT = "miss_count";
294-
static final String ENTRIES = "entries";
295-
}*/
296283
}

server/src/main/java/org/opensearch/common/cache/tier/TieredSpilloverCacheStats.java

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)