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/test/java/com/netflix/hollow/core/write | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/write/restore/RestoreWriteStateEngineListTest.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,700 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/write | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/write/restore/RestoreWriteStateEngineObjectTest.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,701 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/write | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/write/restore/RestoreWriteStateEngineSetTest.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,702 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/write | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/write/restore/RestoreWriteStateEngineSetReverseDeltaTest.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,703 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory/ByteArrayOrdinalTest.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,704 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory/FreeOrdinalTrackerTest.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,705 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory/ThreadSafeBitSetTest.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,706 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory/encoding/VarIntTest.java | package com.netflix.hollow.core.memory.encoding;
import com.netflix.hollow.core.read.HollowBlobInput;
import java.io.ByteArrayInputStream;
import java.io.EOFException;
import java.io.IOException;
import java.io.InputStream;
import org.junit.Assert;
import org.junit.Test;
public class VarIntTest {
private final st... | 8,707 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory/encoding/FixedLengthElementArrayTest.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,708 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory/encoding/GapEncodedVariableLengthIntegerReaderTest.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,709 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory/encoding/FixedLengthMultipleOccurrenceElementArrayTest.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,710 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/memory/encoding/OnHeapArrayVsOffHeapBufferAcceptanceTest.java | package com.netflix.hollow.core.memory.encoding;
import static org.junit.Assert.assertEquals;
import com.netflix.hollow.core.memory.EncodedByteBuffer;
import com.netflix.hollow.core.memory.SegmentedByteArray;
import com.netflix.hollow.core.memory.pool.WastefulRecycler;
import com.netflix.hollow.core.read.HollowBlobIn... | 8,711 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/util/RemovedOrdinalIteratorTest.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,712 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/util/SimultaneousExecutorTest.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,713 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/util/HashCodesTest.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,714 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/util/VersionsTest.java | package com.netflix.hollow.core.util;
import static com.netflix.hollow.core.HollowConstants.VERSION_LATEST;
import static com.netflix.hollow.core.HollowConstants.VERSION_NONE;
import org.junit.Assert;
import org.junit.Test;
public class VersionsTest {
@Test
public void testPrettyPrint() {
Assert.ass... | 8,715 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/util/HollowWriteStateCreatorTest.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,716 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/util/ThreadsTest.java | package com.netflix.hollow.core.util;
import static com.netflix.hollow.core.util.Threads.daemonThread;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import org.junit.Test;
// TODO(timt): tag as MEDIUM test
public class ThreadsTest {
@... | 8,717 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/util/BitSetIteratorTest.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,718 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/HollowBlobHeaderTest.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,719 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/HollowReadFilterTest.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,720 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/HollowTypeStateListenerTest.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,721 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/SnapshotPopulatedOrdinalsReaderTest.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,722 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/HollowBlobInputTest.java | package com.netflix.hollow.core.read;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.mockito.Mockito.when;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.net... | 8,723 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/HollowBlobRandomizedTagTest.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,724 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/HollowBlobOptionalPartTest.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,725 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/missing/FakeMissingHollowRecord.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,726 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/missing/MissingObjectFieldDefaultsTests.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,727 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/missing/MissingMapTest.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,728 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/missing/MissingSetTest.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,729 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/missing/MissingListTest.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,730 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/map/HollowMapHashKeyTest.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,731 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/map/HollowMapShardedTest.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,732 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/map/HollowMapDeltaTest.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,733 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/map/HollowMapCollectionTest.java | /*
*
* Copyright 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 ap... | 8,734 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/map/HollowMapFastDeltaTest.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,735 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/map/HollowMapLargeTest.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,736 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectReverseDeltaVarLengthFieldTest.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,737 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectLargeFieldTest.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,738 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectNullStringValueTest.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,739 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectLargeFieldSizeTest.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,740 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectVarLengthFieldRemovalTest.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,741 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectExactBitBoundaryEdgeCaseTest.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,742 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectShardedTest.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,743 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectDeltaTest.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,744 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectRemovalTest.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,745 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectStringEqualityTest.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,746 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/object/HollowObjectReverseDeltaTest.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,747 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/list/HollowListCollectionTest.java | /*
*
* Copyright 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 ap... | 8,748 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/list/HollowListDeltaTest.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,749 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/list/HollowListFastDeltaTest.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,750 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/list/HollowListShardedTest.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,751 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/filter/HollowFilterConfigTest.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,752 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/filter/TypeFilterTest.java | package com.netflix.hollow.core.read.filter;
import static com.netflix.hollow.core.read.filter.TypeFilter.newTypeFilter;
import static com.netflix.hollow.core.schema.HollowSchema.SchemaType.OBJECT;
import static java.util.Arrays.asList;
import static java.util.Collections.emptyList;
import static java.util.stream.Coll... | 8,753 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/set/HollowSetFastDeltaTest.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,754 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/set/HollowSetShardedTest.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,755 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/set/HollowSetDeltaTest.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,756 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/set/HollowSetHashKeyTest.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,757 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/set/HollowSetTest.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,758 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/set/HollowSetCollectionTest.java | /*
*
* Copyright 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 ap... | 8,759 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine/object/AbstractHollowObjectTypeDataElementsSplitJoinTest.java | package com.netflix.hollow.core.read.engine.object;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.when;
import com.netflix.hollow.api.objects.generic.GenericHollowObject;
import com.netflix.hollow.core.AbstractStateEngineTest;
import com.netflix.hollow.core.read.engine.HollowReadState... | 8,760 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine/object/HollowObjectTypeReadStateTest.java | package com.netflix.hollow.core.read.engine.object;
import static com.netflix.hollow.core.read.engine.object.HollowObjectTypeReadState.shardingFactor;
import static junit.framework.TestCase.assertEquals;
import com.netflix.hollow.api.objects.generic.GenericHollowObject;
import com.netflix.hollow.core.memory.MemoryMod... | 8,761 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine/object/HollowObjectTypeDataElementsSplitJoinTest.java | package com.netflix.hollow.core.read.engine.object;
import static org.junit.Assert.assertEquals;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.consumer.fs.HollowFilesystemBlobRetriever;
import com.netflix.hollow.core.read.engine.HollowReadStateEngine;
import com.netflix.hollow.c... | 8,762 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine/object/HollowObjectTypeDataElementsSplitterTest.java | package com.netflix.hollow.core.read.engine.object;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import org.junit.Assert;
import org.junit.Test;
public class HollowObjectTypeDataElementsSplitterTest extends AbstractHollowObjectTypeDataElementsSplitJoinTest {
@Test
public void tes... | 8,763 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/read/engine/object/HollowObjectTypeDataElementsJoinerTest.java | package com.netflix.hollow.core.read.engine.object;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.producer.HollowProducer;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
... | 8,764 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/schema/HollowSchemaTest.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,765 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/schema/HollowSchemaSorterTest.java | package com.netflix.hollow.core.schema;
import com.netflix.hollow.core.util.HollowWriteStateCreator;
import com.netflix.hollow.core.write.HollowWriteStateEngine;
import java.io.IOException;
import java.util.List;
import org.junit.Assert;
import org.junit.Test;
public class HollowSchemaSorterTest {
@Test
... | 8,766 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/schema/HollowSetSchemaTest.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,767 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/schema/HollowSchemaHashTest.java | package com.netflix.hollow.core.schema;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import com.netflix.hollow.core.read.engine.HollowReadStateEngine;
import com.netflix.hollow.core.write.objectmapper.HollowPrimaryKey;
impor... | 8,768 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/schema/HollowSchemaParserTest.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,769 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/schema/HollowMapSchemaTest.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,770 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/schema/HollowObjectSchemaTest.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,771 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/HollowHashIndexLongevityTest.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,772 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/PrimaryKeyTest.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,773 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/HollowUniqueKeyIndexTest.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,774 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/MultiLinkedElementArrayTest.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,775 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/HollowPrefixIndexTest.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,776 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/HollowHashIndexTest.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,777 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/HollowPrimaryKeyIndexLongevityTest.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,778 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/GrowingSegmentedLongArrayTest.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,779 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/HollowSparseIntegerSetTest.java | /*
*
* Copyright 2017 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 applicable l... | 8,780 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/HollowPrimaryKeyIndexTest.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,781 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/FieldPathTest.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,782 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/PrimaryKeyIndexDeltaIndexTest.java | package com.netflix.hollow.core.index;
import static java.util.stream.Collectors.toList;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.producer.HollowProducer;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
import com.netflix.hollow.core.write.objectmapper.H... | 8,783 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/SparseBitSetTest.java | /*
*
* Copyright 2017 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 applicable l... | 8,784 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/traversal/HollowIndexTraversalTest.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,785 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/core/index/traversal/HollowIndexerValueTraverserTest.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,786 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardPrimaryKeyIndex.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.consumer.index.AbstractHollowUniqueKeyIndex;
import com.netflix.hollow.api.consumer.index.HollowUniqueKeyIndex;
import com.netflix.hollow.core.schema.HollowObjectSchema;
/**
* @deprecated s... | 8,787 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/MovieDelegateLookupImpl.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.objects.delegate.HollowObjectAbstractDelegate;
import com.netflix.hollow.core.read.dataaccess.HollowObjectTypeDataAccess;
import com.netflix.hollow.core.schema.HollowObjectSchema;
@SuppressWarnings("all")
public class MovieDelegateLookupImpl ext... | 8,788 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardsAPIFactory.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.client.HollowAPIFactory;
import com.netflix.hollow.api.custom.HollowAPI;
import com.netflix.hollow.api.objects.provider.HollowFactory;
import com.netflix.hollow.core.read.dataaccess.HollowDataAccess;
import java.util.Collections;
import java.util... | 8,789 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardDataAccessor.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.consumer.data.AbstractHollowDataAccessor;
import com.netflix.hollow.core.index.key.PrimaryKey;
import com.netflix.hollow.core.read.engine.HollowReadStateEngine;
@SuppressWarnings("all")
publ... | 8,790 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/MovieDelegateCachedImpl.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.custom.HollowTypeAPI;
import com.netflix.hollow.api.objects.delegate.HollowCachedDelegate;
import com.netflix.hollow.api.objects.delegate.HollowObjectAbstractDelegate;
import com.netflix.hollow.core.read.dataaccess.HollowObjectTypeDataAccess;
imp... | 8,791 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardsAPIHashIndex.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.consumer.data.AbstractHollowOrdinalIterable;
import com.netflix.hollow.api.consumer.index.AbstractHollowHashIndex;
import com.netflix.hollow.core.index.HollowHashIndexResult;
import com.netfl... | 8,792 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/MovieTypeAPI.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.custom.HollowObjectTypeAPI;
import com.netflix.hollow.core.read.dataaccess.HollowObjectTypeDataAccess;
import com.netflix.hollow.core.type.StringTypeAPI;
@SuppressWarnings("all")
public class MovieTypeAPI extends HollowObjectTypeAPI {
priva... | 8,793 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardDelegate.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.objects.delegate.HollowObjectDelegate;
@SuppressWarnings("all")
public interface AwardDelegate extends HollowObjectDelegate {
public long getId(int ordinal);
public Long getIdBoxed(int ordinal);
public int getWinnerOrdinal(int or... | 8,794 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/MovieDelegate.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.objects.delegate.HollowObjectDelegate;
@SuppressWarnings("all")
public interface MovieDelegate extends HollowObjectDelegate {
public long getId(int ordinal);
public Long getIdBoxed(int ordinal);
public String getTitle(int ordinal... | 8,795 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardTypeAPI.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.custom.HollowObjectTypeAPI;
import com.netflix.hollow.core.read.dataaccess.HollowObjectTypeDataAccess;
@SuppressWarnings("all")
public class AwardTypeAPI extends HollowObjectTypeAPI {
private final AwardDelegateLookupImpl delegateLookupImpl... | 8,796 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/SetOfMovieTypeAPI.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.custom.HollowSetTypeAPI;
import com.netflix.hollow.api.objects.delegate.HollowSetLookupDelegate;
import com.netflix.hollow.core.read.dataaccess.HollowSetTypeDataAccess;
@SuppressWarnings("all")
public class SetOfMovieTypeAPI extends HollowSetTyp... | 8,797 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardHollowFactory.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.custom.HollowTypeAPI;
import com.netflix.hollow.api.objects.provider.HollowFactory;
import com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess;
@SuppressWarnings("all")
public class AwardHollowFactory<T extends Award> extends HollowFact... | 8,798 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/SetOfMovie.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.objects.HollowSet;
import com.netflix.hollow.api.objects.delegate.HollowSetDelegate;
import com.netflix.hollow.api.objects.generic.GenericHollowRecordHelper;
@SuppressWarnings("all")
public class SetOfMovie extends HollowSet<Movie> {
public... | 8,799 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.