index
int64 0
10.7k
| class
stringclasses 867
values | comment_sentence
stringlengths 1
1.78k
| partition
int64 0
0
| combo
stringlengths 17
1.81k
| labels
listlengths 7
7
|
|---|---|---|---|---|---|
4,792
|
RpcServerException.java
|
* @param message message.
| 0
|
* @param message message. | RpcServerException.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,793
|
RpcServerException.java
|
* @param message detailed message.
| 0
|
* @param message detailed message. | RpcServerException.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,794
|
RpcServerException.java
|
@param cause the cause (can be retried by the {@link #getCause()} method).
* (A <tt>null</tt> value is permitted, and indicates that the cause
* is nonexistent or unknown.)
| 0
|
@param cause the cause (can be retried by the {@link #getCause()} method).
* (A <tt>null</tt> value is permitted, and indicates that the cause
* is nonexistent or unknown.) | RpcServerException.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,796
|
IPersistableProblem.java
|
* @noextend This interface is not intended to be extended by clients.
| 0
|
* @noextend This interface is not intended to be extended by clients. | IPersistableProblem.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,797
|
IPersistableProblem.java
|
* @noimplement This interface is not intended to be implemented by clients.
| 0
|
* @noimplement This interface is not intended to be implemented by clients. | IPersistableProblem.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,798
|
IPersistableProblem.java
|
* Returns the marker type associated to this problem, if it gets persisted into a marker.
| 0
|
* Returns the marker type associated to this problem, if it gets persisted into a marker. | IPersistableProblem.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,799
|
IPersistableProblem.java
|
* @return the type of the marker which would be associated to the problem.
| 0
|
* @return the type of the marker which would be associated to the problem. | IPersistableProblem.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,800
|
ImmutableBiMap.java
|
@link BiMap
| 0
|
@link BiMap | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,801
|
ImmutableBiMap.java
|
@link ImmutableCollection
| 0
|
@link ImmutableCollection | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,802
|
ImmutableBiMap.java
|
@link #build
| 0
|
@link #build | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,803
|
ImmutableBiMap.java
|
@link ImmutableBiMap#builder
| 0
|
@link ImmutableBiMap#builder | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,804
|
ImmutableBiMap.java
|
@code key
| 0
|
@code key | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,806
|
ImmutableBiMap.java
|
@link #build
| 0
|
@link #build | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,807
|
ImmutableBiMap.java
|
@link #build
| 0
|
@link #build | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,808
|
ImmutableBiMap.java
|
@link #build
| 0
|
@link #build | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,810
|
ImmutableBiMap.java
|
@link #build
| 0
|
@link #build | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,811
|
ImmutableBiMap.java
|
@code Builder
| 0
|
@code Builder | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,814
|
ImmutableBiMap.java
|
@code SortedMap
| 0
|
@code SortedMap | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,816
|
ImmutableBiMap.java
|
@code ImmutableBiMap
| 0
|
@code ImmutableBiMap | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,817
|
ImmutableBiMap.java
|
@code ImmutableBiMap
| 0
|
@code ImmutableBiMap | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,818
|
ImmutableBiMap.java
|
Serialized type for all ImmutableBiMap instances. It captures the logical
* contents and they are reconstructed using public factory methods. This
* ensures that the implementation types remain as implementation details.
| 0
|
Serialized type for all ImmutableBiMap instances. It captures the logical
* contents and they are reconstructed using public factory methods. This
* ensures that the implementation types remain as implementation details. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,819
|
ImmutableBiMap.java
|
Since the bimap is immutable, ImmutableBiMap doesn't require special logic
* for keeping the bimap and its inverse in sync during serialization, the way
* AbstractBiMap does.
| 0
|
Since the bimap is immutable, ImmutableBiMap doesn't require special logic
* for keeping the bimap and its inverse in sync during serialization, the way
* AbstractBiMap does. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,820
|
ImmutableBiMap.java
|
* Guaranteed to throw an exception and leave the bimap unmodified.
| 0
|
* Guaranteed to throw an exception and leave the bimap unmodified. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,821
|
ImmutableBiMap.java
|
Returns an immutable set of the values in this map. The values are in the
* same order as the parameters used to build this map.
| 0
|
Returns an immutable set of the values in this map. The values are in the
* same order as the parameters used to build this map. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,822
|
ImmutableBiMap.java
|
<p>The inverse of an {@code ImmutableBiMap} is another
* {@code ImmutableBiMap}.
| 0
|
<p>The inverse of an {@code ImmutableBiMap} is another
* {@code ImmutableBiMap}. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,823
|
ImmutableBiMap.java
|
* The current implementation will end up using entryArray directly, though it will write
* over the (arbitrary, potentially mutable) Entry objects actually stored in entryArray.
| 0
|
* The current implementation will end up using entryArray directly, though it will write
* over the (arbitrary, potentially mutable) Entry objects actually stored in entryArray. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,824
|
ImmutableBiMap.java
|
we'll only be using getKey and getValue, which are covariant
| 0
|
we'll only be using getKey and getValue, which are covariant | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,825
|
ImmutableBiMap.java
|
Returns an immutable bimap containing the given entries.
| 0
|
Returns an immutable bimap containing the given entries. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,826
|
ImmutableBiMap.java
|
Returns an immutable bimap containing the same entries as {@code map}. If
* {@code map} somehow contains entries with duplicate keys (for example, if
* it is a {@code SortedMap} whose comparator is not <i>consistent with
* equals</i>), the results of this method are undefined.
| 0
|
Returns an immutable bimap containing the same entries as {@code map}. If
* {@code map} somehow contains entries with duplicate keys (for example, if
* it is a {@code SortedMap} whose comparator is not <i>consistent with
* equals</i>), the results of this method are undefined. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,827
|
ImmutableBiMap.java
|
copyOf
| 0
|
copyOf | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,828
|
ImmutableBiMap.java
|
Returns a newly-created immutable bimap.
| 0
|
Returns a newly-created immutable bimap. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,829
|
ImmutableBiMap.java
|
build
| 0
|
build | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,830
|
ImmutableBiMap.java
|
Configures this {@code Builder} to order entries by value according to the specified
* comparator.
| 0
|
Configures this {@code Builder} to order entries by value according to the specified
* comparator. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,831
|
ImmutableBiMap.java
|
Adds all of the given entries to the built bimap. Duplicate keys or
* values are not allowed, and will cause {@link #build} to fail.
| 0
|
Adds all of the given entries to the built bimap. Duplicate keys or
* values are not allowed, and will cause {@link #build} to fail. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,832
|
ImmutableBiMap.java
|
Associates all of the given map's keys and values in the built bimap.
* Duplicate keys or values are not allowed, and will cause {@link #build}
* to fail.
| 0
|
Associates all of the given map's keys and values in the built bimap.
* Duplicate keys or values are not allowed, and will cause {@link #build}
* to fail. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,833
|
ImmutableBiMap.java
|
Adds the given {@code entry} to the bimap. Duplicate keys or values
* are not allowed, and will cause {@link #build} to fail.
| 0
|
Adds the given {@code entry} to the bimap. Duplicate keys or values
* are not allowed, and will cause {@link #build} to fail. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,834
|
ImmutableBiMap.java
|
Associates {@code key} with {@code value} in the built bimap. Duplicate
* keys or values are not allowed, and will cause {@link #build} to fail.
| 0
|
Associates {@code key} with {@code value} in the built bimap. Duplicate
* keys or values are not allowed, and will cause {@link #build} to fail. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,835
|
ImmutableBiMap.java
|
Creates a new builder. The returned builder is equivalent to the builder
* generated by {@link ImmutableBiMap#builder}.
| 0
|
Creates a new builder. The returned builder is equivalent to the builder
* generated by {@link ImmutableBiMap#builder}. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,836
|
ImmutableBiMap.java
|
A builder for creating immutable bimap instances, especially {@code public
* static final} bimaps ("constant bimaps"). Example: <pre> {@code
*
* static final ImmutableBiMap<String, Integer> WORD_TO_INT =
* new ImmutableBiMap.Builder<String, Integer>()
* .put("one", 1)
* .put("two", 2)
* .put("three", 3)
* .build();}</pre>
*
* <p>For <i>small</i> immutable bimaps, the {@code ImmutableBiMap.of()} methods
* are even more convenient.
*
* <p>Builder instances can be reused - it is safe to call {@link #build}
* multiple times to build multiple bimaps in series. Each bimap is a superset
* of the bimaps created before it.
| 0
|
A builder for creating immutable bimap instances, especially {@code public
* static final} bimaps ("constant bimaps"). Example: <pre> {@code
*
* static final ImmutableBiMap<String, Integer> WORD_TO_INT =
* new ImmutableBiMap.Builder<String, Integer>()
* .put("one", 1)
* .put("two", 2)
* .put("three", 3)
* .build();}</pre>
*
* <p>For <i>small</i> immutable bimaps, the {@code ImmutableBiMap.of()} methods
* are even more convenient.
*
* <p>Builder instances can be reused - it is safe to call {@link #build}
* multiple times to build multiple bimaps in series. Each bimap is a superset
* of the bimaps created before it. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,837
|
ImmutableBiMap.java
|
@link Builder
| 0
|
@link Builder | ImmutableBiMap.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,838
|
ImmutableBiMap.java
|
Returns a new builder. The generated builder is equivalent to the builder
* created by the {@link Builder} constructor.
| 0
|
Returns a new builder. The generated builder is equivalent to the builder
* created by the {@link Builder} constructor. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,839
|
ImmutableBiMap.java
|
Returns an immutable map containing the given entries, in order.
| 0
|
Returns an immutable map containing the given entries, in order. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,840
|
ImmutableBiMap.java
|
Returns an immutable map containing the given entries, in order.
| 0
|
Returns an immutable map containing the given entries, in order. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,841
|
ImmutableBiMap.java
|
Returns an immutable map containing the given entries, in order.
| 0
|
Returns an immutable map containing the given entries, in order. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,842
|
ImmutableBiMap.java
|
Returns an immutable map containing the given entries, in order.
| 0
|
Returns an immutable map containing the given entries, in order. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,843
|
ImmutableBiMap.java
|
Returns an immutable bimap containing a single entry.
| 0
|
Returns an immutable bimap containing a single entry. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,844
|
ImmutableBiMap.java
|
Returns the empty bimap.
| 0
|
Returns the empty bimap. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,845
|
ImmutableBiMap.java
|
A {@link BiMap} whose contents will never change, with many other important properties detailed
* at {@link ImmutableCollection}.
| 0
|
A {@link BiMap} whose contents will never change, with many other important properties detailed
* at {@link ImmutableCollection}. | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,846
|
ImmutableBiMap.java
|
@author Jared Levy
| 0
|
@author Jared Levy | ImmutableBiMap.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,847
|
ImmutableBiMap.java
|
@since 2.0
| 0
|
@since 2.0 | ImmutableBiMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,848
|
ImmutableBiMap.java
|
Casting to any type is safe because the set will never hold any elements.
| 0
|
Casting to any type is safe because the set will never hold any elements. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,849
|
ImmutableBiMap.java
|
* @since 2.0
| 0
|
* @since 2.0 | ImmutableBiMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,850
|
ImmutableBiMap.java
|
* @since 19.0
| 0
|
* @since 19.0 | ImmutableBiMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,851
|
ImmutableBiMap.java
|
* @since 19.0
| 0
|
* @since 19.0 | ImmutableBiMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,852
|
ImmutableBiMap.java
|
* @since 19.0
| 0
|
* @since 19.0 | ImmutableBiMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,853
|
ImmutableBiMap.java
|
* @since 19.0
| 0
|
* @since 19.0 | ImmutableBiMap.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,856
|
ImmutableBiMap.java
|
looking for of() with > 5 entries? Use the builder instead.
| 0
|
looking for of() with > 5 entries? Use the builder instead. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,857
|
ImmutableBiMap.java
|
<p>The sort order is stable, that is, if two entries have values that compare
* as equivalent, the entry that was inserted first will be first in the built map's
* iteration order.
| 0
|
<p>The sort order is stable, that is, if two entries have values that compare
* as equivalent, the entry that was inserted first will be first in the built map's
* iteration order. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,858
|
ImmutableBiMap.java
|
If entries is full, then this implementation may end up using the entries array
* directly and writing over the entry objects with non-terminal entries, but this is
* safe; if this Builder is used further, it will grow the entries array (so it can't
* affect the original array), and future build() calls will always copy any entry
* objects that cannot be safely reused.
| 0
|
If entries is full, then this implementation may end up using the entries array
* directly and writing over the entry objects with non-terminal entries, but this is
* safe; if this Builder is used further, it will grow the entries array (so it can't
* affect the original array), and future build() calls will always copy any entry
* objects that cannot be safely reused. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,859
|
ImmutableBiMap.java
|
<p>Despite the method name, this method attempts to avoid actually copying
* the data when it is safe to do so. The exact circumstances under which a
* copy will or will not be performed are undocumented and subject to change.
| 0
|
<p>Despite the method name, this method attempts to avoid actually copying
* the data when it is safe to do so. The exact circumstances under which a
* copy will or will not be performed are undocumented and subject to change. | ImmutableBiMap.java
|
[
0,
0,
0,
0,
0,
0,
1
] |
4,860
|
ImmutableBiMap.java
|
// safe since map is not writable
| 0
|
// safe since map is not writable | ImmutableBiMap.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,861
|
AbstractBreakpointRulerAction.java
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Anton Leherbauer (Wind River Systems) - bug 183397
| 0
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Anton Leherbauer (Wind River Systems) - bug 183397 | AbstractBreakpointRulerAction.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,862
|
AbstractBreakpointRulerAction.java
|
* Abstract base implementation of the breakpoint ruler actions.
| 0
|
* Abstract base implementation of the breakpoint ruler actions. | AbstractBreakpointRulerAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,863
|
AbstractBreakpointRulerAction.java
|
@link RulerBreakpointAction
| 0
|
@link RulerBreakpointAction | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,864
|
AbstractBreakpointRulerAction.java
|
@see {@link RulerBreakpointAction}
| 0
|
@see {@link RulerBreakpointAction} | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
0,
1,
0,
0
] |
4,865
|
AbstractBreakpointRulerAction.java
|
Constructs an action to work on breakpoints in the specified
* part with the specified vertical ruler information.
| 0
|
Constructs an action to work on breakpoints in the specified
* part with the specified vertical ruler information. | AbstractBreakpointRulerAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,866
|
AbstractBreakpointRulerAction.java
|
Returns the breakpoint at the last line of mouse activity in the ruler
* or <code>null</code> if none.
| 0
|
Returns the breakpoint at the last line of mouse activity in the ruler
* or <code>null</code> if none. | AbstractBreakpointRulerAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,867
|
AbstractBreakpointRulerAction.java
|
Returns the workbench part this action was created for.
| 0
|
Returns the workbench part this action was created for. | AbstractBreakpointRulerAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,868
|
AbstractBreakpointRulerAction.java
|
Returns the vertical ruler information this action was created for.
| 0
|
Returns the vertical ruler information this action was created for. | AbstractBreakpointRulerAction.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,869
|
AbstractBreakpointRulerAction.java
|
@return vertical ruler information
| 0
|
@return vertical ruler information | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,870
|
AbstractBreakpointRulerAction.java
|
@return workbench part, a text editor or a DisassemblyView
| 0
|
@return workbench part, a text editor or a DisassemblyView | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,871
|
AbstractBreakpointRulerAction.java
|
@return breakpoint associated with activity in the ruler or <code>null</code>
| 0
|
@return breakpoint associated with activity in the ruler or <code>null</code> | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,872
|
AbstractBreakpointRulerAction.java
|
@param part a text editor or DisassemblyView
| 0
|
@param part a text editor or DisassemblyView | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,873
|
AbstractBreakpointRulerAction.java
|
@param info vertical ruler information
| 0
|
@param info vertical ruler information | AbstractBreakpointRulerAction.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,874
|
GcovAppCalculator.java
|
Contributors:
* lufimtse : Leo Ufimtsev lufimtse@redhat.com
| 0
|
Contributors:
* lufimtse : Leo Ufimtsev lufimtse@redhat.com | GcovAppCalculator.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,875
|
GcovAppCalculator.java
|
@since 8.3
| 0
|
@since 8.3 | GcovAppCalculator.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,876
|
SourceLookupTest_7_7.java
|
Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation to Add support for gdb's "set substitute-path" (Bug 472765)
| 0
|
Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation to Add support for gdb's "set substitute-path" (Bug 472765) | SourceLookupTest_7_7.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,877
|
ToggleBreakpointAdapter.java
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Freescale Semiconductor - Address watchpoints, https://bugs.eclipse.org/bugs/show_bug.cgi?id=118299
* Warren Paul (Nokia) - Bug 217485, Bug 218342
* Oyvind Harboe (oyvind.harboe@zylin.com) - Bug 225099
| 0
|
Contributors:
* QNX Software Systems - Initial API and implementation
* Freescale Semiconductor - Address watchpoints, https://bugs.eclipse.org/bugs/show_bug.cgi?id=118299
* Warren Paul (Nokia) - Bug 217485, Bug 218342
* Oyvind Harboe (oyvind.harboe@zylin.com) - Bug 225099 | ToggleBreakpointAdapter.java
|
[
0,
1,
0,
0,
0,
0,
0
] |
4,878
|
ToggleBreakpointAdapter.java
|
Toggles a line breakpoint in a C/C++ editor.
| 0
|
Toggles a line breakpoint in a C/C++ editor. | ToggleBreakpointAdapter.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,880
|
UniqValueCount.java
|
* This class implements a value aggregator that dedupes a sequence of objects.
| 0
|
* This class implements a value aggregator that dedupes a sequence of objects. | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,881
|
UniqValueCount.java
|
* the default constructor
| 0
|
* the default constructor | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,882
|
UniqValueCount.java
|
constructor
| 0
|
constructor | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,883
|
UniqValueCount.java
|
* Set the limit on the number of unique values
| 0
|
* Set the limit on the number of unique values | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,884
|
UniqValueCount.java
|
* add a value to the aggregator
| 0
|
* add a value to the aggregator | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,885
|
UniqValueCount.java
|
* reset the aggregator
| 0
|
* reset the aggregator | UniqValueCount.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,886
|
UniqValueCount.java
|
@return return an array of the unique objects. The return value is
* expected to be used by the a combiner.
| 0
|
@return return an array of the unique objects. The return value is
* expected to be used by the a combiner. | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,887
|
UniqValueCount.java
|
@return the set of the unique objects
| 0
|
@return the set of the unique objects | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,888
|
UniqValueCount.java
|
@return return the number of unique objects aggregated
| 0
|
@return return the number of unique objects aggregated | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,889
|
UniqValueCount.java
|
@param val
* an object.
| 0
|
@param val
* an object. | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,890
|
UniqValueCount.java
|
* @param maxNum the limit in the number of unique values to keep.
| 0
|
* @param maxNum the limit in the number of unique values to keep. | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,891
|
UniqValueCount.java
|
* @param n the desired limit on the number of unique values
| 0
|
* @param n the desired limit on the number of unique values | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,892
|
UniqValueCount.java
|
* @return the new limit on the number of unique values
| 0
|
* @return the new limit on the number of unique values | UniqValueCount.java
|
[
0,
0,
0,
1,
0,
0,
0
] |
4,893
|
RollingLevelDB.java
|
/**
* Contains the logic to lookup a leveldb by timestamp so that multiple smaller
* databases can roll according to the configured period and evicted efficiently
* via operating system directory removal.
*/
| 0
|
/**
* Contains the logic to lookup a leveldb by timestamp so that multiple smaller
* databases can roll according to the configured period and evicted efficiently
* via operating system directory removal.
*/ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,894
|
RollingLevelDB.java
|
/** Logger for this class. */
| 0
|
/** Logger for this class. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,895
|
RollingLevelDB.java
|
/** Factory to open and create new leveldb instances. */
| 0
|
/** Factory to open and create new leveldb instances. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,896
|
RollingLevelDB.java
|
/** Thread safe date formatter. */
| 0
|
/** Thread safe date formatter. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,897
|
RollingLevelDB.java
|
/** Date parser. */
| 0
|
/** Date parser. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,898
|
RollingLevelDB.java
|
/** Calendar to calculate the current and next rolling period. */
| 0
|
/** Calendar to calculate the current and next rolling period. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,899
|
RollingLevelDB.java
|
/** Collection of all active rolling leveldb instances. */
| 0
|
/** Collection of all active rolling leveldb instances. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
4,900
|
RollingLevelDB.java
|
/** Collection of all rolling leveldb instances to evict. */
| 0
|
/** Collection of all rolling leveldb instances to evict. */ | RollingLevelDB.java
|
[
1,
0,
0,
0,
0,
0,
0
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.