index int64 0 0 | repo_id stringlengths 9 205 | file_path stringlengths 31 246 | content stringlengths 1 12.2M | __index_level_0__ int64 0 10k |
|---|---|---|---|---|
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,700 |
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,701 |
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,702 |
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,703 |
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,704 |
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,705 |
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,706 |
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,707 |
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,708 |
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,709 |
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,710 |
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,711 |
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,712 |
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,713 |
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,714 |
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,715 |
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,716 |
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,717 |
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,718 |
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,719 |
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,720 |
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,721 |
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,722 |
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,723 |
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,724 |
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,725 |
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,726 |
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,727 |
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,728 |
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,729 |
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,730 |
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,731 |
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,732 |
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,733 |
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,734 |
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,735 |
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,736 |
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,737 |
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,738 |
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,739 |
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,740 |
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,741 |
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,742 |
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,743 |
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,744 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/MovieHollowFactory.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 MovieHollowFactory<T extends Movie> extends HollowFact... | 8,745 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/MovieDataAccessor.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,746 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardDelegateLookupImpl.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 AwardDelegateLookupImpl ext... | 8,747 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/Award.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.objects.HollowObject;
@SuppressWarnings("all")
public class Award extends HollowObject {
public Award(AwardDelegate delegate, int ordinal) {
super(delegate, ordinal);
}
public long getId() {
return delegate().getId(... | 8,748 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardsAPI.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.consumer.HollowConsumerAPI;
import com.netflix.hollow.api.custom.HollowAPI;
import com.netflix.hollow.api.objects.provider.HollowFactory;
import com.netflix.hollow.api.objects.provider.HollowObjectCacheProvider;
import com.netflix.hollow.api.obje... | 8,749 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/MoviePrimaryKeyIndex.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,750 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/AwardDelegateCachedImpl.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,751 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/Movie.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.consumer.index.UniqueKeyIndex;
import com.netflix.hollow.api.objects.HollowObject;
import com.netflix.hollow.core.type.HString;
@SuppressWarnings("all")
public class Movie extends HollowObje... | 8,752 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/generated/SetOfMovieHollowFactory.java | package com.netflix.hollow.test.generated;
import com.netflix.hollow.api.custom.HollowTypeAPI;
import com.netflix.hollow.api.objects.delegate.HollowSetCachedDelegate;
import com.netflix.hollow.api.objects.provider.HollowFactory;
import com.netflix.hollow.core.read.dataaccess.HollowTypeDataAccess;
@SuppressWarnings("a... | 8,753 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/model/Award.java | package com.netflix.hollow.test.model;
import java.util.Set;
public class Award {
long id;
Movie winner;
Set<Movie> nominees;
public Award(long id, Movie winner, Set<Movie> nominees) {
this.id = id;
this.winner = winner;
this.nominees = nominees;
}
} | 8,754 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/test/model/Movie.java | package com.netflix.hollow.test.model;
import com.netflix.hollow.core.write.objectmapper.HollowPrimaryKey;
@HollowPrimaryKey(fields = {"id"})
public class Movie {
long id;
String title;
int year;
public Movie(long id, String title, int year) {
this.id = id;
this.title = title;
... | 8,755 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/metrics/HollowProducerMetricsTests.java | package com.netflix.hollow.api.metrics;
import com.netflix.hollow.api.producer.HollowProducer;
import com.netflix.hollow.api.producer.HollowProducerFakeListener;
import com.netflix.hollow.api.producer.HollowProducerListener;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
import com.netflix.hollow.... | 8,756 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/metrics/HollowMetricsCollectorTests.java | package com.netflix.hollow.api.metrics;
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.test.InMemoryBlobStore;
import org.junit.Assert;
import org.junit.Before;
i... | 8,757 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/metrics/HollowConsumerMetricsTests.java | package com.netflix.hollow.api.metrics;
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.test.InMemoryBlobStore;
import org.junit.Assert;
import org.junit.Before;
i... | 8,758 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/HollowProducerTest.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,759 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/ProducerListenerSupportTest.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,760 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/HollowProduceIncrementalMultithreadingTest.java | package com.netflix.hollow.api.producer;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.objects.generic.GenericHollowObject;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
import com.netflix.hollow.core.index.HollowPrimaryKeyIndex;
import com.netflix.hollow.co... | 8,761 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/CustomProducerBuilderTest.java | package com.netflix.hollow.api.producer;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
// this test doesn't do much beyond making sure that a custom builder will
// compile and ensure that HollowProducer.Builder is parameterized correctly
// to allow custom builder methods to be interleaved... | 8,762 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/HollowProducerBlobStorageCleanerTest.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,763 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/WriteStateTest.java | package com.netflix.hollow.api.producer;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import com.netflix.hollow.core.write.HollowWriteStateEngine;
import com.netflix.hollow.core.write.objectmapper.Ho... | 8,764 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/HashCodeFinderTest.java | package com.netflix.hollow.api.producer;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
import com.netflix.hollow.core.schema.HollowMapSchema;
import com.netflix.hollow.core.util.HollowObjectHashCodeFinder;
import com.netflix.hollow.core.write.objectmapper.HollowInline;
import java.util.Collection... | 8,765 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/HollowProducerListenerTest.java | package com.netflix.hollow.api.producer;
import com.netflix.hollow.api.producer.enforcer.SingleProducerEnforcer;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
import com.netflix.hollow.api.producer.listener.AnnouncementListener;
import com.netflix.hollow.api.producer.listener.CycleListener;
impor... | 8,766 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/SchemaChangeTest.java | package com.netflix.hollow.api.producer;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
import com.netflix.hollow.core.HollowBlobHeader;
import com.netflix.hollow.core.HollowStateEngine;
import com.netflix.hollow.core.read.engine.HollowBlobHea... | 8,767 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/HollowProducerFakeListener.java | package com.netflix.hollow.api.producer;
import java.util.concurrent.TimeUnit;
public class HollowProducerFakeListener implements HollowProducerListener {
public ProducerStatus getSuccessFakeStatus(long version) {
return new ProducerStatus(Status.SUCCESS, null, version, null);
}
public ProducerS... | 8,768 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/HollowIncrementalProducerTest.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/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/HollowProducerIncrementalTest.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 ap... | 8,770 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/HollowIncrementalProducerMultithreadingTest.java | package com.netflix.hollow.api.producer;
import com.netflix.hollow.api.consumer.HollowConsumer;
import com.netflix.hollow.api.objects.generic.GenericHollowObject;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
import com.netflix.hollow.core.index.HollowPrimaryKeyIndex;
import com.netflix.hollow.co... | 8,771 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/metrics/AbstractProducerMetricsListenerTest.java | package com.netflix.hollow.api.producer.metrics;
import static org.mockito.Mockito.when;
import com.netflix.hollow.api.producer.HollowProducer;
import com.netflix.hollow.api.producer.Status;
import com.netflix.hollow.api.producer.listener.CycleListener;
import com.netflix.hollow.core.read.engine.HollowReadStateEngine... | 8,772 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/enforcer/BasicSingleProducerEnforcerTest.java | package com.netflix.hollow.api.producer.enforcer;
import java.util.concurrent.TimeUnit;
import org.junit.Assert;
import org.junit.Test;
public class BasicSingleProducerEnforcerTest {
@Test
public void testEnableDisable() {
BasicSingleProducerEnforcer se = new BasicSingleProducerEnforcer();
As... | 8,773 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/validation/DuplicateDataDetectionValidatorTests.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 appli... | 8,774 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/validation/RecordCountVarianceValidatorTests.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/api/producer | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/validation/ObjectModificationValidatorTest.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/api/producer | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/validation/HollowProducerValidationListenerTest.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/api/producer | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/producer/validation/ProducerValidationTests.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/api/objects | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/objects/provider/Util.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/api/objects | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/objects/provider/HollowObjectCacheProviderTest.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,780 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/objects | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/objects/delegate/HollowMapCachedDelegateTest.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/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/AbstractHollowAPIGeneratorTest.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/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/HollowCodeGenerationCompileUtil.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,783 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/HollowPackageErgonomicsAPIGeneratorTest.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,784 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/HollowPrimitiveTypesAPIGeneratorTest.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/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/HollowPrimaryKeyAPIGeneratorTest.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/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/ScalarFieldCodeGenTest.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,787 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/HollowAPIGeneratorTest.java | package com.netflix.hollow.api.codegen;
import org.junit.Test;
public class HollowAPIGeneratorTest extends AbstractHollowAPIGeneratorTest {
@Test
public void generatesFileUsingDestinationPath() throws Exception {
runGenerator("API", "com.netflix.hollow.example.api.generated", MyClass.class, b -> b);
... | 8,788 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/HollowErgonomicAPIShortcutsTest.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,789 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/HollowMapAPIGeneratorTest.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,790 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/HollowDataAccessorAPIGeneratorTest.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,791 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/HollowBooleanFieldErgonomicsAPIGeneratorTest.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,792 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/ArgumentParserTest.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,793 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/codegen/perfapi/HollowPerformanceAPIGeneratorTest.java | package com.netflix.hollow.api.codegen.perfapi;
import com.netflix.hollow.api.codegen.AbstractHollowAPIGeneratorTest;
import com.netflix.hollow.api.codegen.HollowCodeGenerationCompileUtil;
import com.netflix.hollow.core.schema.SimpleHollowDataset;
import java.io.File;
import org.junit.Test;
public class HollowPerform... | 8,794 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/consumer/HollowProducerConsumerTests.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,795 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/consumer/AbstractHollowHashIndexTests.java | package com.netflix.hollow.api.consumer;
import com.netflix.hollow.api.consumer.index.AbstractHollowHashIndex;
import com.netflix.hollow.api.custom.HollowAPI;
import com.netflix.hollow.api.producer.HollowProducer;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
import com.netflix.hollow.core.index.... | 8,796 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/consumer/CustomConsumerBuilderTest.java | package com.netflix.hollow.api.consumer;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.fail;
import com.netflix.hollow.api.client.HollowAPIFactory;
import com.netflix.hollow.api.metrics.HollowConsumerMetrics;
import com.netflix.hollow.api.metrics.HollowMetricsCollector;
impo... | 8,797 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/consumer/LocalBlobStoreTest.java | package com.netflix.hollow.api.consumer;
import com.netflix.hollow.api.producer.HollowProducer;
import com.netflix.hollow.api.producer.ProducerOptionalBlobPartConfig;
import com.netflix.hollow.api.producer.fs.HollowInMemoryBlobStager;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import ... | 8,798 |
0 | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api | Create_ds/hollow/hollow/src/test/java/com/netflix/hollow/api/consumer/HollowUpdatePlanTest.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,799 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.