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/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/ImmutableArrayList.java
/* * * Copyright 2013 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,300
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/Utils.java
/* * * Copyright 2013 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,301
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/SingletonSortedMap.java
/* * * Copyright 2013 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,302
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/BinarySearchArraySet.java
/* * * Copyright 2013 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,303
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/OpenAddressingHashMap.java
/* * * Copyright 2013 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,304
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/BinarySearchArrayIndexedSet.java
/* * * Copyright 2013 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,305
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/BinarySearchArrayIndexedHashMap.java
/* * * Copyright 2013 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,306
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/OpenAddressing.java
/* * * Copyright 2013 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,307
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/AbstractArraySet.java
/* * * Copyright 2013 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,308
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/BinarySearchArrayHashMap.java
/* * * Copyright 2013 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,309
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/AbstractArraySortedMap.java
/* * * Copyright 2013 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,310
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/impl/OpenAddressingSortedHashMap.java
/* * * Copyright 2013 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,311
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/PhasedHeapFriendlyHashMap.java
/* * * Copyright 2015 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,312
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/AbstractHeapFriendlyMap.java
/* * * Copyright 2013 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,313
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/HeapFriendlyHashMap.java
/* * * Copyright 2013 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,314
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/HeapFriendlyMapArrayRecycler.java
/* * * Copyright 2013 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,315
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/heapfriendly/HeapFriendlyDerivableKeyHashMap.java
/* * * Copyright 2013 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,316
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/algorithms/Sortable.java
/* * * Copyright 2013 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,317
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/algorithms/BinarySearch.java
/* * * Copyright 2013 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,318
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/algorithms/ArrayQuickSort.java
/* * * Copyright 2013 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,319
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/builder/ListBuilder.java
/* * * Copyright 2013 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,320
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/builder/SetBuilder.java
/* * * Copyright 2013 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,321
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/builder/Builders.java
/* * * Copyright 2013 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,322
0
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections
Create_ds/zeno/src/main/java/com/netflix/zeno/util/collections/builder/MapBuilder.java
/* * * Copyright 2013 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,323
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashGenericRecord.java
/* * * Copyright 2013 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,324
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashOrderDependent.java
/* * * Copyright 2013 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,325
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashOrderIndependent.java
/* * * Copyright 2013 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,326
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashAlgorithm.java
/* * * Copyright 2013 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,327
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashGenericRecordSerializers.java
/* * * Copyright 2013 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,328
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashFrameworkSerializer.java
/* * * Copyright 2013 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,329
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/hash/HashSerializationFramework.java
/* * * Copyright 2013 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,330
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobFrameworkDeserializer.java
/* * * Copyright 2013 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,331
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobFrameworkSerializer.java
/* * * Copyright 2013 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,332
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobImageUtils.java
/* * * Copyright 2013 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,333
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/OrdinalMapping.java
/* * * Copyright 2014 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,334
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobHeapFriendlyClientFrameworkSerializer.java
/* * * Copyright 2013 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,335
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/FastBlobStateEngine.java
/* * * Copyright 2013 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,336
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/StateOrdinalMapping.java
/* * * Copyright 2014 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,337
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/ByteDataBuffer.java
/* * * Copyright 2013 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,338
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/StreamingByteData.java
/* * * Copyright 2013 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,339
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/ByteData.java
/* * * Copyright 2013 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,340
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/SegmentedByteArray.java
/* * * Copyright 2013 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,341
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/FastBlobDeserializationRecord.java
/* * * Copyright 2013 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,342
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/SegmentedByteArrayHasher.java
/* * * Copyright 2013 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,343
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/FastBlobSerializationRecord.java
/* * * Copyright 2013 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,344
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/VarInt.java
/* * * Copyright 2013 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,345
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/schema/FastBlobSchema.java
/* * * Copyright 2013 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,346
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/schema/FieldDefinition.java
package com.netflix.zeno.fastblob.record.schema; import com.netflix.zeno.fastblob.record.schema.FastBlobSchema.FieldType; public class FieldDefinition { private final FieldType fieldType; public FieldDefinition(FieldType fieldType) { this.fieldType = fieldType; } public FieldType getFieldTyp...
8,347
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/schema/TypedFieldDefinition.java
package com.netflix.zeno.fastblob.record.schema; import com.netflix.zeno.fastblob.record.schema.FastBlobSchema.FieldType; public class TypedFieldDefinition extends FieldDefinition { private final String subType; public TypedFieldDefinition(FieldType fieldType, String subType) { super(fieldType); ...
8,348
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/record/schema/MapFieldDefinition.java
package com.netflix.zeno.fastblob.record.schema; import com.netflix.zeno.fastblob.record.schema.FastBlobSchema.FieldType; public class MapFieldDefinition extends FieldDefinition { private final String keyType; private final String valueType; public MapFieldDefinition(String keyType, String valueType) { ...
8,349
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobReader.java
/* * * Copyright 2013 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,350
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobWriter.java
/* * * Copyright 2013 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,351
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobReaderEventHandler.java
/* * * Copyright 2013 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,352
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobHeader.java
/* * * Copyright 2013 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,353
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobHeaderReader.java
/* * * Copyright 2013 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,354
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobHeaderWriter.java
/* * * Copyright 2013 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,355
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/ZenoFastBlobHeaderWriter.java
/* * * Copyright 2013 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,356
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/FastBlobMalformedDataException.java
/* * * Copyright 2013 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,357
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/io/ZenoFastBlobHeaderReader.java
/* * * Copyright 2013 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,358
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/FreeOrdinalTracker.java
/* * * Copyright 2013 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,359
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/ObjectIdentityOrdinalMap.java
/* * * Copyright 2013 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,360
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/TypeDeserializationStateListener.java
/* * * Copyright 2013 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,361
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/WeakObjectOrdinalMap.java
/* * * Copyright 2014 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,362
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/ThreadSafeBitSet.java
/* * * Copyright 2013 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,363
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/FastBlobTypeSerializationState.java
/* * * Copyright 2013 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,364
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/TypeDeserializationStateIterator.java
/* * * Copyright 2013 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,365
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/ByteArrayOrdinalMap.java
/* * * Copyright 2013 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,366
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/OrdinalRemapper.java
package com.netflix.zeno.fastblob.state; import com.netflix.zeno.fastblob.OrdinalMapping; import com.netflix.zeno.fastblob.record.ByteData; import com.netflix.zeno.fastblob.record.ByteDataBuffer; import com.netflix.zeno.fastblob.record.FastBlobDeserializationRecord; import com.netflix.zeno.fastblob.record.SegmentedByt...
8,367
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/FastBlobTypeDeserializationState.java
/* * * Copyright 2013 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,368
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/compressed/ByteSequenceRetainer.java
package com.netflix.zeno.fastblob.state.compressed; import com.netflix.zeno.fastblob.record.ByteData; import com.netflix.zeno.fastblob.record.ByteDataBuffer; import com.netflix.zeno.fastblob.record.VarInt; import java.util.Arrays; public class ByteSequenceRetainer { private final static long EMPTY_BUCKET_VALUE ...
8,369
0
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state
Create_ds/zeno/src/main/java/com/netflix/zeno/fastblob/state/compressed/FastBlobTypeByteSequenceState.java
package com.netflix.zeno.fastblob.state.compressed; import com.netflix.zeno.fastblob.record.ByteData; import com.netflix.zeno.fastblob.record.ByteDataBuffer; import com.netflix.zeno.fastblob.state.compressed.ByteSequenceRetainer.ByteSequenceRetainerIterator; import java.util.BitSet; public class FastBlobTypeByteSequ...
8,370
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffByteArray.java
/* * * Copyright 2013 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,371
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/TypeDiffInstruction.java
/* * * Copyright 2013 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,372
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffSerializationFramework.java
/* * * Copyright 2013 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,373
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffPropertyPath.java
/* * * Copyright 2013 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,374
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffFrameworkSerializer.java
/* * * Copyright 2013 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,375
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffRecordValueListMap.java
/* * * Copyright 2013 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,376
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/TypeDiff.java
/* * * Copyright 2013 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,377
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffReport.java
/* * * Copyright 2013 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,378
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffRecord.java
/* * * Copyright 2013 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,379
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffOperation.java
/* * * Copyright 2013 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,380
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffHeader.java
/* * * Copyright 2013 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,381
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/TypeDiffOperation.java
/* * * Copyright 2013 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,382
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffReportGenerationException.java
/* * * Copyright 2013 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,383
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/DiffInstruction.java
/* * * Copyright 2013 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,384
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffHistoricalTypeState.java
/* * * Copyright 2013 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,385
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffHistoryTracker.java
/* * * Copyright 2013 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,386
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffObjectHistoricalTransition.java
/* * * Copyright 2013 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,387
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffHistoryDataState.java
/* * * Copyright 2013 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,388
0
Create_ds/zeno/src/main/java/com/netflix/zeno/diff
Create_ds/zeno/src/main/java/com/netflix/zeno/diff/history/DiffHistoricalState.java
/* * * Copyright 2013 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,389
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobDeserializationRecord.java
/* * * Copyright 2014 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,390
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobSerializationFramework.java
/* * * Copyright 2014 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,391
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobSerializationRecord.java
/* * * Copyright 2014 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,392
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobEvictor.java
/* * * Copyright 2014 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,393
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobFrameworkSerializer.java
/* * * Copyright 2014 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,394
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobFrameworkDeserializer.java
/* * * Copyright 2014 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,395
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobTypeCache.java
/* * * Copyright 2014 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,396
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/flatblob/FlatBlobEvictionFrameworkSerializer.java
/* * * Copyright 2014 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,397
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/json/JsonFrameworkDeserializer.java
/* * * Copyright 2013 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,398
0
Create_ds/zeno/src/main/java/com/netflix/zeno
Create_ds/zeno/src/main/java/com/netflix/zeno/json/JsonReadGenericRecord.java
/* * * Copyright 2013 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,399