Skip to content

Commit

Permalink
[hotfix][core] Annotate ManagedMemoryUseCase as Internal.
Browse files Browse the repository at this point in the history
  • Loading branch information
xintongsong committed Oct 13, 2020
1 parent 788e6be commit 7ad3993
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@

package org.apache.flink.core.memory;

import org.apache.flink.annotation.Internal;
import org.apache.flink.util.Preconditions;

/**
* Use cases of managed memory.
*/
@Internal
public enum ManagedMemoryUseCase {
BATCH_OP(Scope.OPERATOR),
ROCKSDB(Scope.SLOT),
Expand Down

0 comments on commit 7ad3993

Please sign in to comment.