Package com.google.gerrit.server.comment
-
Interface Summary Interface Description CommentContextCache Caches the context lines of comments (source file content surrounding and including the lines where the comment was written)CommentContextLoader.Factory -
Class Summary Class Description CommentContextCacheImpl Implementation ofCommentContextCache
.CommentContextKey An identifier of a comment that should be used to load the comment context usingCommentContextCache.get(CommentContextKey)
, orCommentContextCache.getAll(Iterable)
.CommentContextKey.Builder CommentContextLoader Computes the list ofContextLineInfo
for a given comment, that is, the lines of the source file surrounding and including the area where the comment was written. -
Enum Summary Enum Description CommentContextCacheImpl.CommentContextSerializer CommentContextKey.Serializer