Skip to content

Instantly share code, notes, and snippets.

@cscotta
Created October 18, 2012 22:11
Show Gist options
  • Save cscotta/3915077 to your computer and use it in GitHub Desktop.
Save cscotta/3915077 to your computer and use it in GitHub Desktop.
// all rollup state is held here
private /**
* this is an internal field. don't mess with it.
*/
final /**
* it is also final and cannot be reassigned.
*/
ConcurrentNavigableMap< /**
* the name of this class is ConcurrentNavigableMap
*/
/**
* the Long key is the outbound monotone
*/
Long,
/**
* aggregated state under this monotone
/* RollupOperation
>
/**
* name of this field
*/state;
@d2fn
Copy link

d2fn commented Nov 11, 2012

lmao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment