All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dyuproject.protostuff.ds.prk.b8.KbP8D Maven / Gradle / Ivy

The newest version!
// Generated by fbsgen from p/ds/prk/p8/P8D.proto

package com.dyuproject.protostuff.ds.prk.b8;

import com.dyuproject.protostuff.KeyBuilder;
import com.dyuproject.protostuffdb.EntityMetadata;

public final class KbP8D
{
    private KbP8D() {}

    public static  KeyBuilder byP8D1(int indexId, 
            long p0, long p1, 
            int p2, 
            EntityMetadata em, KeyBuilder kb)
    {
        return kb.begin(indexId, em)
                .$append(p0).$append6Bytes(p1)
                .$append8(p2);
    }

    public static  KeyBuilder byP8D4(int indexId, 
            long p0, long p1, 
            int p2, 
            EntityMetadata em, KeyBuilder kb)
    {
        return kb.begin(indexId, em)
                .$append(p0).$append6Bytes(p1)
                .$append(p2);
    }

    public static  KeyBuilder byP8D8(int indexId, 
            long p0, long p1, 
            long p2, 
            EntityMetadata em, KeyBuilder kb)
    {
        return kb.begin(indexId, em)
                .$append(p0).$append6Bytes(p1)
                .$append(p2);
    }

    public static  KeyBuilder byP8DD(int indexId, 
            long p0, long p1, 
            long p2, 
            EntityMetadata em, KeyBuilder kb)
    {
        return kb.begin(indexId, em)
                .$append(p0).$append6Bytes(p1)
                .$append6Bytes(p2);
    }

    public static  KeyBuilder byP8DD(int indexId, 
            long p0, long p1, 
            byte[] p2, int p2off, 
            EntityMetadata em, KeyBuilder kb)
    {
        return kb.begin(indexId, em)
                .$append(p0).$append6Bytes(p1)
                .$append(p2, p2off, 6);
    }

    public static  KeyBuilder byP8DK(int indexId, 
            long p0, long p1, 
            byte[] p2, int p2off, 
            EntityMetadata em, KeyBuilder kb)
    {
        return kb.begin(indexId, em)
                .$append(p0).$append6Bytes(p1)
                .$append(p2, p2off, 9);
    }

    public static  KeyBuilder byP8DS(int indexId, 
            long p0, long p1, 
            String p2, 
            EntityMetadata em, KeyBuilder kb)
    {
        return kb.begin(indexId, em)
                .$append(p0).$append6Bytes(p1)
                .append(p2);
    }

    public static  KeyBuilder byP8DS(int indexId, 
            long p0, long p1, 
            byte[] p2, int p2off, int p2len, 
            EntityMetadata em, KeyBuilder kb)
    {
        return kb.begin(indexId, em)
                .$append(p0).$append6Bytes(p1)
                .append(p2, p2off, p2len);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy