index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/combine/HollowCombinerOrdinalRemapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,900
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/combine/HollowCombinerPrimaryKeyOrdinalRemapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,901
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/util/SearchUtils.java
package com.netflix.hollow.tools.util; import static com.netflix.hollow.core.HollowConstants.ORDINAL_NONE; import com.netflix.hollow.core.index.HollowPrimaryKeyIndex; import com.netflix.hollow.core.index.key.PrimaryKey; import com.netflix.hollow.core.read.HollowReadFieldUtils; import com.netflix.hollow.core.read.engi...
8,902
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/util/ObjectInternPool.java
package com.netflix.hollow.tools.util; import com.netflix.hollow.core.memory.ByteArrayOrdinalMap; import com.netflix.hollow.core.memory.ByteDataArray; import com.netflix.hollow.core.memory.ByteData; import com.netflix.hollow.core.memory.encoding.VarInt; import com.netflix.hollow.core.schema.HollowObjectSchema.FieldTyp...
8,903
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/HollowDiff.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,904
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/HollowTypeDiff.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,905
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/HollowDiffRecordFieldExtractor.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,906
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/HollowDiffNodeIdentifier.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,907
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/HollowDiffMatcher.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,908
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/specific/HollowSpecificDiff.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,909
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/count/HollowDiffCollectionCountingNode.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,910
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/count/HollowDiffCountingNode.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,911
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/count/HollowDiffShortcutTypeCountingNode.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,912
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/count/HollowDiffFieldCountingNode.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,913
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/count/HollowDiffMissingCountingNode.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,914
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/count/HollowDiffObjectCountingNode.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,915
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/count/HollowFieldDiff.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,916
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/count/HollowDiffMapCountingNode.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,917
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact/DiffEqualOrdinalMap.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,918
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact/DiffEqualityMapping.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,919
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact/DiffEqualOrdinalFilter.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,920
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact/CombinedMatchPairResultsIterator.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,921
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact/mapper/DiffEqualityTypeMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,922
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact/mapper/DiffEqualityMapMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,923
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact/mapper/DiffEqualityCollectionMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,924
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact/mapper/DiffEqualityOrderedListMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,925
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/diff/exact/mapper/DiffEqualityObjectMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,926
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/stringifier/HollowRecordJsonStringifier.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,927
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/stringifier/HollowRecordStringifier.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,928
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/stringifier/HollowStringifier.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,929
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch/delta/HollowStateDeltaPatcher.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,930
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch/delta/PartialOrdinalRemapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,931
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch/record/TypeMatchSpec.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,932
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch/record/HollowStateEngineRecordPatcher.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,933
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/patch/record/HollowPatcherCombinerCopyDirector.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,934
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/IntMapOrdinalRemapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,935
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HistoricalPrimaryKeyMatcher.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,936
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistoricalSetDataAccess.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,937
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistoricalObjectDataAccess.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,938
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistoricalStateDataAccess.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,939
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistoricalStateCreator.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,940
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistoricalListDataAccess.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,941
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/DiffEqualityMappingOrdinalRemapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,942
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistoricalState.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,943
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistoricalMapDataAccess.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,944
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistoricalTypeDataAccess.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,945
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistoricalSchemaChange.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,946
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/HollowHistory.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,947
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/keyindex/HollowOrdinalMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,948
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/keyindex/HollowHistoryTypeKeyIndex.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,949
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/keyindex/HollowHistoryKeyIndex.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,950
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/keyindex/HollowHistoricalStateTypeKeyOrdinalMapping.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,951
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/history/keyindex/HollowHistoricalStateKeyOrdinalMapping.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,952
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/traverse/TransitiveSetTraverser.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,953
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/filter/FixedLengthArrayWriter.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,954
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/filter/FilteredHollowBlobWriter.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,955
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/filter/FilteredHollowBlobWriterStreamAndFilter.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,956
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/checksum/HollowChecksum.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,957
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/tools/query/HollowFieldMatchQuery.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,958
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/HollowStateEngine.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,959
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/HollowBlobOptionalPartHeader.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
8,960
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/HollowBlobHeader.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,961
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/HollowDataset.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,962
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/HollowConstants.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,963
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/FieldStatistics.java
/* * Copyright 2016-2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,964
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowListWriteRecord.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,965
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowWriteStateEnginePrimaryKeyHasher.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,966
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowSetTypeWriteState.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,967
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowListTypeWriteState.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,968
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowWriteRecord.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,969
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowTypeWriteState.java
/* * Copyright 2016-2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,970
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowObjectWriteRecord.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,971
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowSetWriteRecord.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,972
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowObjectTypeWriteState.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,973
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowBlobHeaderWriter.java
/* * Copyright 2016-2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,974
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowMapTypeWriteState.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,975
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowMapWriteRecord.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,976
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowWriteStateEngine.java
/* * Copyright 2016-2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,977
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowHashableWriteRecord.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,978
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/HollowBlobWriter.java
/* * Copyright 2016-2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,979
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/copy/HollowMapCopier.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,980
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/copy/HollowSetCopier.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,981
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/copy/HollowObjectCopier.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,982
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/copy/HollowRecordCopier.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,983
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/copy/HollowListCopier.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,984
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowObjectMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,985
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/RecordPrimaryKey.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,986
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/MemoizedMap.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,987
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowMapTypeMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,988
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowTypeName.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,989
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowPrimaryKey.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,990
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowObjectTypeMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,991
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowTypeMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,992
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowHashKey.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,993
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/MemoizedSet.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,994
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowListTypeMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,995
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowTransient.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,996
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowSetTypeMapper.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,997
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/HollowShardLargeType.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,998
0
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write
Create_ds/hollow/hollow/src/main/java/com/netflix/hollow/core/write/objectmapper/NullablePrimitiveBoolean.java
/* * Copyright 2016-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
8,999